Shades of Zorba #AA998B
Tints of Zorba #AA998B
RGB
CMYK
RGB Variations
Color information
#AA998B (or 0xAA998B) is known color: Zorba. HEX triplet: AA, 99 and 8B. RGB value is (170,153,139). Sum of RGB (Red+Green+Blue) = 170+153+139=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA998B is #556674. Grayscale: #9C9C9C. Windows color (decimal): -5596789 or 9148842. OLE color: 9148842.
HSL color Cylindrical-coordinate representation of color #AA998B: hue angle of 27.1º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA998B is Cyan = 0, Magento = 0.1, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 139 | - |
| CMYK | 0 | 0.1 | 0.18 | 0.33 |
| HSL | 27.1º | 0.15% | 0.61% | - |
| HSV(B) | 27.1º | 0.18% | 0.67% | - |
| XYZ | 32.63 | 33.19 | 29.11 | - |
| YUV | 156.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 139 | 0 | 0.1 | 0.18 | 0.33 | 27.1 | 0.15 | 0.61 |
| Hex | AA | 99 | 8B | 0 | A | 12 | 21 | 1B | F | 3D |
| Octal | 252 | 231 | 213 | 0 | 12 | 22 | 41 | 33 | 17 | 75 |
| Binary | 10101010 | 10011001 | 10001011 | 0 | 1010 | 10010 | 100001 | 11011 | 1111 | 111101 |
Color Harmonies of #AA998B
Complementary color
Monochromatic Colors of #AA998B
Black with #AA998B
Text Example
Text Example
White with #AA998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA998B; }
p { color: rgb(170,153,139); }
H1.HeaderClassName
{
color: #AA998B;
}
.AnyTagClassName
{
color: #AA998B;
}
</style>
background-color css
<style>
a { background-color: #AA998B; }
a { background-color: rgb(170,153,139); }
div.DivClassName
{
background-color: #AA998B;
}
.BgClassName
{
background-color: #AA998B;
}
</style>
border-color css
<style>
span { border-color: #AA998B; }
span { border-color: rgb(170,153,139); }
td.TdClassName
{
border-color: #AA998B;
}
.TagClassName
{
border-color: #AA998B;
}
</style>