Shades of Zanah #ACB8AD
Tints of Zanah #ACB8AD
RGB
CMYK
RGB Variations
Color information
#ACB8AD (or 0xACB8AD) is known color: Zanah. HEX triplet: AC, B8 and AD. RGB value is (172,184,173). Sum of RGB (Red+Green+Blue) = 172+184+173=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB8AD is #534752. Grayscale: #B3B3B3. Windows color (decimal): -5457747 or 11385004. OLE color: 11385004.
HSL color Cylindrical-coordinate representation of color #ACB8AD: hue angle of 125º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB8AD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 173 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.28 |
| HSL | 125º | 0.08% | 0.7% | - |
| HSV(B) | 125º | 0.07% | 0.72% | - |
| XYZ | 41.7 | 46.07 | 46.23 | - |
| YUV | 179.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 173 | 0.07 | 0 | 0.06 | 0.28 | 125 | 0.08 | 0.7 |
| Hex | AC | B8 | AD | 7 | 0 | 6 | 1C | 7D | 8 | 46 |
| Octal | 254 | 270 | 255 | 7 | 0 | 6 | 34 | 175 | 10 | 106 |
| Binary | 10101100 | 10111000 | 10101101 | 111 | 0 | 110 | 11100 | 1111101 | 1000 | 1000110 |
Color Harmonies of #ACB8AD
Complementary color
Monochromatic Colors of #ACB8AD
Black with #ACB8AD
Text Example
Text Example
White with #ACB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8AD; }
p { color: rgb(172,184,173); }
H1.HeaderClassName
{
color: #ACB8AD;
}
.AnyTagClassName
{
color: #ACB8AD;
}
</style>
background-color css
<style>
a { background-color: #ACB8AD; }
a { background-color: rgb(172,184,173); }
div.DivClassName
{
background-color: #ACB8AD;
}
.BgClassName
{
background-color: #ACB8AD;
}
</style>
border-color css
<style>
span { border-color: #ACB8AD; }
span { border-color: rgb(172,184,173); }
td.TdClassName
{
border-color: #ACB8AD;
}
.TagClassName
{
border-color: #ACB8AD;
}
</style>