Shades of Zorba #AA9F94
Tints of Zorba #AA9F94
RGB
CMYK
RGB Variations
Color information
#AA9F94 (or 0xAA9F94) is known color: Zorba. HEX triplet: AA, 9F and 94. RGB value is (170,159,148). Sum of RGB (Red+Green+Blue) = 170+159+148=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F94 is #55606B. Grayscale: #A1A1A1. Windows color (decimal): -5595244 or 9740202. OLE color: 9740202.
HSL color Cylindrical-coordinate representation of color #AA9F94: hue angle of 30º 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 #AA9F94 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 148 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.33 |
| HSL | 30º | 0.11% | 0.62% | - |
| HSV(B) | 30º | 0.13% | 0.67% | - |
| XYZ | 34.32 | 35.48 | 33.06 | - |
| YUV | 161.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 148 | 0 | 0.06 | 0.13 | 0.33 | 30 | 0.11 | 0.62 |
| Hex | AA | 9F | 94 | 0 | 6 | D | 21 | 1E | B | 3E |
| Octal | 252 | 237 | 224 | 0 | 6 | 15 | 41 | 36 | 13 | 76 |
| Binary | 10101010 | 10011111 | 10010100 | 0 | 110 | 1101 | 100001 | 11110 | 1011 | 111110 |
Color Harmonies of #AA9F94
Complementary color
Monochromatic Colors of #AA9F94
Black with #AA9F94
Text Example
Text Example
White with #AA9F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F94; }
p { color: rgb(170,159,148); }
H1.HeaderClassName
{
color: #AA9F94;
}
.AnyTagClassName
{
color: #AA9F94;
}
</style>
background-color css
<style>
a { background-color: #AA9F94; }
a { background-color: rgb(170,159,148); }
div.DivClassName
{
background-color: #AA9F94;
}
.BgClassName
{
background-color: #AA9F94;
}
</style>
border-color css
<style>
span { border-color: #AA9F94; }
span { border-color: rgb(170,159,148); }
td.TdClassName
{
border-color: #AA9F94;
}
.TagClassName
{
border-color: #AA9F94;
}
</style>