Shades of Zorba #AA9685
Tints of Zorba #AA9685
RGB
CMYK
RGB Variations
Color information
#AA9685 (or 0xAA9685) is known color: Zorba. HEX triplet: AA, 96 and 85. RGB value is (170,150,133). Sum of RGB (Red+Green+Blue) = 170+150+133=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9685 is #55697A. Grayscale: #9A9A9A. Windows color (decimal): -5597563 or 8754858. OLE color: 8754858.
HSL color Cylindrical-coordinate representation of color #AA9685: hue angle of 27.57º 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 #AA9685 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 133 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.33 |
| HSL | 27.57º | 0.18% | 0.59% | - |
| HSV(B) | 27.57º | 0.22% | 0.67% | - |
| XYZ | 31.72 | 32.05 | 26.71 | - |
| YUV | 154.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 133 | 0 | 0.12 | 0.22 | 0.33 | 27.57 | 0.18 | 0.59 |
| Hex | AA | 96 | 85 | 0 | C | 16 | 21 | 1C | 12 | 3B |
| Octal | 252 | 226 | 205 | 0 | 14 | 26 | 41 | 34 | 22 | 73 |
| Binary | 10101010 | 10010110 | 10000101 | 0 | 1100 | 10110 | 100001 | 11100 | 10010 | 111011 |
Color Harmonies of #AA9685
Complementary color
Monochromatic Colors of #AA9685
Black with #AA9685
Text Example
Text Example
White with #AA9685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9685; }
p { color: rgb(170,150,133); }
H1.HeaderClassName
{
color: #AA9685;
}
.AnyTagClassName
{
color: #AA9685;
}
</style>
background-color css
<style>
a { background-color: #AA9685; }
a { background-color: rgb(170,150,133); }
div.DivClassName
{
background-color: #AA9685;
}
.BgClassName
{
background-color: #AA9685;
}
</style>
border-color css
<style>
span { border-color: #AA9685; }
span { border-color: rgb(170,150,133); }
td.TdClassName
{
border-color: #AA9685;
}
.TagClassName
{
border-color: #AA9685;
}
</style>