Shades of Zorba #AA9F96
Tints of Zorba #AA9F96
RGB
CMYK
RGB Variations
Color information
#AA9F96 (or 0xAA9F96) is known color: Zorba. HEX triplet: AA, 9F and 96. RGB value is (170,159,150). Sum of RGB (Red+Green+Blue) = 170+159+150=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F96 is #556069. Grayscale: #A1A1A1. Windows color (decimal): -5595242 or 9871274. OLE color: 9871274.
HSL color Cylindrical-coordinate representation of color #AA9F96: hue angle of 27º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9F96 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 150 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.33 |
| HSL | 27º | 0.11% | 0.63% | - |
| HSV(B) | 27º | 0.12% | 0.67% | - |
| XYZ | 34.48 | 35.54 | 33.9 | - |
| YUV | 161.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 150 | 0 | 0.06 | 0.12 | 0.33 | 27 | 0.11 | 0.63 |
| Hex | AA | 9F | 96 | 0 | 6 | C | 21 | 1B | B | 3F |
| Octal | 252 | 237 | 226 | 0 | 6 | 14 | 41 | 33 | 13 | 77 |
| Binary | 10101010 | 10011111 | 10010110 | 0 | 110 | 1100 | 100001 | 11011 | 1011 | 111111 |
Color Harmonies of #AA9F96
Complementary color
Monochromatic Colors of #AA9F96
Black with #AA9F96
Text Example
Text Example
White with #AA9F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F96; }
p { color: rgb(170,159,150); }
H1.HeaderClassName
{
color: #AA9F96;
}
.AnyTagClassName
{
color: #AA9F96;
}
</style>
background-color css
<style>
a { background-color: #AA9F96; }
a { background-color: rgb(170,159,150); }
div.DivClassName
{
background-color: #AA9F96;
}
.BgClassName
{
background-color: #AA9F96;
}
</style>
border-color css
<style>
span { border-color: #AA9F96; }
span { border-color: rgb(170,159,150); }
td.TdClassName
{
border-color: #AA9F96;
}
.TagClassName
{
border-color: #AA9F96;
}
</style>