Shades of Zanah #ACC2AB
Tints of Zanah #ACC2AB
RGB
CMYK
RGB Variations
Color information
#ACC2AB (or 0xACC2AB) is known color: Zanah. HEX triplet: AC, C2 and AB. RGB value is (172,194,171). Sum of RGB (Red+Green+Blue) = 172+194+171=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2AB is #533D54. Grayscale: #B8B8B8. Windows color (decimal): -5455189 or 11256492. OLE color: 11256492.
HSL color Cylindrical-coordinate representation of color #ACC2AB: hue angle of 117.39º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC2AB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 171 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.24 |
| HSL | 117.39º | 0.16% | 0.72% | - |
| HSV(B) | 117.39º | 0.12% | 0.76% | - |
| XYZ | 43.66 | 50.29 | 45.93 | - |
| YUV | 184.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 171 | 0.11 | 0 | 0.12 | 0.24 | 117.39 | 0.16 | 0.72 |
| Hex | AC | C2 | AB | B | 0 | C | 18 | 75 | 10 | 48 |
| Octal | 254 | 302 | 253 | 13 | 0 | 14 | 30 | 165 | 20 | 110 |
| Binary | 10101100 | 11000010 | 10101011 | 1011 | 0 | 1100 | 11000 | 1110101 | 10000 | 1001000 |
Color Harmonies of #ACC2AB
Complementary color
Monochromatic Colors of #ACC2AB
Black with #ACC2AB
Text Example
Text Example
White with #ACC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2AB; }
p { color: rgb(172,194,171); }
H1.HeaderClassName
{
color: #ACC2AB;
}
.AnyTagClassName
{
color: #ACC2AB;
}
</style>
background-color css
<style>
a { background-color: #ACC2AB; }
a { background-color: rgb(172,194,171); }
div.DivClassName
{
background-color: #ACC2AB;
}
.BgClassName
{
background-color: #ACC2AB;
}
</style>
border-color css
<style>
span { border-color: #ACC2AB; }
span { border-color: rgb(172,194,171); }
td.TdClassName
{
border-color: #ACC2AB;
}
.TagClassName
{
border-color: #ACC2AB;
}
</style>