Shades of Zorba #A2978A
Tints of Zorba #A2978A
RGB
CMYK
RGB Variations
Color information
#A2978A (or 0xA2978A) is known color: Zorba. HEX triplet: A2, 97 and 8A. RGB value is (162,151,138). Sum of RGB (Red+Green+Blue) = 162+151+138=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A2978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2978A is #5D6875. Grayscale: #989898. Windows color (decimal): -6121590 or 9082786. OLE color: 9082786.
HSL color Cylindrical-coordinate representation of color #A2978A: hue angle of 32.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2978A is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 138 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.36 |
| HSL | 32.5º | 0.11% | 0.59% | - |
| HSV(B) | 32.5º | 0.15% | 0.64% | - |
| XYZ | 30.55 | 31.65 | 28.54 | - |
| YUV | 152.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 138 | 0 | 0.07 | 0.15 | 0.36 | 32.5 | 0.11 | 0.59 |
| Hex | A2 | 97 | 8A | 0 | 7 | F | 24 | 20 | B | 3B |
| Octal | 242 | 227 | 212 | 0 | 7 | 17 | 44 | 40 | 13 | 73 |
| Binary | 10100010 | 10010111 | 10001010 | 0 | 111 | 1111 | 100100 | 100000 | 1011 | 111011 |
Color Harmonies of #A2978A
Complementary color
Monochromatic Colors of #A2978A
Black with #A2978A
Text Example
Text Example
White with #A2978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2978A; }
p { color: rgb(162,151,138); }
H1.HeaderClassName
{
color: #A2978A;
}
.AnyTagClassName
{
color: #A2978A;
}
</style>
background-color css
<style>
a { background-color: #A2978A; }
a { background-color: rgb(162,151,138); }
div.DivClassName
{
background-color: #A2978A;
}
.BgClassName
{
background-color: #A2978A;
}
</style>
border-color css
<style>
span { border-color: #A2978A; }
span { border-color: rgb(162,151,138); }
td.TdClassName
{
border-color: #A2978A;
}
.TagClassName
{
border-color: #A2978A;
}
</style>