Shades of Zanah #ACCCA8
Tints of Zanah #ACCCA8
RGB
CMYK
RGB Variations
Color information
#ACCCA8 (or 0xACCCA8) is known color: Zanah. HEX triplet: AC, CC and A8. RGB value is (172,204,168). Sum of RGB (Red+Green+Blue) = 172+204+168=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCA8 is #533357. Grayscale: #BEBEBE. Windows color (decimal): -5452632 or 11062444. OLE color: 11062444.
HSL color Cylindrical-coordinate representation of color #ACCCA8: hue angle of 113.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCCA8 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 168 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.2 |
| HSL | 113.33º | 0.26% | 0.73% | - |
| HSV(B) | 113.33º | 0.18% | 0.8% | - |
| XYZ | 45.67 | 54.78 | 45.21 | - |
| YUV | 190.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 168 | 0.16 | 0 | 0.18 | 0.2 | 113.33 | 0.26 | 0.73 |
| Hex | AC | CC | A8 | 10 | 0 | 12 | 14 | 71 | 1A | 49 |
| Octal | 254 | 314 | 250 | 20 | 0 | 22 | 24 | 161 | 32 | 111 |
| Binary | 10101100 | 11001100 | 10101000 | 10000 | 0 | 10010 | 10100 | 1110001 | 11010 | 1001001 |
Color Harmonies of #ACCCA8
Complementary color
Monochromatic Colors of #ACCCA8
Black with #ACCCA8
Text Example
Text Example
White with #ACCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCA8; }
p { color: rgb(172,204,168); }
H1.HeaderClassName
{
color: #ACCCA8;
}
.AnyTagClassName
{
color: #ACCCA8;
}
</style>
background-color css
<style>
a { background-color: #ACCCA8; }
a { background-color: rgb(172,204,168); }
div.DivClassName
{
background-color: #ACCCA8;
}
.BgClassName
{
background-color: #ACCCA8;
}
</style>
border-color css
<style>
span { border-color: #ACCCA8; }
span { border-color: rgb(172,204,168); }
td.TdClassName
{
border-color: #ACCCA8;
}
.TagClassName
{
border-color: #ACCCA8;
}
</style>