Shades of Zanah #A8CEA6
Tints of Zanah #A8CEA6
RGB
CMYK
RGB Variations
Color information
#A8CEA6 (or 0xA8CEA6) is known color: Zanah. HEX triplet: A8, CE and A6. RGB value is (168,206,166). Sum of RGB (Red+Green+Blue) = 168+206+166=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEA6 is #573159. Grayscale: #BEBEBE. Windows color (decimal): -5714266 or 10931880. OLE color: 10931880.
HSL color Cylindrical-coordinate representation of color #A8CEA6: hue angle of 117º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CEA6 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 166 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.19 |
| HSL | 117º | 0.29% | 0.73% | - |
| HSV(B) | 117º | 0.19% | 0.81% | - |
| XYZ | 45.1 | 55.22 | 44.36 | - |
| YUV | 190.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 166 | 0.18 | 0 | 0.19 | 0.19 | 117 | 0.29 | 0.73 |
| Hex | A8 | CE | A6 | 12 | 0 | 13 | 13 | 75 | 1D | 49 |
| Octal | 250 | 316 | 246 | 22 | 0 | 23 | 23 | 165 | 35 | 111 |
| Binary | 10101000 | 11001110 | 10100110 | 10010 | 0 | 10011 | 10011 | 1110101 | 11101 | 1001001 |
Color Harmonies of #A8CEA6
Complementary color
Monochromatic Colors of #A8CEA6
Black with #A8CEA6
Text Example
Text Example
White with #A8CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEA6; }
p { color: rgb(168,206,166); }
H1.HeaderClassName
{
color: #A8CEA6;
}
.AnyTagClassName
{
color: #A8CEA6;
}
</style>
background-color css
<style>
a { background-color: #A8CEA6; }
a { background-color: rgb(168,206,166); }
div.DivClassName
{
background-color: #A8CEA6;
}
.BgClassName
{
background-color: #A8CEA6;
}
</style>
border-color css
<style>
span { border-color: #A8CEA6; }
span { border-color: rgb(168,206,166); }
td.TdClassName
{
border-color: #A8CEA6;
}
.TagClassName
{
border-color: #A8CEA6;
}
</style>