Shades of Zorba #AA9F95
Tints of Zorba #AA9F95
RGB
CMYK
RGB Variations
Color information
#AA9F95 (or 0xAA9F95) is known color: Zorba. HEX triplet: AA, 9F and 95. RGB value is (170,159,149). Sum of RGB (Red+Green+Blue) = 170+159+149=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F95 is #55606A. Grayscale: #A1A1A1. Windows color (decimal): -5595243 or 9805738. OLE color: 9805738.
HSL color Cylindrical-coordinate representation of color #AA9F95: hue angle of 28.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9F95 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 149 | - |
CMYK | 0 | 0.06 | 0.12 | 0.33 |
HSL | 28.57º | 0.11% | 0.63% | - |
HSV(B) | 28.57º | 0.12% | 0.67% | - |
XYZ | 34.4 | 35.51 | 33.48 | - |
YUV | 161.15 | 121.14 | 134.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 149 | 0 | 0.06 | 0.12 | 0.33 | 28.57 | 0.11 | 0.63 |
Hex | AA | 9F | 95 | 0 | 6 | C | 21 | 1D | B | 3F |
Octal | 252 | 237 | 225 | 0 | 6 | 14 | 41 | 35 | 13 | 77 |
Binary | 10101010 | 10011111 | 10010101 | 0 | 110 | 1100 | 100001 | 11101 | 1011 | 111111 |
Color Harmonies of #AA9F95
Complementary color
Monochromatic Colors of #AA9F95
Black with #AA9F95
Text Example
Text Example
White with #AA9F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F95; }
p { color: rgb(170,159,149); }
H1.HeaderClassName
{
color: #AA9F95;
}
.AnyTagClassName
{
color: #AA9F95;
}
</style>
background-color css
<style>
a { background-color: #AA9F95; }
a { background-color: rgb(170,159,149); }
div.DivClassName
{
background-color: #AA9F95;
}
.BgClassName
{
background-color: #AA9F95;
}
</style>
border-color css
<style>
span { border-color: #AA9F95; }
span { border-color: rgb(170,159,149); }
td.TdClassName
{
border-color: #AA9F95;
}
.TagClassName
{
border-color: #AA9F95;
}
</style>