Shades of Zorba #AA9989
Tints of Zorba #AA9989
RGB
CMYK
RGB Variations
Color information
#AA9989 (or 0xAA9989) is known color: Zorba. HEX triplet: AA, 99 and 89. RGB value is (170,153,137). Sum of RGB (Red+Green+Blue) = 170+153+137=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9989 is #556676. Grayscale: #9C9C9C. Windows color (decimal): -5596791 or 9017770. OLE color: 9017770.
HSL color Cylindrical-coordinate representation of color #AA9989: hue angle of 29.09º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9989 is Cyan = 0, Magento = 0.1, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 137 | - |
| CMYK | 0 | 0.1 | 0.19 | 0.33 |
| HSL | 29.09º | 0.16% | 0.6% | - |
| HSV(B) | 29.09º | 0.19% | 0.67% | - |
| XYZ | 32.48 | 33.13 | 28.35 | - |
| YUV | 156.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 137 | 0 | 0.1 | 0.19 | 0.33 | 29.09 | 0.16 | 0.6 |
| Hex | AA | 99 | 89 | 0 | A | 13 | 21 | 1D | 10 | 3C |
| Octal | 252 | 231 | 211 | 0 | 12 | 23 | 41 | 35 | 20 | 74 |
| Binary | 10101010 | 10011001 | 10001001 | 0 | 1010 | 10011 | 100001 | 11101 | 10000 | 111100 |
Color Harmonies of #AA9989
Complementary color
Monochromatic Colors of #AA9989
Black with #AA9989
Text Example
Text Example
White with #AA9989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9989; }
p { color: rgb(170,153,137); }
H1.HeaderClassName
{
color: #AA9989;
}
.AnyTagClassName
{
color: #AA9989;
}
</style>
background-color css
<style>
a { background-color: #AA9989; }
a { background-color: rgb(170,153,137); }
div.DivClassName
{
background-color: #AA9989;
}
.BgClassName
{
background-color: #AA9989;
}
</style>
border-color css
<style>
span { border-color: #AA9989; }
span { border-color: rgb(170,153,137); }
td.TdClassName
{
border-color: #AA9989;
}
.TagClassName
{
border-color: #AA9989;
}
</style>