Shades of Zorba #AA978A
Tints of Zorba #AA978A
RGB
CMYK
RGB Variations
Color information
#AA978A (or 0xAA978A) is known color: Zorba. HEX triplet: AA, 97 and 8A. RGB value is (170,151,138). Sum of RGB (Red+Green+Blue) = 170+151+138=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA978A is #556875. Grayscale: #9B9B9B. Windows color (decimal): -5597302 or 9082794. OLE color: 9082794.
HSL color Cylindrical-coordinate representation of color #AA978A: hue angle of 24.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA978A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 138 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.33 |
| HSL | 24.38º | 0.16% | 0.6% | - |
| HSV(B) | 24.38º | 0.19% | 0.67% | - |
| XYZ | 32.23 | 32.51 | 28.62 | - |
| YUV | 155.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 138 | 0 | 0.11 | 0.19 | 0.33 | 24.38 | 0.16 | 0.6 |
| Hex | AA | 97 | 8A | 0 | B | 13 | 21 | 18 | 10 | 3C |
| Octal | 252 | 227 | 212 | 0 | 13 | 23 | 41 | 30 | 20 | 74 |
| Binary | 10101010 | 10010111 | 10001010 | 0 | 1011 | 10011 | 100001 | 11000 | 10000 | 111100 |
Color Harmonies of #AA978A
Complementary color
Monochromatic Colors of #AA978A
Black with #AA978A
Text Example
Text Example
White with #AA978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA978A; }
p { color: rgb(170,151,138); }
H1.HeaderClassName
{
color: #AA978A;
}
.AnyTagClassName
{
color: #AA978A;
}
</style>
background-color css
<style>
a { background-color: #AA978A; }
a { background-color: rgb(170,151,138); }
div.DivClassName
{
background-color: #AA978A;
}
.BgClassName
{
background-color: #AA978A;
}
</style>
border-color css
<style>
span { border-color: #AA978A; }
span { border-color: rgb(170,151,138); }
td.TdClassName
{
border-color: #AA978A;
}
.TagClassName
{
border-color: #AA978A;
}
</style>