Shades of Zorba #AA9887
Tints of Zorba #AA9887
RGB
CMYK
RGB Variations
Color information
#AA9887 (or 0xAA9887) is known color: Zorba. HEX triplet: AA, 98 and 87. RGB value is (170,152,135). Sum of RGB (Red+Green+Blue) = 170+152+135=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9887 is #556778. Grayscale: #9B9B9B. Windows color (decimal): -5597049 or 8886442. OLE color: 8886442.
HSL color Cylindrical-coordinate representation of color #AA9887: hue angle of 29.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9887 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 135 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.33 |
| HSL | 29.14º | 0.17% | 0.6% | - |
| HSV(B) | 29.14º | 0.21% | 0.67% | - |
| XYZ | 32.18 | 32.75 | 27.55 | - |
| YUV | 155.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 135 | 0 | 0.11 | 0.21 | 0.33 | 29.14 | 0.17 | 0.6 |
| Hex | AA | 98 | 87 | 0 | B | 15 | 21 | 1D | 11 | 3C |
| Octal | 252 | 230 | 207 | 0 | 13 | 25 | 41 | 35 | 21 | 74 |
| Binary | 10101010 | 10011000 | 10000111 | 0 | 1011 | 10101 | 100001 | 11101 | 10001 | 111100 |
Color Harmonies of #AA9887
Complementary color
Monochromatic Colors of #AA9887
Black with #AA9887
Text Example
Text Example
White with #AA9887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9887; }
p { color: rgb(170,152,135); }
H1.HeaderClassName
{
color: #AA9887;
}
.AnyTagClassName
{
color: #AA9887;
}
</style>
background-color css
<style>
a { background-color: #AA9887; }
a { background-color: rgb(170,152,135); }
div.DivClassName
{
background-color: #AA9887;
}
.BgClassName
{
background-color: #AA9887;
}
</style>
border-color css
<style>
span { border-color: #AA9887; }
span { border-color: rgb(170,152,135); }
td.TdClassName
{
border-color: #AA9887;
}
.TagClassName
{
border-color: #AA9887;
}
</style>