Shades of Zorba #AA978C
Tints of Zorba #AA978C
RGB
CMYK
RGB Variations
Color information
#AA978C (or 0xAA978C) is known color: Zorba. HEX triplet: AA, 97 and 8C. RGB value is (170,151,140). Sum of RGB (Red+Green+Blue) = 170+151+140=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA978C is #556873. Grayscale: #9B9B9B. Windows color (decimal): -5597300 or 9213866. OLE color: 9213866.
HSL color Cylindrical-coordinate representation of color #AA978C: hue angle of 22º 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 #AA978C is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 140 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.33 |
| HSL | 22º | 0.15% | 0.61% | - |
| HSV(B) | 22º | 0.18% | 0.67% | - |
| XYZ | 32.38 | 32.57 | 29.39 | - |
| YUV | 155.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 140 | 0 | 0.11 | 0.18 | 0.33 | 22 | 0.15 | 0.61 |
| Hex | AA | 97 | 8C | 0 | B | 12 | 21 | 16 | F | 3D |
| Octal | 252 | 227 | 214 | 0 | 13 | 22 | 41 | 26 | 17 | 75 |
| Binary | 10101010 | 10010111 | 10001100 | 0 | 1011 | 10010 | 100001 | 10110 | 1111 | 111101 |
Color Harmonies of #AA978C
Complementary color
Monochromatic Colors of #AA978C
Black with #AA978C
Text Example
Text Example
White with #AA978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA978C; }
p { color: rgb(170,151,140); }
H1.HeaderClassName
{
color: #AA978C;
}
.AnyTagClassName
{
color: #AA978C;
}
</style>
background-color css
<style>
a { background-color: #AA978C; }
a { background-color: rgb(170,151,140); }
div.DivClassName
{
background-color: #AA978C;
}
.BgClassName
{
background-color: #AA978C;
}
</style>
border-color css
<style>
span { border-color: #AA978C; }
span { border-color: rgb(170,151,140); }
td.TdClassName
{
border-color: #AA978C;
}
.TagClassName
{
border-color: #AA978C;
}
</style>