Shades of Zorba #AA978B
Tints of Zorba #AA978B
RGB
CMYK
RGB Variations
Color information
#AA978B (or 0xAA978B) is known color: Zorba. HEX triplet: AA, 97 and 8B. RGB value is (170,151,139). Sum of RGB (Red+Green+Blue) = 170+151+139=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA978B is #556874. Grayscale: #9B9B9B. Windows color (decimal): -5597301 or 9148330. OLE color: 9148330.
HSL color Cylindrical-coordinate representation of color #AA978B: hue angle of 23.23º 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 #AA978B is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 139 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.33 |
| HSL | 23.23º | 0.15% | 0.61% | - |
| HSV(B) | 23.23º | 0.18% | 0.67% | - |
| XYZ | 32.3 | 32.54 | 29 | - |
| YUV | 155.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 139 | 0 | 0.11 | 0.18 | 0.33 | 23.23 | 0.15 | 0.61 |
| Hex | AA | 97 | 8B | 0 | B | 12 | 21 | 17 | F | 3D |
| Octal | 252 | 227 | 213 | 0 | 13 | 22 | 41 | 27 | 17 | 75 |
| Binary | 10101010 | 10010111 | 10001011 | 0 | 1011 | 10010 | 100001 | 10111 | 1111 | 111101 |
Color Harmonies of #AA978B
Complementary color
Monochromatic Colors of #AA978B
Black with #AA978B
Text Example
Text Example
White with #AA978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA978B; }
p { color: rgb(170,151,139); }
H1.HeaderClassName
{
color: #AA978B;
}
.AnyTagClassName
{
color: #AA978B;
}
</style>
background-color css
<style>
a { background-color: #AA978B; }
a { background-color: rgb(170,151,139); }
div.DivClassName
{
background-color: #AA978B;
}
.BgClassName
{
background-color: #AA978B;
}
</style>
border-color css
<style>
span { border-color: #AA978B; }
span { border-color: rgb(170,151,139); }
td.TdClassName
{
border-color: #AA978B;
}
.TagClassName
{
border-color: #AA978B;
}
</style>