Shades of Zanah #ADC3AB
Tints of Zanah #ADC3AB
RGB
CMYK
RGB Variations
Color information
#ADC3AB (or 0xADC3AB) is known color: Zanah. HEX triplet: AD, C3 and AB. RGB value is (173,195,171). Sum of RGB (Red+Green+Blue) = 173+195+171=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC3AB is #523C54. Grayscale: #B9B9B9. Windows color (decimal): -5389397 or 11256749. OLE color: 11256749.
HSL color Cylindrical-coordinate representation of color #ADC3AB: hue angle of 115º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC3AB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 171 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.24 |
| HSL | 115º | 0.17% | 0.72% | - |
| HSV(B) | 115º | 0.12% | 0.76% | - |
| XYZ | 44.1 | 50.85 | 46.02 | - |
| YUV | 185.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 171 | 0.11 | 0 | 0.12 | 0.24 | 115 | 0.17 | 0.72 |
| Hex | AD | C3 | AB | B | 0 | C | 18 | 73 | 11 | 48 |
| Octal | 255 | 303 | 253 | 13 | 0 | 14 | 30 | 163 | 21 | 110 |
| Binary | 10101101 | 11000011 | 10101011 | 1011 | 0 | 1100 | 11000 | 1110011 | 10001 | 1001000 |
Color Harmonies of #ADC3AB
Complementary color
Monochromatic Colors of #ADC3AB
Black with #ADC3AB
Text Example
Text Example
White with #ADC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3AB; }
p { color: rgb(173,195,171); }
H1.HeaderClassName
{
color: #ADC3AB;
}
.AnyTagClassName
{
color: #ADC3AB;
}
</style>
background-color css
<style>
a { background-color: #ADC3AB; }
a { background-color: rgb(173,195,171); }
div.DivClassName
{
background-color: #ADC3AB;
}
.BgClassName
{
background-color: #ADC3AB;
}
</style>
border-color css
<style>
span { border-color: #ADC3AB; }
span { border-color: rgb(173,195,171); }
td.TdClassName
{
border-color: #ADC3AB;
}
.TagClassName
{
border-color: #ADC3AB;
}
</style>