Shades of Zanah #ADC0AD
Tints of Zanah #ADC0AD
RGB
CMYK
RGB Variations
Color information
#ADC0AD (or 0xADC0AD) is known color: Zanah. HEX triplet: AD, C0 and AD. RGB value is (173,192,173). Sum of RGB (Red+Green+Blue) = 173+192+173=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0AD is #523F52. Grayscale: #B8B8B8. Windows color (decimal): -5390163 or 11387053. OLE color: 11387053.
HSL color Cylindrical-coordinate representation of color #ADC0AD: hue angle of 120º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC0AD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 173 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.25 |
| HSL | 120º | 0.13% | 0.72% | - |
| HSV(B) | 120º | 0.1% | 0.75% | - |
| XYZ | 43.63 | 49.6 | 46.81 | - |
| YUV | 184.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 173 | 0.10 | 0 | 0.10 | 0.25 | 120 | 0.13 | 0.72 |
| Hex | AD | C0 | AD | A | 0 | A | 19 | 78 | D | 48 |
| Octal | 255 | 300 | 255 | 12 | 0 | 12 | 31 | 170 | 15 | 110 |
| Binary | 10101101 | 11000000 | 10101101 | 1010 | 0 | 1010 | 11001 | 1111000 | 1101 | 1001000 |
Color Harmonies of #ADC0AD
Complementary color
Monochromatic Colors of #ADC0AD
Black with #ADC0AD
Text Example
Text Example
White with #ADC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0AD; }
p { color: rgb(173,192,173); }
H1.HeaderClassName
{
color: #ADC0AD;
}
.AnyTagClassName
{
color: #ADC0AD;
}
</style>
background-color css
<style>
a { background-color: #ADC0AD; }
a { background-color: rgb(173,192,173); }
div.DivClassName
{
background-color: #ADC0AD;
}
.BgClassName
{
background-color: #ADC0AD;
}
</style>
border-color css
<style>
span { border-color: #ADC0AD; }
span { border-color: rgb(173,192,173); }
td.TdClassName
{
border-color: #ADC0AD;
}
.TagClassName
{
border-color: #ADC0AD;
}
</style>