Shades of Zorba #AA9E93
Tints of Zorba #AA9E93
RGB
CMYK
RGB Variations
Color information
#AA9E93 (or 0xAA9E93) is known color: Zorba. HEX triplet: AA, 9E and 93. RGB value is (170,158,147). Sum of RGB (Red+Green+Blue) = 170+158+147=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E93 is #55616C. Grayscale: #A0A0A0. Windows color (decimal): -5595501 or 9674410. OLE color: 9674410.
HSL color Cylindrical-coordinate representation of color #AA9E93: hue angle of 28.7º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9E93 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 147 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.33 |
| HSL | 28.7º | 0.12% | 0.62% | - |
| HSV(B) | 28.7º | 0.14% | 0.67% | - |
| XYZ | 34.07 | 35.11 | 32.58 | - |
| YUV | 160.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 147 | 0 | 0.07 | 0.14 | 0.33 | 28.7 | 0.12 | 0.62 |
| Hex | AA | 9E | 93 | 0 | 7 | E | 21 | 1D | C | 3E |
| Octal | 252 | 236 | 223 | 0 | 7 | 16 | 41 | 35 | 14 | 76 |
| Binary | 10101010 | 10011110 | 10010011 | 0 | 111 | 1110 | 100001 | 11101 | 1100 | 111110 |
Color Harmonies of #AA9E93
Complementary color
Monochromatic Colors of #AA9E93
Black with #AA9E93
Text Example
Text Example
White with #AA9E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E93; }
p { color: rgb(170,158,147); }
H1.HeaderClassName
{
color: #AA9E93;
}
.AnyTagClassName
{
color: #AA9E93;
}
</style>
background-color css
<style>
a { background-color: #AA9E93; }
a { background-color: rgb(170,158,147); }
div.DivClassName
{
background-color: #AA9E93;
}
.BgClassName
{
background-color: #AA9E93;
}
</style>
border-color css
<style>
span { border-color: #AA9E93; }
span { border-color: rgb(170,158,147); }
td.TdClassName
{
border-color: #AA9E93;
}
.TagClassName
{
border-color: #AA9E93;
}
</style>