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