Color spaces of #afa090
RGB | 175 | 160 | 144 |
---|---|---|---|
HSL | 0.09 | 0.16 | 0.63 |
HSV | 31° | 18° | 69° |
CMYK | 0.00 | 0.09 | 0.18 0.31 |
XYZ | 35.2840 | 36.2692 | 31.5265 |
Yxy | 36.2692 | 0.3423 | 0.3519 |
Hunter Lab | 60.2239 | -0.8122 | 11.1191 |
CIE-Lab | 66.7251 | 2.7753 | 10.3167 |
#afa090 color RGB value is (175,160,144).
#afa090 hex color red value is 175, green value is 160 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #afa090 hue: 0.09 , saturation: 0.16 and the lightness value of afa090 is 0.63.
The process color (four color CMYK) of #afa090 color hex is 0.00, 0.09, 0.18, 0.31. Web safe color of #afa090 is #999999. Color #afa090 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100000 | 10010000 |
Octal | 257 | 240 | 220 |
Decimal | 175 | 160 | 144 |
Hex | AF | A0 | 90 |
Shades of #afa090
Tints of #afa090
RGB Percentages of Color #afa090
CMYK Percentages of Color #afa090
Complementary Color
#afa090 | #909faf |
#afa090 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa090 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa090 Color CSS Codes
.mybgcolor {background-color:#afa090; } .myforecolor {color:#afa090; } .mybordercolor {border:3px solid #afa090; }
#afa090 Text Font Color
<p style="color:#afa090">Text here</p>
This sample text font color is #afa090
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#afa090 Background Color
<div style="background-color:#afa090">
Div content here</div>
This div background color is #afa090
#afa090 Border Color
<div style="border:3px solid #afa090">
Div here</div>
This div border color is #afa090
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,160,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa090; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa090; -webkit-box-shadow: 1px 1px 3px 2px #afa090; box-shadow: 1px 1px 3px 2px #afa090; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,160,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa090">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa090; -webkit-box-shadow: 1px 1px 3px 2px #afa090; box-shadow: 1px 1px 3px 2px #afa090;">
Div content here</div>
This div box has shadow with color #afa090
Comments
No comments written yet.
Please login to write comment.