Shades of Zanah #ACC4AB
Tints of Zanah #ACC4AB
RGB
CMYK
RGB Variations
Color information
#ACC4AB (or 0xACC4AB) is known color: Zanah. HEX triplet: AC, C4 and AB. RGB value is (172,196,171). Sum of RGB (Red+Green+Blue) = 172+196+171=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4AB is #533B54. Grayscale: #BABABA. Windows color (decimal): -5454677 or 11257004. OLE color: 11257004.
HSL color Cylindrical-coordinate representation of color #ACC4AB: hue angle of 117.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC4AB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 171 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.23 |
| HSL | 117.6º | 0.17% | 0.72% | - |
| HSV(B) | 117.6º | 0.13% | 0.77% | - |
| XYZ | 44.1 | 51.19 | 46.08 | - |
| YUV | 185.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 171 | 0.12 | 0 | 0.13 | 0.23 | 117.6 | 0.17 | 0.72 |
| Hex | AC | C4 | AB | C | 0 | D | 17 | 76 | 11 | 48 |
| Octal | 254 | 304 | 253 | 14 | 0 | 15 | 27 | 166 | 21 | 110 |
| Binary | 10101100 | 11000100 | 10101011 | 1100 | 0 | 1101 | 10111 | 1110110 | 10001 | 1001000 |
Color Harmonies of #ACC4AB
Complementary color
Monochromatic Colors of #ACC4AB
Black with #ACC4AB
Text Example
Text Example
White with #ACC4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4AB; }
p { color: rgb(172,196,171); }
H1.HeaderClassName
{
color: #ACC4AB;
}
.AnyTagClassName
{
color: #ACC4AB;
}
</style>
background-color css
<style>
a { background-color: #ACC4AB; }
a { background-color: rgb(172,196,171); }
div.DivClassName
{
background-color: #ACC4AB;
}
.BgClassName
{
background-color: #ACC4AB;
}
</style>
border-color css
<style>
span { border-color: #ACC4AB; }
span { border-color: rgb(172,196,171); }
td.TdClassName
{
border-color: #ACC4AB;
}
.TagClassName
{
border-color: #ACC4AB;
}
</style>