Shades of Zorba #AA998A
Tints of Zorba #AA998A
RGB
CMYK
RGB Variations
Color information
#AA998A (or 0xAA998A) is known color: Zorba. HEX triplet: AA, 99 and 8A. RGB value is (170,153,138). Sum of RGB (Red+Green+Blue) = 170+153+138=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA998A is #556675. Grayscale: #9C9C9C. Windows color (decimal): -5596790 or 9083306. OLE color: 9083306.
HSL color Cylindrical-coordinate representation of color #AA998A: hue angle of 28.12º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA998A is Cyan = 0, Magento = 0.1, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 138 | - |
| CMYK | 0 | 0.1 | 0.19 | 0.33 |
| HSL | 28.13º | 0.16% | 0.6% | - |
| HSV(B) | 28.13º | 0.19% | 0.67% | - |
| XYZ | 32.56 | 33.16 | 28.73 | - |
| YUV | 156.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 138 | 0 | 0.1 | 0.19 | 0.33 | 28.13 | 0.16 | 0.6 |
| Hex | AA | 99 | 8A | 0 | A | 13 | 21 | 1C | 10 | 3C |
| Octal | 252 | 231 | 212 | 0 | 12 | 23 | 41 | 34 | 20 | 74 |
| Binary | 10101010 | 10011001 | 10001010 | 0 | 1010 | 10011 | 100001 | 11100 | 10000 | 111100 |
Color Harmonies of #AA998A
Complementary color
Monochromatic Colors of #AA998A
Black with #AA998A
Text Example
Text Example
White with #AA998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA998A; }
p { color: rgb(170,153,138); }
H1.HeaderClassName
{
color: #AA998A;
}
.AnyTagClassName
{
color: #AA998A;
}
</style>
background-color css
<style>
a { background-color: #AA998A; }
a { background-color: rgb(170,153,138); }
div.DivClassName
{
background-color: #AA998A;
}
.BgClassName
{
background-color: #AA998A;
}
</style>
border-color css
<style>
span { border-color: #AA998A; }
span { border-color: rgb(170,153,138); }
td.TdClassName
{
border-color: #AA998A;
}
.TagClassName
{
border-color: #AA998A;
}
</style>