Shades of Zorba #AD9888
Tints of Zorba #AD9888
RGB
CMYK
RGB Variations
Color information
#AD9888 (or 0xAD9888) is known color: Zorba. HEX triplet: AD, 98 and 88. RGB value is (173,152,136). Sum of RGB (Red+Green+Blue) = 173+152+136=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9888 is #526777. Grayscale: #9C9C9C. Windows color (decimal): -5400440 or 8951981. OLE color: 8951981.
HSL color Cylindrical-coordinate representation of color #AD9888: hue angle of 25.95º 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 #AD9888 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 136 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.32 |
| HSL | 25.95º | 0.18% | 0.61% | - |
| HSV(B) | 25.95º | 0.21% | 0.68% | - |
| XYZ | 32.91 | 33.12 | 27.95 | - |
| YUV | 156.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 136 | 0 | 0.12 | 0.21 | 0.32 | 25.95 | 0.18 | 0.61 |
| Hex | AD | 98 | 88 | 0 | C | 15 | 20 | 1A | 12 | 3D |
| Octal | 255 | 230 | 210 | 0 | 14 | 25 | 40 | 32 | 22 | 75 |
| Binary | 10101101 | 10011000 | 10001000 | 0 | 1100 | 10101 | 100000 | 11010 | 10010 | 111101 |
Color Harmonies of #AD9888
Complementary color
Monochromatic Colors of #AD9888
Black with #AD9888
Text Example
Text Example
White with #AD9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9888; }
p { color: rgb(173,152,136); }
H1.HeaderClassName
{
color: #AD9888;
}
.AnyTagClassName
{
color: #AD9888;
}
</style>
background-color css
<style>
a { background-color: #AD9888; }
a { background-color: rgb(173,152,136); }
div.DivClassName
{
background-color: #AD9888;
}
.BgClassName
{
background-color: #AD9888;
}
</style>
border-color css
<style>
span { border-color: #AD9888; }
span { border-color: rgb(173,152,136); }
td.TdClassName
{
border-color: #AD9888;
}
.TagClassName
{
border-color: #AD9888;
}
</style>