Shades of Zorba #AA9C8E
Tints of Zorba #AA9C8E
RGB
CMYK
RGB Variations
Color information
#AA9C8E (or 0xAA9C8E) is known color: Zorba. HEX triplet: AA, 9C and 8E. RGB value is (170,156,142). Sum of RGB (Red+Green+Blue) = 170+156+142=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C8E is #556371. Grayscale: #9E9E9E. Windows color (decimal): -5596018 or 9346218. OLE color: 9346218.
HSL color Cylindrical-coordinate representation of color #AA9C8E: hue angle of 30º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9C8E is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 142 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.33 |
| HSL | 30º | 0.14% | 0.61% | - |
| HSV(B) | 30º | 0.16% | 0.67% | - |
| XYZ | 33.35 | 34.28 | 30.45 | - |
| YUV | 158.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 142 | 0 | 0.08 | 0.16 | 0.33 | 30 | 0.14 | 0.61 |
| Hex | AA | 9C | 8E | 0 | 8 | 10 | 21 | 1E | E | 3D |
| Octal | 252 | 234 | 216 | 0 | 10 | 20 | 41 | 36 | 16 | 75 |
| Binary | 10101010 | 10011100 | 10001110 | 0 | 1000 | 10000 | 100001 | 11110 | 1110 | 111101 |
Color Harmonies of #AA9C8E
Complementary color
Monochromatic Colors of #AA9C8E
Black with #AA9C8E
Text Example
Text Example
White with #AA9C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C8E; }
p { color: rgb(170,156,142); }
H1.HeaderClassName
{
color: #AA9C8E;
}
.AnyTagClassName
{
color: #AA9C8E;
}
</style>
background-color css
<style>
a { background-color: #AA9C8E; }
a { background-color: rgb(170,156,142); }
div.DivClassName
{
background-color: #AA9C8E;
}
.BgClassName
{
background-color: #AA9C8E;
}
</style>
border-color css
<style>
span { border-color: #AA9C8E; }
span { border-color: rgb(170,156,142); }
td.TdClassName
{
border-color: #AA9C8E;
}
.TagClassName
{
border-color: #AA9C8E;
}
</style>