Shades of Zanah #ADCCAC
Tints of Zanah #ADCCAC
RGB
CMYK
RGB Variations
Color information
#ADCCAC (or 0xADCCAC) is known color: Zanah. HEX triplet: AD, CC and AC. RGB value is (173,204,172). Sum of RGB (Red+Green+Blue) = 173+204+172=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAC is #523353. Grayscale: #BFBFBF. Windows color (decimal): -5387092 or 11324589. OLE color: 11324589.
HSL color Cylindrical-coordinate representation of color #ADCCAC: hue angle of 118.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCCAC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 172 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.2 |
| HSL | 118.13º | 0.24% | 0.74% | - |
| HSV(B) | 118.13º | 0.16% | 0.8% | - |
| XYZ | 46.27 | 55.05 | 47.22 | - |
| YUV | 191.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 172 | 0.15 | 0 | 0.16 | 0.2 | 118.13 | 0.24 | 0.74 |
| Hex | AD | CC | AC | F | 0 | 10 | 14 | 76 | 18 | 4A |
| Octal | 255 | 314 | 254 | 17 | 0 | 20 | 24 | 166 | 30 | 112 |
| Binary | 10101101 | 11001100 | 10101100 | 1111 | 0 | 10000 | 10100 | 1110110 | 11000 | 1001010 |
Color Harmonies of #ADCCAC
Complementary color
Monochromatic Colors of #ADCCAC
Black with #ADCCAC
Text Example
Text Example
White with #ADCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCAC; }
p { color: rgb(173,204,172); }
H1.HeaderClassName
{
color: #ADCCAC;
}
.AnyTagClassName
{
color: #ADCCAC;
}
</style>
background-color css
<style>
a { background-color: #ADCCAC; }
a { background-color: rgb(173,204,172); }
div.DivClassName
{
background-color: #ADCCAC;
}
.BgClassName
{
background-color: #ADCCAC;
}
</style>
border-color css
<style>
span { border-color: #ADCCAC; }
span { border-color: rgb(173,204,172); }
td.TdClassName
{
border-color: #ADCCAC;
}
.TagClassName
{
border-color: #ADCCAC;
}
</style>