Shades of Zanah #ACC2AD
Tints of Zanah #ACC2AD
RGB
CMYK
RGB Variations
Color information
#ACC2AD (or 0xACC2AD) is known color: Zanah. HEX triplet: AC, C2 and AD. RGB value is (172,194,173). Sum of RGB (Red+Green+Blue) = 172+194+173=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2AD is #533D52. Grayscale: #B9B9B9. Windows color (decimal): -5455187 or 11387564. OLE color: 11387564.
HSL color Cylindrical-coordinate representation of color #ACC2AD: hue angle of 122.73º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC2AD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 173 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.24 |
| HSL | 122.73º | 0.15% | 0.72% | - |
| HSV(B) | 122.73º | 0.11% | 0.76% | - |
| XYZ | 43.85 | 50.37 | 46.95 | - |
| YUV | 185.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 173 | 0.11 | 0 | 0.11 | 0.24 | 122.73 | 0.15 | 0.72 |
| Hex | AC | C2 | AD | B | 0 | B | 18 | 7B | F | 48 |
| Octal | 254 | 302 | 255 | 13 | 0 | 13 | 30 | 173 | 17 | 110 |
| Binary | 10101100 | 11000010 | 10101101 | 1011 | 0 | 1011 | 11000 | 1111011 | 1111 | 1001000 |
Color Harmonies of #ACC2AD
Complementary color
Monochromatic Colors of #ACC2AD
Black with #ACC2AD
Text Example
Text Example
White with #ACC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2AD; }
p { color: rgb(172,194,173); }
H1.HeaderClassName
{
color: #ACC2AD;
}
.AnyTagClassName
{
color: #ACC2AD;
}
</style>
background-color css
<style>
a { background-color: #ACC2AD; }
a { background-color: rgb(172,194,173); }
div.DivClassName
{
background-color: #ACC2AD;
}
.BgClassName
{
background-color: #ACC2AD;
}
</style>
border-color css
<style>
span { border-color: #ACC2AD; }
span { border-color: rgb(172,194,173); }
td.TdClassName
{
border-color: #ACC2AD;
}
.TagClassName
{
border-color: #ACC2AD;
}
</style>