Shades of Zorba #AA9F92
Tints of Zorba #AA9F92
RGB
CMYK
RGB Variations
Color information
#AA9F92 (or 0xAA9F92) is known color: Zorba. HEX triplet: AA, 9F and 92. RGB value is (170,159,146). Sum of RGB (Red+Green+Blue) = 170+159+146=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F92 is #55606D. Grayscale: #A0A0A0. Windows color (decimal): -5595246 or 9609130. OLE color: 9609130.
HSL color Cylindrical-coordinate representation of color #AA9F92: hue angle of 32.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9F92 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 146 | - |
CMYK | 0 | 0.06 | 0.14 | 0.33 |
HSL | 32.5º | 0.12% | 0.62% | - |
HSV(B) | 32.5º | 0.14% | 0.67% | - |
XYZ | 34.16 | 35.42 | 32.23 | - |
YUV | 160.81 | 119.64 | 134.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 146 | 0 | 0.06 | 0.14 | 0.33 | 32.5 | 0.12 | 0.62 |
Hex | AA | 9F | 92 | 0 | 6 | E | 21 | 20 | C | 3E |
Octal | 252 | 237 | 222 | 0 | 6 | 16 | 41 | 40 | 14 | 76 |
Binary | 10101010 | 10011111 | 10010010 | 0 | 110 | 1110 | 100001 | 100000 | 1100 | 111110 |
Color Harmonies of #AA9F92
Complementary color
Monochromatic Colors of #AA9F92
Black with #AA9F92
Text Example
Text Example
White with #AA9F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F92; }
p { color: rgb(170,159,146); }
H1.HeaderClassName
{
color: #AA9F92;
}
.AnyTagClassName
{
color: #AA9F92;
}
</style>
background-color css
<style>
a { background-color: #AA9F92; }
a { background-color: rgb(170,159,146); }
div.DivClassName
{
background-color: #AA9F92;
}
.BgClassName
{
background-color: #AA9F92;
}
</style>
border-color css
<style>
span { border-color: #AA9F92; }
span { border-color: rgb(170,159,146); }
td.TdClassName
{
border-color: #AA9F92;
}
.TagClassName
{
border-color: #AA9F92;
}
</style>