Shades of Zorba #AA9C90
Tints of Zorba #AA9C90
RGB
CMYK
RGB Variations
Color information
#AA9C90 (or 0xAA9C90) is known color: Zorba. HEX triplet: AA, 9C and 90. RGB value is (170,156,144). Sum of RGB (Red+Green+Blue) = 170+156+144=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C90 is #55636F. Grayscale: #9E9E9E. Windows color (decimal): -5596016 or 9477290. OLE color: 9477290.
HSL color Cylindrical-coordinate representation of color #AA9C90: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9C90 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 144 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.33 |
| HSL | 27.69º | 0.13% | 0.62% | - |
| HSV(B) | 27.69º | 0.15% | 0.67% | - |
| XYZ | 33.5 | 34.34 | 31.25 | - |
| YUV | 158.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 144 | 0 | 0.08 | 0.15 | 0.33 | 27.69 | 0.13 | 0.62 |
| Hex | AA | 9C | 90 | 0 | 8 | F | 21 | 1C | D | 3E |
| Octal | 252 | 234 | 220 | 0 | 10 | 17 | 41 | 34 | 15 | 76 |
| Binary | 10101010 | 10011100 | 10010000 | 0 | 1000 | 1111 | 100001 | 11100 | 1101 | 111110 |
Color Harmonies of #AA9C90
Complementary color
Monochromatic Colors of #AA9C90
Black with #AA9C90
Text Example
Text Example
White with #AA9C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C90; }
p { color: rgb(170,156,144); }
H1.HeaderClassName
{
color: #AA9C90;
}
.AnyTagClassName
{
color: #AA9C90;
}
</style>
background-color css
<style>
a { background-color: #AA9C90; }
a { background-color: rgb(170,156,144); }
div.DivClassName
{
background-color: #AA9C90;
}
.BgClassName
{
background-color: #AA9C90;
}
</style>
border-color css
<style>
span { border-color: #AA9C90; }
span { border-color: rgb(170,156,144); }
td.TdClassName
{
border-color: #AA9C90;
}
.TagClassName
{
border-color: #AA9C90;
}
</style>