Shades of Zanah #ADCEAB
Tints of Zanah #ADCEAB
RGB
CMYK
RGB Variations
Color information
#ADCEAB (or 0xADCEAB) is known color: Zanah. HEX triplet: AD, CE and AB. RGB value is (173,206,171). Sum of RGB (Red+Green+Blue) = 173+206+171=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEAB is #523154. Grayscale: #C0C0C0. Windows color (decimal): -5386581 or 11259565. OLE color: 11259565.
HSL color Cylindrical-coordinate representation of color #ADCEAB: hue angle of 116.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCEAB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 171 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.19 |
| HSL | 116.57º | 0.26% | 0.74% | - |
| HSV(B) | 116.57º | 0.17% | 0.81% | - |
| XYZ | 46.66 | 55.97 | 46.87 | - |
| YUV | 192.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 171 | 0.16 | 0 | 0.17 | 0.19 | 116.57 | 0.26 | 0.74 |
| Hex | AD | CE | AB | 10 | 0 | 11 | 13 | 75 | 1A | 4A |
| Octal | 255 | 316 | 253 | 20 | 0 | 21 | 23 | 165 | 32 | 112 |
| Binary | 10101101 | 11001110 | 10101011 | 10000 | 0 | 10001 | 10011 | 1110101 | 11010 | 1001010 |
Color Harmonies of #ADCEAB
Complementary color
Monochromatic Colors of #ADCEAB
Black with #ADCEAB
Text Example
Text Example
White with #ADCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEAB; }
p { color: rgb(173,206,171); }
H1.HeaderClassName
{
color: #ADCEAB;
}
.AnyTagClassName
{
color: #ADCEAB;
}
</style>
background-color css
<style>
a { background-color: #ADCEAB; }
a { background-color: rgb(173,206,171); }
div.DivClassName
{
background-color: #ADCEAB;
}
.BgClassName
{
background-color: #ADCEAB;
}
</style>
border-color css
<style>
span { border-color: #ADCEAB; }
span { border-color: rgb(173,206,171); }
td.TdClassName
{
border-color: #ADCEAB;
}
.TagClassName
{
border-color: #ADCEAB;
}
</style>