Shades of Zorba #AA9587
Tints of Zorba #AA9587
RGB
CMYK
RGB Variations
Color information
#AA9587 (or 0xAA9587) is known color: Zorba. HEX triplet: AA, 95 and 87. RGB value is (170,149,135). Sum of RGB (Red+Green+Blue) = 170+149+135=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9587 is #556A78. Grayscale: #999999. Windows color (decimal): -5597817 or 8885674. OLE color: 8885674.
HSL color Cylindrical-coordinate representation of color #AA9587: hue angle of 24º 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 #AA9587 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 135 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.33 |
| HSL | 24º | 0.17% | 0.6% | - |
| HSV(B) | 24º | 0.21% | 0.67% | - |
| XYZ | 31.7 | 31.79 | 27.39 | - |
| YUV | 153.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 135 | 0 | 0.12 | 0.21 | 0.33 | 24 | 0.17 | 0.6 |
| Hex | AA | 95 | 87 | 0 | C | 15 | 21 | 18 | 11 | 3C |
| Octal | 252 | 225 | 207 | 0 | 14 | 25 | 41 | 30 | 21 | 74 |
| Binary | 10101010 | 10010101 | 10000111 | 0 | 1100 | 10101 | 100001 | 11000 | 10001 | 111100 |
Color Harmonies of #AA9587
Complementary color
Monochromatic Colors of #AA9587
Black with #AA9587
Text Example
Text Example
White with #AA9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9587; }
p { color: rgb(170,149,135); }
H1.HeaderClassName
{
color: #AA9587;
}
.AnyTagClassName
{
color: #AA9587;
}
</style>
background-color css
<style>
a { background-color: #AA9587; }
a { background-color: rgb(170,149,135); }
div.DivClassName
{
background-color: #AA9587;
}
.BgClassName
{
background-color: #AA9587;
}
</style>
border-color css
<style>
span { border-color: #AA9587; }
span { border-color: rgb(170,149,135); }
td.TdClassName
{
border-color: #AA9587;
}
.TagClassName
{
border-color: #AA9587;
}
</style>