Color spaces of #a9b9ad
RGB | 169 | 185 | 173 |
---|---|---|---|
HSL | 0.38 | 0.10 | 0.69 |
HSV | 135° | 9° | 73° |
CMYK | 0.09 | 0.00 | 0.06 0.27 |
XYZ | 41.2540 | 46.1501 | 46.2687 |
Yxy | 46.1501 | 0.3086 | 0.3452 |
Hunter Lab | 67.9339 | -10.4871 | 7.1722 |
CIE-Lab | 73.6428 | -7.8218 | 4.1943 |
#a9b9ad color RGB value is (169,185,173).
#a9b9ad hex color red value is 169, green value is 185 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a9b9ad hue: 0.38 , saturation: 0.10 and the lightness value of a9b9ad is 0.69.
The process color (four color CMYK) of #a9b9ad color hex is 0.09, 0.00, 0.06, 0.27. Web safe color of #a9b9ad is #99cc99. Color #a9b9ad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10111001 | 10101101 |
Octal | 251 | 271 | 255 |
Decimal | 169 | 185 | 173 |
Hex | A9 | B9 | AD |
Shades of #a9b9ad
Tints of #a9b9ad
RGB Percentages of Color #a9b9ad
CMYK Percentages of Color #a9b9ad
Complementary Color
#a9b9ad | #b9a9b5 |
#a9b9ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9b9ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9b9ad Color CSS Codes
.mybgcolor {background-color:#a9b9ad; } .myforecolor {color:#a9b9ad; } .mybordercolor {border:3px solid #a9b9ad; }
#a9b9ad Text Font Color
<p style="color:#a9b9ad">Text here</p>
This sample text font color is #a9b9ad
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.
#a9b9ad Background Color
<div style="background-color:#a9b9ad">
Div content here</div>
This div background color is #a9b9ad
#a9b9ad Border Color
<div style="border:3px solid #a9b9ad">
Div here</div>
This div border color is #a9b9ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,185,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9b9ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9b9ad; -webkit-box-shadow: 1px 1px 3px 2px #a9b9ad; box-shadow: 1px 1px 3px 2px #a9b9ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,185,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9b9ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9b9ad; -webkit-box-shadow: 1px 1px 3px 2px #a9b9ad; box-shadow: 1px 1px 3px 2px #a9b9ad;">
Div content here</div>
This div box has shadow with color #a9b9ad
Comments
No comments written yet.
Please login to write comment.