Shades of Zanah #ACC8AC
Tints of Zanah #ACC8AC
RGB
CMYK
RGB Variations
Color information
#ACC8AC (or 0xACC8AC) is known color: Zanah. HEX triplet: AC, C8 and AC. RGB value is (172,200,172). Sum of RGB (Red+Green+Blue) = 172+200+172=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AC is #533753. Grayscale: #BCBCBC. Windows color (decimal): -5453652 or 11323564. OLE color: 11323564.
HSL color Cylindrical-coordinate representation of color #ACC8AC: hue angle of 120º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC8AC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 172 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.22 |
| HSL | 120º | 0.2% | 0.73% | - |
| HSV(B) | 120º | 0.14% | 0.78% | - |
| XYZ | 45.11 | 53.06 | 46.89 | - |
| YUV | 188.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 172 | 0.14 | 0 | 0.14 | 0.22 | 120 | 0.2 | 0.73 |
| Hex | AC | C8 | AC | E | 0 | E | 16 | 78 | 14 | 49 |
| Octal | 254 | 310 | 254 | 16 | 0 | 16 | 26 | 170 | 24 | 111 |
| Binary | 10101100 | 11001000 | 10101100 | 1110 | 0 | 1110 | 10110 | 1111000 | 10100 | 1001001 |
Color Harmonies of #ACC8AC
Complementary color
Monochromatic Colors of #ACC8AC
Black with #ACC8AC
Text Example
Text Example
White with #ACC8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8AC; }
p { color: rgb(172,200,172); }
H1.HeaderClassName
{
color: #ACC8AC;
}
.AnyTagClassName
{
color: #ACC8AC;
}
</style>
background-color css
<style>
a { background-color: #ACC8AC; }
a { background-color: rgb(172,200,172); }
div.DivClassName
{
background-color: #ACC8AC;
}
.BgClassName
{
background-color: #ACC8AC;
}
</style>
border-color css
<style>
span { border-color: #ACC8AC; }
span { border-color: rgb(172,200,172); }
td.TdClassName
{
border-color: #ACC8AC;
}
.TagClassName
{
border-color: #ACC8AC;
}
</style>