Color spaces of #afa1ae
RGB | 175 | 161 | 174 |
---|---|---|---|
HSL | 0.85 | 0.08 | 0.66 |
HSV | 304° | 8° | 69° |
CMYK | 0.00 | 0.08 | 0.01 0.31 |
XYZ | 38.0640 | 37.6597 | 45.3073 |
Yxy | 37.6597 | 0.3145 | 0.3112 |
Hunter Lab | 61.3675 | 3.3239 | -0.8162 |
CIE-Lab | 67.7691 | 7.4756 | -4.8842 |
#afa1ae color RGB value is (175,161,174).
#afa1ae hex color red value is 175, green value is 161 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #afa1ae hue: 0.85 , saturation: 0.08 and the lightness value of afa1ae is 0.66.
The process color (four color CMYK) of #afa1ae color hex is 0.00, 0.08, 0.01, 0.31. Web safe color of #afa1ae is #999999. Color #afa1ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100001 | 10101110 |
Octal | 257 | 241 | 256 |
Decimal | 175 | 161 | 174 |
Hex | AF | A1 | AE |
Shades of #afa1ae
Tints of #afa1ae
RGB Percentages of Color #afa1ae
CMYK Percentages of Color #afa1ae
Complementary Color
#afa1ae | #a1afa2 |
#afa1ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa1ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa1ae Color CSS Codes
.mybgcolor {background-color:#afa1ae; } .myforecolor {color:#afa1ae; } .mybordercolor {border:3px solid #afa1ae; }
#afa1ae Text Font Color
<p style="color:#afa1ae">Text here</p>
This sample text font color is #afa1ae
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.
#afa1ae Background Color
<div style="background-color:#afa1ae">
Div content here</div>
This div background color is #afa1ae
#afa1ae Border Color
<div style="border:3px solid #afa1ae">
Div here</div>
This div border color is #afa1ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,161,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa1ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa1ae; -webkit-box-shadow: 1px 1px 3px 2px #afa1ae; box-shadow: 1px 1px 3px 2px #afa1ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,161,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa1ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa1ae; -webkit-box-shadow: 1px 1px 3px 2px #afa1ae; box-shadow: 1px 1px 3px 2px #afa1ae;">
Div content here</div>
This div box has shadow with color #afa1ae
Comments
No comments written yet.
Please login to write comment.