Shades of Zanah #ADBFAE
Tints of Zanah #ADBFAE
RGB
CMYK
RGB Variations
Color information
#ADBFAE (or 0xADBFAE) is known color: Zanah. HEX triplet: AD, BF and AE. RGB value is (173,191,174). Sum of RGB (Red+Green+Blue) = 173+191+174=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFAE is #524051. Grayscale: #B7B7B7. Windows color (decimal): -5390418 or 11452333. OLE color: 11452333.
HSL color Cylindrical-coordinate representation of color #ADBFAE: hue angle of 123.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBFAE is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 174 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.25 |
| HSL | 123.33º | 0.12% | 0.71% | - |
| HSV(B) | 123.33º | 0.09% | 0.75% | - |
| XYZ | 43.5 | 49.2 | 47.25 | - |
| YUV | 183.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 174 | 0.09 | 0 | 0.09 | 0.25 | 123.33 | 0.12 | 0.71 |
| Hex | AD | BF | AE | 9 | 0 | 9 | 19 | 7B | C | 47 |
| Octal | 255 | 277 | 256 | 11 | 0 | 11 | 31 | 173 | 14 | 107 |
| Binary | 10101101 | 10111111 | 10101110 | 1001 | 0 | 1001 | 11001 | 1111011 | 1100 | 1000111 |
Color Harmonies of #ADBFAE
Complementary color
Monochromatic Colors of #ADBFAE
Black with #ADBFAE
Text Example
Text Example
White with #ADBFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFAE; }
p { color: rgb(173,191,174); }
H1.HeaderClassName
{
color: #ADBFAE;
}
.AnyTagClassName
{
color: #ADBFAE;
}
</style>
background-color css
<style>
a { background-color: #ADBFAE; }
a { background-color: rgb(173,191,174); }
div.DivClassName
{
background-color: #ADBFAE;
}
.BgClassName
{
background-color: #ADBFAE;
}
</style>
border-color css
<style>
span { border-color: #ADBFAE; }
span { border-color: rgb(173,191,174); }
td.TdClassName
{
border-color: #ADBFAE;
}
.TagClassName
{
border-color: #ADBFAE;
}
</style>