Shades of Zorba #AD9889
Tints of Zorba #AD9889
RGB
CMYK
RGB Variations
Color information
#AD9889 (or 0xAD9889) is known color: Zorba. HEX triplet: AD, 98 and 89. RGB value is (173,152,137). Sum of RGB (Red+Green+Blue) = 173+152+137=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9889 is #526776. Grayscale: #9C9C9C. Windows color (decimal): -5400439 or 9017517. OLE color: 9017517.
HSL color Cylindrical-coordinate representation of color #AD9889: hue angle of 25º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9889 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 137 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.32 |
| HSL | 25º | 0.18% | 0.61% | - |
| HSV(B) | 25º | 0.21% | 0.68% | - |
| XYZ | 32.98 | 33.15 | 28.33 | - |
| YUV | 156.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 137 | 0 | 0.12 | 0.21 | 0.32 | 25 | 0.18 | 0.61 |
| Hex | AD | 98 | 89 | 0 | C | 15 | 20 | 19 | 12 | 3D |
| Octal | 255 | 230 | 211 | 0 | 14 | 25 | 40 | 31 | 22 | 75 |
| Binary | 10101101 | 10011000 | 10001001 | 0 | 1100 | 10101 | 100000 | 11001 | 10010 | 111101 |
Color Harmonies of #AD9889
Complementary color
Monochromatic Colors of #AD9889
Black with #AD9889
Text Example
Text Example
White with #AD9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9889; }
p { color: rgb(173,152,137); }
H1.HeaderClassName
{
color: #AD9889;
}
.AnyTagClassName
{
color: #AD9889;
}
</style>
background-color css
<style>
a { background-color: #AD9889; }
a { background-color: rgb(173,152,137); }
div.DivClassName
{
background-color: #AD9889;
}
.BgClassName
{
background-color: #AD9889;
}
</style>
border-color css
<style>
span { border-color: #AD9889; }
span { border-color: rgb(173,152,137); }
td.TdClassName
{
border-color: #AD9889;
}
.TagClassName
{
border-color: #AD9889;
}
</style>