Shades of Zorba #AA9686
Tints of Zorba #AA9686
RGB
CMYK
RGB Variations
Color information
#AA9686 (or 0xAA9686) is known color: Zorba. HEX triplet: AA, 96 and 86. RGB value is (170,150,134). Sum of RGB (Red+Green+Blue) = 170+150+134=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9686 is #556979. Grayscale: #9A9A9A. Windows color (decimal): -5597562 or 8820394. OLE color: 8820394.
HSL color Cylindrical-coordinate representation of color #AA9686: hue angle of 26.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9686 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 134 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.33 |
| HSL | 26.67º | 0.17% | 0.6% | - |
| HSV(B) | 26.67º | 0.21% | 0.67% | - |
| XYZ | 31.79 | 32.08 | 27.07 | - |
| YUV | 154.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 134 | 0 | 0.12 | 0.21 | 0.33 | 26.67 | 0.17 | 0.6 |
| Hex | AA | 96 | 86 | 0 | C | 15 | 21 | 1B | 11 | 3C |
| Octal | 252 | 226 | 206 | 0 | 14 | 25 | 41 | 33 | 21 | 74 |
| Binary | 10101010 | 10010110 | 10000110 | 0 | 1100 | 10101 | 100001 | 11011 | 10001 | 111100 |
Color Harmonies of #AA9686
Complementary color
Monochromatic Colors of #AA9686
Black with #AA9686
Text Example
Text Example
White with #AA9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9686; }
p { color: rgb(170,150,134); }
H1.HeaderClassName
{
color: #AA9686;
}
.AnyTagClassName
{
color: #AA9686;
}
</style>
background-color css
<style>
a { background-color: #AA9686; }
a { background-color: rgb(170,150,134); }
div.DivClassName
{
background-color: #AA9686;
}
.BgClassName
{
background-color: #AA9686;
}
</style>
border-color css
<style>
span { border-color: #AA9686; }
span { border-color: rgb(170,150,134); }
td.TdClassName
{
border-color: #AA9686;
}
.TagClassName
{
border-color: #AA9686;
}
</style>