Shades of Zanah #ACC4AA
Tints of Zanah #ACC4AA
RGB
CMYK
RGB Variations
Color information
#ACC4AA (or 0xACC4AA) is known color: Zanah. HEX triplet: AC, C4 and AA. RGB value is (172,196,170). Sum of RGB (Red+Green+Blue) = 172+196+170=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4AA is #533B55. Grayscale: #B9B9B9. Windows color (decimal): -5454678 or 11191468. OLE color: 11191468.
HSL color Cylindrical-coordinate representation of color #ACC4AA: hue angle of 115.38º degrees, saturation: 0.18, 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 #ACC4AA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 170 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.23 |
| HSL | 115.38º | 0.18% | 0.72% | - |
| HSV(B) | 115.38º | 0.13% | 0.77% | - |
| XYZ | 44.01 | 51.15 | 45.58 | - |
| YUV | 185.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 170 | 0.12 | 0 | 0.13 | 0.23 | 115.38 | 0.18 | 0.72 |
| Hex | AC | C4 | AA | C | 0 | D | 17 | 73 | 12 | 48 |
| Octal | 254 | 304 | 252 | 14 | 0 | 15 | 27 | 163 | 22 | 110 |
| Binary | 10101100 | 11000100 | 10101010 | 1100 | 0 | 1101 | 10111 | 1110011 | 10010 | 1001000 |
Color Harmonies of #ACC4AA
Complementary color
Monochromatic Colors of #ACC4AA
Black with #ACC4AA
Text Example
Text Example
White with #ACC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4AA; }
p { color: rgb(172,196,170); }
H1.HeaderClassName
{
color: #ACC4AA;
}
.AnyTagClassName
{
color: #ACC4AA;
}
</style>
background-color css
<style>
a { background-color: #ACC4AA; }
a { background-color: rgb(172,196,170); }
div.DivClassName
{
background-color: #ACC4AA;
}
.BgClassName
{
background-color: #ACC4AA;
}
</style>
border-color css
<style>
span { border-color: #ACC4AA; }
span { border-color: rgb(172,196,170); }
td.TdClassName
{
border-color: #ACC4AA;
}
.TagClassName
{
border-color: #ACC4AA;
}
</style>