Shades of Zorba #AD9E90
Tints of Zorba #AD9E90
RGB
CMYK
RGB Variations
Color information
#AD9E90 (or 0xAD9E90) is known color: Zorba. HEX triplet: AD, 9E and 90. RGB value is (173,158,144). Sum of RGB (Red+Green+Blue) = 173+158+144=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E90 is #52616F. Grayscale: #A0A0A0. Windows color (decimal): -5398896 or 9477805. OLE color: 9477805.
HSL color Cylindrical-coordinate representation of color #AD9E90: hue angle of 28.97º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD9E90 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 144 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.32 |
| HSL | 28.97º | 0.15% | 0.62% | - |
| HSV(B) | 28.97º | 0.17% | 0.68% | - |
| XYZ | 34.49 | 35.35 | 31.39 | - |
| YUV | 160.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 144 | 0 | 0.09 | 0.17 | 0.32 | 28.97 | 0.15 | 0.62 |
| Hex | AD | 9E | 90 | 0 | 9 | 11 | 20 | 1D | F | 3E |
| Octal | 255 | 236 | 220 | 0 | 11 | 21 | 40 | 35 | 17 | 76 |
| Binary | 10101101 | 10011110 | 10010000 | 0 | 1001 | 10001 | 100000 | 11101 | 1111 | 111110 |
Color Harmonies of #AD9E90
Complementary color
Monochromatic Colors of #AD9E90
Black with #AD9E90
Text Example
Text Example
White with #AD9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E90; }
p { color: rgb(173,158,144); }
H1.HeaderClassName
{
color: #AD9E90;
}
.AnyTagClassName
{
color: #AD9E90;
}
</style>
background-color css
<style>
a { background-color: #AD9E90; }
a { background-color: rgb(173,158,144); }
div.DivClassName
{
background-color: #AD9E90;
}
.BgClassName
{
background-color: #AD9E90;
}
</style>
border-color css
<style>
span { border-color: #AD9E90; }
span { border-color: rgb(173,158,144); }
td.TdClassName
{
border-color: #AD9E90;
}
.TagClassName
{
border-color: #AD9E90;
}
</style>