Shades of Zorba #A2978E
Tints of Zorba #A2978E
RGB
CMYK
RGB Variations
Color information
#A2978E (or 0xA2978E) is known color: Zorba. HEX triplet: A2, 97 and 8E. RGB value is (162,151,142). Sum of RGB (Red+Green+Blue) = 162+151+142=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A2978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2978E is #5D6871. Grayscale: #999999. Windows color (decimal): -6121586 or 9344930. OLE color: 9344930.
HSL color Cylindrical-coordinate representation of color #A2978E: hue angle of 27º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2978E is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 142 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.36 |
| HSL | 27º | 0.1% | 0.6% | - |
| HSV(B) | 27º | 0.12% | 0.64% | - |
| XYZ | 30.85 | 31.77 | 30.1 | - |
| YUV | 153.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 142 | 0 | 0.07 | 0.12 | 0.36 | 27 | 0.1 | 0.6 |
| Hex | A2 | 97 | 8E | 0 | 7 | C | 24 | 1B | A | 3C |
| Octal | 242 | 227 | 216 | 0 | 7 | 14 | 44 | 33 | 12 | 74 |
| Binary | 10100010 | 10010111 | 10001110 | 0 | 111 | 1100 | 100100 | 11011 | 1010 | 111100 |
Color Harmonies of #A2978E
Complementary color
Monochromatic Colors of #A2978E
Black with #A2978E
Text Example
Text Example
White with #A2978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2978E; }
p { color: rgb(162,151,142); }
H1.HeaderClassName
{
color: #A2978E;
}
.AnyTagClassName
{
color: #A2978E;
}
</style>
background-color css
<style>
a { background-color: #A2978E; }
a { background-color: rgb(162,151,142); }
div.DivClassName
{
background-color: #A2978E;
}
.BgClassName
{
background-color: #A2978E;
}
</style>
border-color css
<style>
span { border-color: #A2978E; }
span { border-color: rgb(162,151,142); }
td.TdClassName
{
border-color: #A2978E;
}
.TagClassName
{
border-color: #A2978E;
}
</style>