Shades of Zorba #A79685
Tints of Zorba #A79685
RGB
CMYK
RGB Variations
Color information
#A79685 (or 0xA79685) is known color: Zorba. HEX triplet: A7, 96 and 85. RGB value is (167,150,133). Sum of RGB (Red+Green+Blue) = 167+150+133=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 167 - color contains mainly: red. Hex color #A79685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79685 is #58697A. Grayscale: #999999. Windows color (decimal): -5794171 or 8754855. OLE color: 8754855.
HSL color Cylindrical-coordinate representation of color #A79685: hue angle of 30º 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 #A79685 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 150 | 133 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.35 |
| HSL | 30º | 0.16% | 0.59% | - |
| HSV(B) | 30º | 0.2% | 0.65% | - |
| XYZ | 31.08 | 31.72 | 26.68 | - |
| YUV | 153.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 133 | 0 | 0.10 | 0.20 | 0.35 | 30 | 0.16 | 0.59 |
| Hex | A7 | 96 | 85 | 0 | A | 14 | 23 | 1E | 10 | 3B |
| Octal | 247 | 226 | 205 | 0 | 12 | 24 | 43 | 36 | 20 | 73 |
| Binary | 10100111 | 10010110 | 10000101 | 0 | 1010 | 10100 | 100011 | 11110 | 10000 | 111011 |
Color Harmonies of #A79685
Complementary color
Monochromatic Colors of #A79685
Black with #A79685
Text Example
Text Example
White with #A79685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79685; }
p { color: rgb(167,150,133); }
H1.HeaderClassName
{
color: #A79685;
}
.AnyTagClassName
{
color: #A79685;
}
</style>
background-color css
<style>
a { background-color: #A79685; }
a { background-color: rgb(167,150,133); }
div.DivClassName
{
background-color: #A79685;
}
.BgClassName
{
background-color: #A79685;
}
</style>
border-color css
<style>
span { border-color: #A79685; }
span { border-color: rgb(167,150,133); }
td.TdClassName
{
border-color: #A79685;
}
.TagClassName
{
border-color: #A79685;
}
</style>