Shades of Zanah #ADC3AD
Tints of Zanah #ADC3AD
RGB
CMYK
RGB Variations
Color information
#ADC3AD (or 0xADC3AD) is known color: Zanah. HEX triplet: AD, C3 and AD. RGB value is (173,195,173). Sum of RGB (Red+Green+Blue) = 173+195+173=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC3AD is #523C52. Grayscale: #B9B9B9. Windows color (decimal): -5389395 or 11387821. OLE color: 11387821.
HSL color Cylindrical-coordinate representation of color #ADC3AD: hue angle of 120º 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 #ADC3AD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 173 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.24 |
| HSL | 120º | 0.15% | 0.72% | - |
| HSV(B) | 120º | 0.11% | 0.76% | - |
| XYZ | 44.29 | 50.93 | 47.03 | - |
| YUV | 185.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 173 | 0.11 | 0 | 0.11 | 0.24 | 120 | 0.15 | 0.72 |
| Hex | AD | C3 | AD | B | 0 | B | 18 | 78 | F | 48 |
| Octal | 255 | 303 | 255 | 13 | 0 | 13 | 30 | 170 | 17 | 110 |
| Binary | 10101101 | 11000011 | 10101101 | 1011 | 0 | 1011 | 11000 | 1111000 | 1111 | 1001000 |
Color Harmonies of #ADC3AD
Complementary color
Monochromatic Colors of #ADC3AD
Black with #ADC3AD
Text Example
Text Example
White with #ADC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3AD; }
p { color: rgb(173,195,173); }
H1.HeaderClassName
{
color: #ADC3AD;
}
.AnyTagClassName
{
color: #ADC3AD;
}
</style>
background-color css
<style>
a { background-color: #ADC3AD; }
a { background-color: rgb(173,195,173); }
div.DivClassName
{
background-color: #ADC3AD;
}
.BgClassName
{
background-color: #ADC3AD;
}
</style>
border-color css
<style>
span { border-color: #ADC3AD; }
span { border-color: rgb(173,195,173); }
td.TdClassName
{
border-color: #ADC3AD;
}
.TagClassName
{
border-color: #ADC3AD;
}
</style>