Shades of Zanah #A8CAA6
Tints of Zanah #A8CAA6
RGB
CMYK
RGB Variations
Color information
#A8CAA6 (or 0xA8CAA6) is known color: Zanah. HEX triplet: A8, CA and A6. RGB value is (168,202,166). Sum of RGB (Red+Green+Blue) = 168+202+166=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAA6 is #573559. Grayscale: #BBBBBB. Windows color (decimal): -5715290 or 10930856. OLE color: 10930856.
HSL color Cylindrical-coordinate representation of color #A8CAA6: hue angle of 116.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CAA6 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 166 | - |
CMYK | 0.17 | 0 | 0.18 | 0.21 |
HSL | 116.67º | 0.25% | 0.72% | - |
HSV(B) | 116.67º | 0.18% | 0.79% | - |
XYZ | 44.15 | 53.32 | 44.04 | - |
YUV | 187.73 | 115.74 | 113.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 166 | 0.17 | 0 | 0.18 | 0.21 | 116.67 | 0.25 | 0.72 |
Hex | A8 | CA | A6 | 11 | 0 | 12 | 15 | 75 | 19 | 48 |
Octal | 250 | 312 | 246 | 21 | 0 | 22 | 25 | 165 | 31 | 110 |
Binary | 10101000 | 11001010 | 10100110 | 10001 | 0 | 10010 | 10101 | 1110101 | 11001 | 1001000 |
Color Harmonies of #A8CAA6
Complementary color
Monochromatic Colors of #A8CAA6
Black with #A8CAA6
Text Example
Text Example
White with #A8CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAA6; }
p { color: rgb(168,202,166); }
H1.HeaderClassName
{
color: #A8CAA6;
}
.AnyTagClassName
{
color: #A8CAA6;
}
</style>
background-color css
<style>
a { background-color: #A8CAA6; }
a { background-color: rgb(168,202,166); }
div.DivClassName
{
background-color: #A8CAA6;
}
.BgClassName
{
background-color: #A8CAA6;
}
</style>
border-color css
<style>
span { border-color: #A8CAA6; }
span { border-color: rgb(168,202,166); }
td.TdClassName
{
border-color: #A8CAA6;
}
.TagClassName
{
border-color: #A8CAA6;
}
</style>