Shades of Zorba #A8978B
Tints of Zorba #A8978B
RGB
CMYK
RGB Variations
Color information
#A8978B (or 0xA8978B) is known color: Zorba. HEX triplet: A8, 97 and 8B. RGB value is (168,151,139). Sum of RGB (Red+Green+Blue) = 168+151+139=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 168 - color contains mainly: red. Hex color #A8978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8978B is #576874. Grayscale: #9A9A9A. Windows color (decimal): -5728373 or 9148328. OLE color: 9148328.
HSL color Cylindrical-coordinate representation of color #A8978B: hue angle of 24.83º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8978B is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 139 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.34 |
| HSL | 24.83º | 0.14% | 0.6% | - |
| HSV(B) | 24.83º | 0.17% | 0.66% | - |
| XYZ | 31.88 | 32.32 | 28.98 | - |
| YUV | 154.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 139 | 0 | 0.10 | 0.17 | 0.34 | 24.83 | 0.14 | 0.6 |
| Hex | A8 | 97 | 8B | 0 | A | 11 | 22 | 19 | E | 3C |
| Octal | 250 | 227 | 213 | 0 | 12 | 21 | 42 | 31 | 16 | 74 |
| Binary | 10101000 | 10010111 | 10001011 | 0 | 1010 | 10001 | 100010 | 11001 | 1110 | 111100 |
Color Harmonies of #A8978B
Complementary color
Monochromatic Colors of #A8978B
Black with #A8978B
Text Example
Text Example
White with #A8978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8978B; }
p { color: rgb(168,151,139); }
H1.HeaderClassName
{
color: #A8978B;
}
.AnyTagClassName
{
color: #A8978B;
}
</style>
background-color css
<style>
a { background-color: #A8978B; }
a { background-color: rgb(168,151,139); }
div.DivClassName
{
background-color: #A8978B;
}
.BgClassName
{
background-color: #A8978B;
}
</style>
border-color css
<style>
span { border-color: #A8978B; }
span { border-color: rgb(168,151,139); }
td.TdClassName
{
border-color: #A8978B;
}
.TagClassName
{
border-color: #A8978B;
}
</style>