Shades of Zorba #AA9A8B
Tints of Zorba #AA9A8B
RGB
CMYK
RGB Variations
Color information
#AA9A8B (or 0xAA9A8B) is known color: Zorba. HEX triplet: AA, 9A and 8B. RGB value is (170,154,139). Sum of RGB (Red+Green+Blue) = 170+154+139=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A8B is #556574. Grayscale: #9D9D9D. Windows color (decimal): -5596533 or 9149098. OLE color: 9149098.
HSL color Cylindrical-coordinate representation of color #AA9A8B: hue angle of 29.03º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9A8B is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 139 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.33 |
| HSL | 29.03º | 0.15% | 0.61% | - |
| HSV(B) | 29.03º | 0.18% | 0.67% | - |
| XYZ | 32.79 | 33.52 | 29.17 | - |
| YUV | 157.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 139 | 0 | 0.09 | 0.18 | 0.33 | 29.03 | 0.15 | 0.61 |
| Hex | AA | 9A | 8B | 0 | 9 | 12 | 21 | 1D | F | 3D |
| Octal | 252 | 232 | 213 | 0 | 11 | 22 | 41 | 35 | 17 | 75 |
| Binary | 10101010 | 10011010 | 10001011 | 0 | 1001 | 10010 | 100001 | 11101 | 1111 | 111101 |
Color Harmonies of #AA9A8B
Complementary color
Monochromatic Colors of #AA9A8B
Black with #AA9A8B
Text Example
Text Example
White with #AA9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A8B; }
p { color: rgb(170,154,139); }
H1.HeaderClassName
{
color: #AA9A8B;
}
.AnyTagClassName
{
color: #AA9A8B;
}
</style>
background-color css
<style>
a { background-color: #AA9A8B; }
a { background-color: rgb(170,154,139); }
div.DivClassName
{
background-color: #AA9A8B;
}
.BgClassName
{
background-color: #AA9A8B;
}
</style>
border-color css
<style>
span { border-color: #AA9A8B; }
span { border-color: rgb(170,154,139); }
td.TdClassName
{
border-color: #AA9A8B;
}
.TagClassName
{
border-color: #AA9A8B;
}
</style>