Color spaces of #a9667f
RGB | 169 | 102 | 127 |
---|---|---|---|
HSL | 0.94 | 0.28 | 0.53 |
HSV | 338° | 40° | 66° |
CMYK | 0.00 | 0.40 | 0.25 0.34 |
XYZ | 24.9443 | 19.4701 | 22.5221 |
Yxy | 19.4701 | 0.3727 | 0.2909 |
Hunter Lab | 44.1249 | 23.6893 | 0.6249 |
CIE-Lab | 51.2327 | 30.3249 | -2.3619 |
#a9667f color RGB value is (169,102,127).
#a9667f hex color red value is 169, green value is 102 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a9667f hue: 0.94 , saturation: 0.28 and the lightness value of a9667f is 0.53.
The process color (four color CMYK) of #a9667f color hex is 0.00, 0.40, 0.25, 0.34. Web safe color of #a9667f is #996666. Color #a9667f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01100110 | 01111111 |
Octal | 251 | 146 | 177 |
Decimal | 169 | 102 | 127 |
Hex | A9 | 66 | 7F |
Shades of #a9667f
Tints of #a9667f
RGB Percentages of Color #a9667f
CMYK Percentages of Color #a9667f
Complementary Color
#a9667f | #66a990 |
#a9667f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9667f Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9667f Color CSS Codes
.mybgcolor {background-color:#a9667f; } .myforecolor {color:#a9667f; } .mybordercolor {border:3px solid #a9667f; }
#a9667f Text Font Color
<p style="color:#a9667f">Text here</p>
This sample text font color is #a9667f
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.
#a9667f Background Color
<div style="background-color:#a9667f">
Div content here</div>
This div background color is #a9667f
#a9667f Border Color
<div style="border:3px solid #a9667f">
Div here</div>
This div border color is #a9667f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,102,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9667f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9667f; -webkit-box-shadow: 1px 1px 3px 2px #a9667f; box-shadow: 1px 1px 3px 2px #a9667f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,102,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9667f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9667f; -webkit-box-shadow: 1px 1px 3px 2px #a9667f; box-shadow: 1px 1px 3px 2px #a9667f;">
Div content here</div>
This div box has shadow with color #a9667f
Comments
No comments written yet.
Please login to write comment.