Shades of Zorba #AA9E94
Tints of Zorba #AA9E94
RGB
CMYK
RGB Variations
Color information
#AA9E94 (or 0xAA9E94) is known color: Zorba. HEX triplet: AA, 9E and 94. RGB value is (170,158,148). Sum of RGB (Red+Green+Blue) = 170+158+148=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E94 is #55616B. Grayscale: #A0A0A0. Windows color (decimal): -5595500 or 9739946. OLE color: 9739946.
HSL color Cylindrical-coordinate representation of color #AA9E94: hue angle of 27.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA9E94 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 148 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.33 |
| HSL | 27.27º | 0.11% | 0.62% | - |
| HSV(B) | 27.27º | 0.13% | 0.67% | - |
| XYZ | 34.15 | 35.14 | 33 | - |
| YUV | 160.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 148 | 0 | 0.07 | 0.13 | 0.33 | 27.27 | 0.11 | 0.62 |
| Hex | AA | 9E | 94 | 0 | 7 | D | 21 | 1B | B | 3E |
| Octal | 252 | 236 | 224 | 0 | 7 | 15 | 41 | 33 | 13 | 76 |
| Binary | 10101010 | 10011110 | 10010100 | 0 | 111 | 1101 | 100001 | 11011 | 1011 | 111110 |
Color Harmonies of #AA9E94
Complementary color
Monochromatic Colors of #AA9E94
Black with #AA9E94
Text Example
Text Example
White with #AA9E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E94; }
p { color: rgb(170,158,148); }
H1.HeaderClassName
{
color: #AA9E94;
}
.AnyTagClassName
{
color: #AA9E94;
}
</style>
background-color css
<style>
a { background-color: #AA9E94; }
a { background-color: rgb(170,158,148); }
div.DivClassName
{
background-color: #AA9E94;
}
.BgClassName
{
background-color: #AA9E94;
}
</style>
border-color css
<style>
span { border-color: #AA9E94; }
span { border-color: rgb(170,158,148); }
td.TdClassName
{
border-color: #AA9E94;
}
.TagClassName
{
border-color: #AA9E94;
}
</style>