Shades of Zorba #AA9F93
Tints of Zorba #AA9F93
RGB
CMYK
RGB Variations
Color information
#AA9F93 (or 0xAA9F93) is known color: Zorba. HEX triplet: AA, 9F and 93. RGB value is (170,159,147). Sum of RGB (Red+Green+Blue) = 170+159+147=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F93 is #55606C. Grayscale: #A0A0A0. Windows color (decimal): -5595245 or 9674666. OLE color: 9674666.
HSL color Cylindrical-coordinate representation of color #AA9F93: hue angle of 31.3º 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 #AA9F93 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 147 | - |
CMYK | 0 | 0.06 | 0.14 | 0.33 |
HSL | 31.3º | 0.12% | 0.62% | - |
HSV(B) | 31.3º | 0.14% | 0.67% | - |
XYZ | 34.24 | 35.45 | 32.64 | - |
YUV | 160.92 | 120.14 | 134.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 147 | 0 | 0.06 | 0.14 | 0.33 | 31.3 | 0.12 | 0.62 |
Hex | AA | 9F | 93 | 0 | 6 | E | 21 | 1F | C | 3E |
Octal | 252 | 237 | 223 | 0 | 6 | 16 | 41 | 37 | 14 | 76 |
Binary | 10101010 | 10011111 | 10010011 | 0 | 110 | 1110 | 100001 | 11111 | 1100 | 111110 |
Color Harmonies of #AA9F93
Complementary color
Monochromatic Colors of #AA9F93
Black with #AA9F93
Text Example
Text Example
White with #AA9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F93; }
p { color: rgb(170,159,147); }
H1.HeaderClassName
{
color: #AA9F93;
}
.AnyTagClassName
{
color: #AA9F93;
}
</style>
background-color css
<style>
a { background-color: #AA9F93; }
a { background-color: rgb(170,159,147); }
div.DivClassName
{
background-color: #AA9F93;
}
.BgClassName
{
background-color: #AA9F93;
}
</style>
border-color css
<style>
span { border-color: #AA9F93; }
span { border-color: rgb(170,159,147); }
td.TdClassName
{
border-color: #AA9F93;
}
.TagClassName
{
border-color: #AA9F93;
}
</style>