Shades of Zanah #ADC9AC
Tints of Zanah #ADC9AC
RGB
CMYK
RGB Variations
Color information
#ADC9AC (or 0xADC9AC) is known color: Zanah. HEX triplet: AD, C9 and AC. RGB value is (173,201,172). Sum of RGB (Red+Green+Blue) = 173+201+172=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9AC is #523653. Grayscale: #BDBDBD. Windows color (decimal): -5387860 or 11323821. OLE color: 11323821.
HSL color Cylindrical-coordinate representation of color #ADC9AC: hue angle of 117.93º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9AC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 172 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.21 |
| HSL | 117.93º | 0.21% | 0.73% | - |
| HSV(B) | 117.93º | 0.14% | 0.79% | - |
| XYZ | 45.57 | 53.64 | 46.98 | - |
| YUV | 189.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 172 | 0.14 | 0 | 0.14 | 0.21 | 117.93 | 0.21 | 0.73 |
| Hex | AD | C9 | AC | E | 0 | E | 15 | 76 | 15 | 49 |
| Octal | 255 | 311 | 254 | 16 | 0 | 16 | 25 | 166 | 25 | 111 |
| Binary | 10101101 | 11001001 | 10101100 | 1110 | 0 | 1110 | 10101 | 1110110 | 10101 | 1001001 |
Color Harmonies of #ADC9AC
Complementary color
Monochromatic Colors of #ADC9AC
Black with #ADC9AC
Text Example
Text Example
White with #ADC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9AC; }
p { color: rgb(173,201,172); }
H1.HeaderClassName
{
color: #ADC9AC;
}
.AnyTagClassName
{
color: #ADC9AC;
}
</style>
background-color css
<style>
a { background-color: #ADC9AC; }
a { background-color: rgb(173,201,172); }
div.DivClassName
{
background-color: #ADC9AC;
}
.BgClassName
{
background-color: #ADC9AC;
}
</style>
border-color css
<style>
span { border-color: #ADC9AC; }
span { border-color: rgb(173,201,172); }
td.TdClassName
{
border-color: #ADC9AC;
}
.TagClassName
{
border-color: #ADC9AC;
}
</style>