Shades of Zorba #AA9A8E
Tints of Zorba #AA9A8E
RGB
CMYK
RGB Variations
Color information
#AA9A8E (or 0xAA9A8E) is known color: Zorba. HEX triplet: AA, 9A and 8E. RGB value is (170,154,142). Sum of RGB (Red+Green+Blue) = 170+154+142=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A8E is #556571. Grayscale: #9D9D9D. Windows color (decimal): -5596530 or 9345706. OLE color: 9345706.
HSL color Cylindrical-coordinate representation of color #AA9A8E: hue angle of 25.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9A8E is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 142 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.33 |
| HSL | 25.71º | 0.14% | 0.61% | - |
| HSV(B) | 25.71º | 0.16% | 0.67% | - |
| XYZ | 33.02 | 33.61 | 30.34 | - |
| YUV | 157.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 142 | 0 | 0.09 | 0.16 | 0.33 | 25.71 | 0.14 | 0.61 |
| Hex | AA | 9A | 8E | 0 | 9 | 10 | 21 | 1A | E | 3D |
| Octal | 252 | 232 | 216 | 0 | 11 | 20 | 41 | 32 | 16 | 75 |
| Binary | 10101010 | 10011010 | 10001110 | 0 | 1001 | 10000 | 100001 | 11010 | 1110 | 111101 |
Color Harmonies of #AA9A8E
Complementary color
Monochromatic Colors of #AA9A8E
Black with #AA9A8E
Text Example
Text Example
White with #AA9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A8E; }
p { color: rgb(170,154,142); }
H1.HeaderClassName
{
color: #AA9A8E;
}
.AnyTagClassName
{
color: #AA9A8E;
}
</style>
background-color css
<style>
a { background-color: #AA9A8E; }
a { background-color: rgb(170,154,142); }
div.DivClassName
{
background-color: #AA9A8E;
}
.BgClassName
{
background-color: #AA9A8E;
}
</style>
border-color css
<style>
span { border-color: #AA9A8E; }
span { border-color: rgb(170,154,142); }
td.TdClassName
{
border-color: #AA9A8E;
}
.TagClassName
{
border-color: #AA9A8E;
}
</style>