Shades of Zanah #ADCBAE
Tints of Zanah #ADCBAE
RGB
CMYK
RGB Variations
Color information
#ADCBAE (or 0xADCBAE) is known color: Zanah. HEX triplet: AD, CB and AE. RGB value is (173,203,174). Sum of RGB (Red+Green+Blue) = 173+203+174=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBAE is #523451. Grayscale: #BEBEBE. Windows color (decimal): -5387346 or 11455405. OLE color: 11455405.
HSL color Cylindrical-coordinate representation of color #ADCBAE: hue angle of 122º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBAE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 174 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.20 |
| HSL | 122º | 0.22% | 0.74% | - |
| HSV(B) | 122º | 0.15% | 0.8% | - |
| XYZ | 46.23 | 54.65 | 48.16 | - |
| YUV | 190.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 174 | 0.15 | 0 | 0.14 | 0.20 | 122 | 0.22 | 0.74 |
| Hex | AD | CB | AE | F | 0 | E | 14 | 7A | 16 | 4A |
| Octal | 255 | 313 | 256 | 17 | 0 | 16 | 24 | 172 | 26 | 112 |
| Binary | 10101101 | 11001011 | 10101110 | 1111 | 0 | 1110 | 10100 | 1111010 | 10110 | 1001010 |
Color Harmonies of #ADCBAE
Complementary color
Monochromatic Colors of #ADCBAE
Black with #ADCBAE
Text Example
Text Example
White with #ADCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBAE; }
p { color: rgb(173,203,174); }
H1.HeaderClassName
{
color: #ADCBAE;
}
.AnyTagClassName
{
color: #ADCBAE;
}
</style>
background-color css
<style>
a { background-color: #ADCBAE; }
a { background-color: rgb(173,203,174); }
div.DivClassName
{
background-color: #ADCBAE;
}
.BgClassName
{
background-color: #ADCBAE;
}
</style>
border-color css
<style>
span { border-color: #ADCBAE; }
span { border-color: rgb(173,203,174); }
td.TdClassName
{
border-color: #ADCBAE;
}
.TagClassName
{
border-color: #ADCBAE;
}
</style>