Shades of Zanah #A8CCA6
Tints of Zanah #A8CCA6
RGB
CMYK
RGB Variations
Color information
#A8CCA6 (or 0xA8CCA6) is known color: Zanah. HEX triplet: A8, CC and A6. RGB value is (168,204,166). Sum of RGB (Red+Green+Blue) = 168+204+166=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CCA6 is #573359. Grayscale: #BDBDBD. Windows color (decimal): -5714778 or 10931368. OLE color: 10931368.
HSL color Cylindrical-coordinate representation of color #A8CCA6: hue angle of 116.84º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CCA6 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 166 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.2 |
| HSL | 116.84º | 0.27% | 0.73% | - |
| HSV(B) | 116.84º | 0.19% | 0.8% | - |
| XYZ | 44.62 | 54.26 | 44.2 | - |
| YUV | 188.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 166 | 0.18 | 0 | 0.19 | 0.2 | 116.84 | 0.27 | 0.73 |
| Hex | A8 | CC | A6 | 12 | 0 | 13 | 14 | 75 | 1B | 49 |
| Octal | 250 | 314 | 246 | 22 | 0 | 23 | 24 | 165 | 33 | 111 |
| Binary | 10101000 | 11001100 | 10100110 | 10010 | 0 | 10011 | 10100 | 1110101 | 11011 | 1001001 |
Color Harmonies of #A8CCA6
Complementary color
Monochromatic Colors of #A8CCA6
Black with #A8CCA6
Text Example
Text Example
White with #A8CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCA6; }
p { color: rgb(168,204,166); }
H1.HeaderClassName
{
color: #A8CCA6;
}
.AnyTagClassName
{
color: #A8CCA6;
}
</style>
background-color css
<style>
a { background-color: #A8CCA6; }
a { background-color: rgb(168,204,166); }
div.DivClassName
{
background-color: #A8CCA6;
}
.BgClassName
{
background-color: #A8CCA6;
}
</style>
border-color css
<style>
span { border-color: #A8CCA6; }
span { border-color: rgb(168,204,166); }
td.TdClassName
{
border-color: #A8CCA6;
}
.TagClassName
{
border-color: #A8CCA6;
}
</style>