Shades of Zorba #A79789
Tints of Zorba #A79789
RGB
CMYK
RGB Variations
Color information
#A79789 (or 0xA79789) is known color: Zorba. HEX triplet: A7, 97 and 89. RGB value is (167,151,137). Sum of RGB (Red+Green+Blue) = 167+151+137=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 167 - color contains mainly: red. Hex color #A79789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79789 is #586876. Grayscale: #9A9A9A. Windows color (decimal): -5793911 or 9017255. OLE color: 9017255.
HSL color Cylindrical-coordinate representation of color #A79789: hue angle of 28º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A79789 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 151 | 137 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.35 |
| HSL | 28º | 0.15% | 0.6% | - |
| HSV(B) | 28º | 0.18% | 0.65% | - |
| XYZ | 31.52 | 32.15 | 28.21 | - |
| YUV | 154.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 137 | 0 | 0.10 | 0.18 | 0.35 | 28 | 0.15 | 0.6 |
| Hex | A7 | 97 | 89 | 0 | A | 12 | 23 | 1C | F | 3C |
| Octal | 247 | 227 | 211 | 0 | 12 | 22 | 43 | 34 | 17 | 74 |
| Binary | 10100111 | 10010111 | 10001001 | 0 | 1010 | 10010 | 100011 | 11100 | 1111 | 111100 |
Color Harmonies of #A79789
Complementary color
Monochromatic Colors of #A79789
Black with #A79789
Text Example
Text Example
White with #A79789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79789; }
p { color: rgb(167,151,137); }
H1.HeaderClassName
{
color: #A79789;
}
.AnyTagClassName
{
color: #A79789;
}
</style>
background-color css
<style>
a { background-color: #A79789; }
a { background-color: rgb(167,151,137); }
div.DivClassName
{
background-color: #A79789;
}
.BgClassName
{
background-color: #A79789;
}
</style>
border-color css
<style>
span { border-color: #A79789; }
span { border-color: rgb(167,151,137); }
td.TdClassName
{
border-color: #A79789;
}
.TagClassName
{
border-color: #A79789;
}
</style>