Shades of Zorba #AA9C91
Tints of Zorba #AA9C91
RGB
CMYK
RGB Variations
Color information
#AA9C91 (or 0xAA9C91) is known color: Zorba. HEX triplet: AA, 9C and 91. RGB value is (170,156,145). Sum of RGB (Red+Green+Blue) = 170+156+145=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C91 is #55636E. Grayscale: #9E9E9E. Windows color (decimal): -5596015 or 9542826. OLE color: 9542826.
HSL color Cylindrical-coordinate representation of color #AA9C91: hue angle of 26.4º 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 #AA9C91 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 156 | 145 | - |
CMYK | 0 | 0.08 | 0.15 | 0.33 |
HSL | 26.4º | 0.13% | 0.62% | - |
HSV(B) | 26.4º | 0.15% | 0.67% | - |
XYZ | 33.58 | 34.37 | 31.65 | - |
YUV | 158.93 | 120.14 | 135.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 156 | 145 | 0 | 0.08 | 0.15 | 0.33 | 26.4 | 0.13 | 0.62 |
Hex | AA | 9C | 91 | 0 | 8 | F | 21 | 1A | D | 3E |
Octal | 252 | 234 | 221 | 0 | 10 | 17 | 41 | 32 | 15 | 76 |
Binary | 10101010 | 10011100 | 10010001 | 0 | 1000 | 1111 | 100001 | 11010 | 1101 | 111110 |
Color Harmonies of #AA9C91
Complementary color
Monochromatic Colors of #AA9C91
Black with #AA9C91
Text Example
Text Example
White with #AA9C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C91; }
p { color: rgb(170,156,145); }
H1.HeaderClassName
{
color: #AA9C91;
}
.AnyTagClassName
{
color: #AA9C91;
}
</style>
background-color css
<style>
a { background-color: #AA9C91; }
a { background-color: rgb(170,156,145); }
div.DivClassName
{
background-color: #AA9C91;
}
.BgClassName
{
background-color: #AA9C91;
}
</style>
border-color css
<style>
span { border-color: #AA9C91; }
span { border-color: rgb(170,156,145); }
td.TdClassName
{
border-color: #AA9C91;
}
.TagClassName
{
border-color: #AA9C91;
}
</style>