Shades of Zanah #ADBDAE
Tints of Zanah #ADBDAE
RGB
CMYK
RGB Variations
Color information
#ADBDAE (or 0xADBDAE) is known color: Zanah. HEX triplet: AD, BD and AE. RGB value is (173,189,174). Sum of RGB (Red+Green+Blue) = 173+189+174=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDAE is #524251. Grayscale: #B6B6B6. Windows color (decimal): -5390930 or 11451821. OLE color: 11451821.
HSL color Cylindrical-coordinate representation of color #ADBDAE: hue angle of 123.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDAE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 174 | - |
CMYK | 0.08 | 0 | 0.08 | 0.26 |
HSL | 123.75º | 0.11% | 0.71% | - |
HSV(B) | 123.75º | 0.08% | 0.74% | - |
XYZ | 43.07 | 48.34 | 47.1 | - |
YUV | 182.51 | 123.2 | 121.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 174 | 0.08 | 0 | 0.08 | 0.26 | 123.75 | 0.11 | 0.71 |
Hex | AD | BD | AE | 8 | 0 | 8 | 1A | 7C | B | 47 |
Octal | 255 | 275 | 256 | 10 | 0 | 10 | 32 | 174 | 13 | 107 |
Binary | 10101101 | 10111101 | 10101110 | 1000 | 0 | 1000 | 11010 | 1111100 | 1011 | 1000111 |
Color Harmonies of #ADBDAE
Complementary color
Monochromatic Colors of #ADBDAE
Black with #ADBDAE
Text Example
Text Example
White with #ADBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDAE; }
p { color: rgb(173,189,174); }
H1.HeaderClassName
{
color: #ADBDAE;
}
.AnyTagClassName
{
color: #ADBDAE;
}
</style>
background-color css
<style>
a { background-color: #ADBDAE; }
a { background-color: rgb(173,189,174); }
div.DivClassName
{
background-color: #ADBDAE;
}
.BgClassName
{
background-color: #ADBDAE;
}
</style>
border-color css
<style>
span { border-color: #ADBDAE; }
span { border-color: rgb(173,189,174); }
td.TdClassName
{
border-color: #ADBDAE;
}
.TagClassName
{
border-color: #ADBDAE;
}
</style>