Shades of Zorba #AA9684
Tints of Zorba #AA9684
RGB
CMYK
RGB Variations
Color information
#AA9684 (or 0xAA9684) is known color: Zorba. HEX triplet: AA, 96 and 84. RGB value is (170,150,132). Sum of RGB (Red+Green+Blue) = 170+150+132=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9684 is #55697B. Grayscale: #9A9A9A. Windows color (decimal): -5597564 or 8689322. OLE color: 8689322.
HSL color Cylindrical-coordinate representation of color #AA9684: hue angle of 28.42º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9684 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 132 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.33 |
| HSL | 28.42º | 0.18% | 0.59% | - |
| HSV(B) | 28.42º | 0.22% | 0.67% | - |
| XYZ | 31.65 | 32.02 | 26.34 | - |
| YUV | 153.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 132 | 0 | 0.12 | 0.22 | 0.33 | 28.42 | 0.18 | 0.59 |
| Hex | AA | 96 | 84 | 0 | C | 16 | 21 | 1C | 12 | 3B |
| Octal | 252 | 226 | 204 | 0 | 14 | 26 | 41 | 34 | 22 | 73 |
| Binary | 10101010 | 10010110 | 10000100 | 0 | 1100 | 10110 | 100001 | 11100 | 10010 | 111011 |
Color Harmonies of #AA9684
Complementary color
Monochromatic Colors of #AA9684
Black with #AA9684
Text Example
Text Example
White with #AA9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9684; }
p { color: rgb(170,150,132); }
H1.HeaderClassName
{
color: #AA9684;
}
.AnyTagClassName
{
color: #AA9684;
}
</style>
background-color css
<style>
a { background-color: #AA9684; }
a { background-color: rgb(170,150,132); }
div.DivClassName
{
background-color: #AA9684;
}
.BgClassName
{
background-color: #AA9684;
}
</style>
border-color css
<style>
span { border-color: #AA9684; }
span { border-color: rgb(170,150,132); }
td.TdClassName
{
border-color: #AA9684;
}
.TagClassName
{
border-color: #AA9684;
}
</style>