Shades of Zanah #ACC8AD
Tints of Zanah #ACC8AD
RGB
CMYK
RGB Variations
Color information
#ACC8AD (or 0xACC8AD) is known color: Zanah. HEX triplet: AC, C8 and AD. RGB value is (172,200,173). Sum of RGB (Red+Green+Blue) = 172+200+173=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AD is #533752. Grayscale: #BCBCBC. Windows color (decimal): -5453651 or 11389100. OLE color: 11389100.
HSL color Cylindrical-coordinate representation of color #ACC8AD: hue angle of 122.14º 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 #ACC8AD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 173 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.22 |
| HSL | 122.14º | 0.2% | 0.73% | - |
| HSV(B) | 122.14º | 0.14% | 0.78% | - |
| XYZ | 45.21 | 53.1 | 47.4 | - |
| YUV | 188.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 173 | 0.14 | 0 | 0.14 | 0.22 | 122.14 | 0.2 | 0.73 |
| Hex | AC | C8 | AD | E | 0 | E | 16 | 7A | 14 | 49 |
| Octal | 254 | 310 | 255 | 16 | 0 | 16 | 26 | 172 | 24 | 111 |
| Binary | 10101100 | 11001000 | 10101101 | 1110 | 0 | 1110 | 10110 | 1111010 | 10100 | 1001001 |
Color Harmonies of #ACC8AD
Complementary color
Monochromatic Colors of #ACC8AD
Black with #ACC8AD
Text Example
Text Example
White with #ACC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8AD; }
p { color: rgb(172,200,173); }
H1.HeaderClassName
{
color: #ACC8AD;
}
.AnyTagClassName
{
color: #ACC8AD;
}
</style>
background-color css
<style>
a { background-color: #ACC8AD; }
a { background-color: rgb(172,200,173); }
div.DivClassName
{
background-color: #ACC8AD;
}
.BgClassName
{
background-color: #ACC8AD;
}
</style>
border-color css
<style>
span { border-color: #ACC8AD; }
span { border-color: rgb(172,200,173); }
td.TdClassName
{
border-color: #ACC8AD;
}
.TagClassName
{
border-color: #ACC8AD;
}
</style>