Shades of Zanah #ADBAAD
Tints of Zanah #ADBAAD
RGB
CMYK
RGB Variations
Color information
#ADBAAD (or 0xADBAAD) is known color: Zanah. HEX triplet: AD, BA and AD. RGB value is (173,186,173). Sum of RGB (Red+Green+Blue) = 173+186+173=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAAD is #524552. Grayscale: #B4B4B4. Windows color (decimal): -5391699 or 11385517. OLE color: 11385517.
HSL color Cylindrical-coordinate representation of color #ADBAAD: hue angle of 120º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBAAD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 173 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.27 |
| HSL | 120º | 0.09% | 0.7% | - |
| HSV(B) | 120º | 0.07% | 0.73% | - |
| XYZ | 42.34 | 47.02 | 46.38 | - |
| YUV | 180.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 173 | 0.07 | 0 | 0.07 | 0.27 | 120 | 0.09 | 0.7 |
| Hex | AD | BA | AD | 7 | 0 | 7 | 1B | 78 | 9 | 46 |
| Octal | 255 | 272 | 255 | 7 | 0 | 7 | 33 | 170 | 11 | 106 |
| Binary | 10101101 | 10111010 | 10101101 | 111 | 0 | 111 | 11011 | 1111000 | 1001 | 1000110 |
Color Harmonies of #ADBAAD
Complementary color
Monochromatic Colors of #ADBAAD
Black with #ADBAAD
Text Example
Text Example
White with #ADBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAAD; }
p { color: rgb(173,186,173); }
H1.HeaderClassName
{
color: #ADBAAD;
}
.AnyTagClassName
{
color: #ADBAAD;
}
</style>
background-color css
<style>
a { background-color: #ADBAAD; }
a { background-color: rgb(173,186,173); }
div.DivClassName
{
background-color: #ADBAAD;
}
.BgClassName
{
background-color: #ADBAAD;
}
</style>
border-color css
<style>
span { border-color: #ADBAAD; }
span { border-color: rgb(173,186,173); }
td.TdClassName
{
border-color: #ADBAAD;
}
.TagClassName
{
border-color: #ADBAAD;
}
</style>