Shades of Zanah #ACCBA8
Tints of Zanah #ACCBA8
RGB
CMYK
RGB Variations
Color information
#ACCBA8 (or 0xACCBA8) is known color: Zanah. HEX triplet: AC, CB and A8. RGB value is (172,203,168). Sum of RGB (Red+Green+Blue) = 172+203+168=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBA8 is #533457. Grayscale: #BDBDBD. Windows color (decimal): -5452888 or 11062188. OLE color: 11062188.
HSL color Cylindrical-coordinate representation of color #ACCBA8: hue angle of 113.14º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCBA8 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 168 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.20 |
| HSL | 113.14º | 0.25% | 0.73% | - |
| HSV(B) | 113.14º | 0.17% | 0.8% | - |
| XYZ | 45.44 | 54.31 | 45.13 | - |
| YUV | 189.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 168 | 0.15 | 0 | 0.17 | 0.20 | 113.14 | 0.25 | 0.73 |
| Hex | AC | CB | A8 | F | 0 | 11 | 14 | 71 | 19 | 49 |
| Octal | 254 | 313 | 250 | 17 | 0 | 21 | 24 | 161 | 31 | 111 |
| Binary | 10101100 | 11001011 | 10101000 | 1111 | 0 | 10001 | 10100 | 1110001 | 11001 | 1001001 |
Color Harmonies of #ACCBA8
Complementary color
Monochromatic Colors of #ACCBA8
Black with #ACCBA8
Text Example
Text Example
White with #ACCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBA8; }
p { color: rgb(172,203,168); }
H1.HeaderClassName
{
color: #ACCBA8;
}
.AnyTagClassName
{
color: #ACCBA8;
}
</style>
background-color css
<style>
a { background-color: #ACCBA8; }
a { background-color: rgb(172,203,168); }
div.DivClassName
{
background-color: #ACCBA8;
}
.BgClassName
{
background-color: #ACCBA8;
}
</style>
border-color css
<style>
span { border-color: #ACCBA8; }
span { border-color: rgb(172,203,168); }
td.TdClassName
{
border-color: #ACCBA8;
}
.TagClassName
{
border-color: #ACCBA8;
}
</style>