Shades of Zanah #ACCCAA
Tints of Zanah #ACCCAA
RGB
CMYK
RGB Variations
Color information
#ACCCAA (or 0xACCCAA) is known color: Zanah. HEX triplet: AC, CC and AA. RGB value is (172,204,170). Sum of RGB (Red+Green+Blue) = 172+204+170=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCAA is #533355. Grayscale: #BEBEBE. Windows color (decimal): -5452630 or 11193516. OLE color: 11193516.
HSL color Cylindrical-coordinate representation of color #ACCCAA: hue angle of 116.47º 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 #ACCCAA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 170 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.2 |
| HSL | 116.47º | 0.25% | 0.73% | - |
| HSV(B) | 116.47º | 0.17% | 0.8% | - |
| XYZ | 45.86 | 54.86 | 46.2 | - |
| YUV | 190.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 170 | 0.16 | 0 | 0.17 | 0.2 | 116.47 | 0.25 | 0.73 |
| Hex | AC | CC | AA | 10 | 0 | 11 | 14 | 74 | 19 | 49 |
| Octal | 254 | 314 | 252 | 20 | 0 | 21 | 24 | 164 | 31 | 111 |
| Binary | 10101100 | 11001100 | 10101010 | 10000 | 0 | 10001 | 10100 | 1110100 | 11001 | 1001001 |
Color Harmonies of #ACCCAA
Complementary color
Monochromatic Colors of #ACCCAA
Black with #ACCCAA
Text Example
Text Example
White with #ACCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCAA; }
p { color: rgb(172,204,170); }
H1.HeaderClassName
{
color: #ACCCAA;
}
.AnyTagClassName
{
color: #ACCCAA;
}
</style>
background-color css
<style>
a { background-color: #ACCCAA; }
a { background-color: rgb(172,204,170); }
div.DivClassName
{
background-color: #ACCCAA;
}
.BgClassName
{
background-color: #ACCCAA;
}
</style>
border-color css
<style>
span { border-color: #ACCCAA; }
span { border-color: rgb(172,204,170); }
td.TdClassName
{
border-color: #ACCCAA;
}
.TagClassName
{
border-color: #ACCCAA;
}
</style>