Shades of Zanah #A8C9A9
Tints of Zanah #A8C9A9
RGB
CMYK
RGB Variations
Color information
#A8C9A9 (or 0xA8C9A9) is known color: Zanah. HEX triplet: A8, C9 and A9. RGB value is (168,201,169). Sum of RGB (Red+Green+Blue) = 168+201+169=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C9A9 is #573656. Grayscale: #BBBBBB. Windows color (decimal): -5715543 or 11127208. OLE color: 11127208.
HSL color Cylindrical-coordinate representation of color #A8C9A9: hue angle of 121.82º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C9A9 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 201 | 169 | - |
CMYK | 0.16 | 0 | 0.16 | 0.21 |
HSL | 121.82º | 0.23% | 0.72% | - |
HSV(B) | 121.82º | 0.16% | 0.79% | - |
XYZ | 44.2 | 52.96 | 45.43 | - |
YUV | 187.49 | 117.57 | 114.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 201 | 169 | 0.16 | 0 | 0.16 | 0.21 | 121.82 | 0.23 | 0.72 |
Hex | A8 | C9 | A9 | 10 | 0 | 10 | 15 | 7A | 17 | 48 |
Octal | 250 | 311 | 251 | 20 | 0 | 20 | 25 | 172 | 27 | 110 |
Binary | 10101000 | 11001001 | 10101001 | 10000 | 0 | 10000 | 10101 | 1111010 | 10111 | 1001000 |
Color Harmonies of #A8C9A9
Complementary color
Monochromatic Colors of #A8C9A9
Black with #A8C9A9
Text Example
Text Example
White with #A8C9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9A9; }
p { color: rgb(168,201,169); }
H1.HeaderClassName
{
color: #A8C9A9;
}
.AnyTagClassName
{
color: #A8C9A9;
}
</style>
background-color css
<style>
a { background-color: #A8C9A9; }
a { background-color: rgb(168,201,169); }
div.DivClassName
{
background-color: #A8C9A9;
}
.BgClassName
{
background-color: #A8C9A9;
}
</style>
border-color css
<style>
span { border-color: #A8C9A9; }
span { border-color: rgb(168,201,169); }
td.TdClassName
{
border-color: #A8C9A9;
}
.TagClassName
{
border-color: #A8C9A9;
}
</style>