Shades of Zorba #A79186
Tints of Zorba #A79186
RGB
CMYK
RGB Variations
Color information
#A79186 (or 0xA79186) is known color: Zorba. HEX triplet: A7, 91 and 86. RGB value is (167,145,134). Sum of RGB (Red+Green+Blue) = 167+145+134=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 167 - color contains mainly: red. Hex color #A79186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79186 is #586E79. Grayscale: #969696. Windows color (decimal): -5795450 or 8819111. OLE color: 8819111.
HSL color Cylindrical-coordinate representation of color #A79186: hue angle of 20º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A79186 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 134 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.35 |
| HSL | 20º | 0.16% | 0.59% | - |
| HSV(B) | 20º | 0.2% | 0.65% | - |
| XYZ | 30.36 | 30.19 | 26.78 | - |
| YUV | 150.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 134 | 0 | 0.13 | 0.20 | 0.35 | 20 | 0.16 | 0.59 |
| Hex | A7 | 91 | 86 | 0 | D | 14 | 23 | 14 | 10 | 3B |
| Octal | 247 | 221 | 206 | 0 | 15 | 24 | 43 | 24 | 20 | 73 |
| Binary | 10100111 | 10010001 | 10000110 | 0 | 1101 | 10100 | 100011 | 10100 | 10000 | 111011 |
Color Harmonies of #A79186
Complementary color
Monochromatic Colors of #A79186
Black with #A79186
Text Example
Text Example
White with #A79186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79186; }
p { color: rgb(167,145,134); }
H1.HeaderClassName
{
color: #A79186;
}
.AnyTagClassName
{
color: #A79186;
}
</style>
background-color css
<style>
a { background-color: #A79186; }
a { background-color: rgb(167,145,134); }
div.DivClassName
{
background-color: #A79186;
}
.BgClassName
{
background-color: #A79186;
}
</style>
border-color css
<style>
span { border-color: #A79186; }
span { border-color: rgb(167,145,134); }
td.TdClassName
{
border-color: #A79186;
}
.TagClassName
{
border-color: #A79186;
}
</style>