Shades of Zanah #A8CEA3
Tints of Zanah #A8CEA3
RGB
CMYK
RGB Variations
Color information
#A8CEA3 (or 0xA8CEA3) is known color: Zanah. HEX triplet: A8, CE and A3. RGB value is (168,206,163). Sum of RGB (Red+Green+Blue) = 168+206+163=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEA3 is #57315C. Grayscale: #BDBDBD. Windows color (decimal): -5714269 or 10735272. OLE color: 10735272.
HSL color Cylindrical-coordinate representation of color #A8CEA3: hue angle of 113.02º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8CEA3 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 163 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.19 |
| HSL | 113.02º | 0.3% | 0.72% | - |
| HSV(B) | 113.02º | 0.21% | 0.81% | - |
| XYZ | 44.83 | 55.11 | 42.93 | - |
| YUV | 189.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 163 | 0.18 | 0 | 0.21 | 0.19 | 113.02 | 0.3 | 0.72 |
| Hex | A8 | CE | A3 | 12 | 0 | 15 | 13 | 71 | 1E | 48 |
| Octal | 250 | 316 | 243 | 22 | 0 | 25 | 23 | 161 | 36 | 110 |
| Binary | 10101000 | 11001110 | 10100011 | 10010 | 0 | 10101 | 10011 | 1110001 | 11110 | 1001000 |
Color Harmonies of #A8CEA3
Complementary color
Monochromatic Colors of #A8CEA3
Black with #A8CEA3
Text Example
Text Example
White with #A8CEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEA3; }
p { color: rgb(168,206,163); }
H1.HeaderClassName
{
color: #A8CEA3;
}
.AnyTagClassName
{
color: #A8CEA3;
}
</style>
background-color css
<style>
a { background-color: #A8CEA3; }
a { background-color: rgb(168,206,163); }
div.DivClassName
{
background-color: #A8CEA3;
}
.BgClassName
{
background-color: #A8CEA3;
}
</style>
border-color css
<style>
span { border-color: #A8CEA3; }
span { border-color: rgb(168,206,163); }
td.TdClassName
{
border-color: #A8CEA3;
}
.TagClassName
{
border-color: #A8CEA3;
}
</style>