Shades of Zorba #AA9C8D
Tints of Zorba #AA9C8D
RGB
CMYK
RGB Variations
Color information
#AA9C8D (or 0xAA9C8D) is known color: Zorba. HEX triplet: AA, 9C and 8D. RGB value is (170,156,141). Sum of RGB (Red+Green+Blue) = 170+156+141=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C8D is #556372. Grayscale: #9E9E9E. Windows color (decimal): -5596019 or 9280682. OLE color: 9280682.
HSL color Cylindrical-coordinate representation of color #AA9C8D: hue angle of 31.03º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9C8D is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 141 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.33 |
| HSL | 31.03º | 0.15% | 0.61% | - |
| HSV(B) | 31.03º | 0.17% | 0.67% | - |
| XYZ | 33.27 | 34.25 | 30.06 | - |
| YUV | 158.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 141 | 0 | 0.08 | 0.17 | 0.33 | 31.03 | 0.15 | 0.61 |
| Hex | AA | 9C | 8D | 0 | 8 | 11 | 21 | 1F | F | 3D |
| Octal | 252 | 234 | 215 | 0 | 10 | 21 | 41 | 37 | 17 | 75 |
| Binary | 10101010 | 10011100 | 10001101 | 0 | 1000 | 10001 | 100001 | 11111 | 1111 | 111101 |
Color Harmonies of #AA9C8D
Complementary color
Monochromatic Colors of #AA9C8D
Black with #AA9C8D
Text Example
Text Example
White with #AA9C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C8D; }
p { color: rgb(170,156,141); }
H1.HeaderClassName
{
color: #AA9C8D;
}
.AnyTagClassName
{
color: #AA9C8D;
}
</style>
background-color css
<style>
a { background-color: #AA9C8D; }
a { background-color: rgb(170,156,141); }
div.DivClassName
{
background-color: #AA9C8D;
}
.BgClassName
{
background-color: #AA9C8D;
}
</style>
border-color css
<style>
span { border-color: #AA9C8D; }
span { border-color: rgb(170,156,141); }
td.TdClassName
{
border-color: #AA9C8D;
}
.TagClassName
{
border-color: #AA9C8D;
}
</style>