Shades of Zanah #ACC0AB
Tints of Zanah #ACC0AB
RGB
CMYK
RGB Variations
Color information
#ACC0AB (or 0xACC0AB) is known color: Zanah. HEX triplet: AC, C0 and AB. RGB value is (172,192,171). Sum of RGB (Red+Green+Blue) = 172+192+171=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0AB is #533F54. Grayscale: #B7B7B7. Windows color (decimal): -5455701 or 11255980. OLE color: 11255980.
HSL color Cylindrical-coordinate representation of color #ACC0AB: hue angle of 117.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC0AB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 171 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.25 |
| HSL | 117.14º | 0.14% | 0.71% | - |
| HSV(B) | 117.14º | 0.11% | 0.75% | - |
| XYZ | 43.21 | 49.41 | 45.79 | - |
| YUV | 183.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 171 | 0.10 | 0 | 0.11 | 0.25 | 117.14 | 0.14 | 0.71 |
| Hex | AC | C0 | AB | A | 0 | B | 19 | 75 | E | 47 |
| Octal | 254 | 300 | 253 | 12 | 0 | 13 | 31 | 165 | 16 | 107 |
| Binary | 10101100 | 11000000 | 10101011 | 1010 | 0 | 1011 | 11001 | 1110101 | 1110 | 1000111 |
Color Harmonies of #ACC0AB
Complementary color
Monochromatic Colors of #ACC0AB
Black with #ACC0AB
Text Example
Text Example
White with #ACC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0AB; }
p { color: rgb(172,192,171); }
H1.HeaderClassName
{
color: #ACC0AB;
}
.AnyTagClassName
{
color: #ACC0AB;
}
</style>
background-color css
<style>
a { background-color: #ACC0AB; }
a { background-color: rgb(172,192,171); }
div.DivClassName
{
background-color: #ACC0AB;
}
.BgClassName
{
background-color: #ACC0AB;
}
</style>
border-color css
<style>
span { border-color: #ACC0AB; }
span { border-color: rgb(172,192,171); }
td.TdClassName
{
border-color: #ACC0AB;
}
.TagClassName
{
border-color: #ACC0AB;
}
</style>