Shades of Zorba #A18D86
Tints of Zorba #A18D86
RGB
CMYK
RGB Variations
Color information
#A18D86 (or 0xA18D86) is known color: Zorba. HEX triplet: A1, 8D and 86. RGB value is (161,141,134). Sum of RGB (Red+Green+Blue) = 161+141+134=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18D86 is #5E7279. Grayscale: #929292. Windows color (decimal): -6189690 or 8818081. OLE color: 8818081.
HSL color Cylindrical-coordinate representation of color #A18D86: hue angle of 15.56º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18D86 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 134 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.37 |
| HSL | 15.56º | 0.13% | 0.58% | - |
| HSV(B) | 15.56º | 0.17% | 0.63% | - |
| XYZ | 28.53 | 28.35 | 26.52 | - |
| YUV | 146.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 134 | 0 | 0.12 | 0.17 | 0.37 | 15.56 | 0.13 | 0.58 |
| Hex | A1 | 8D | 86 | 0 | C | 11 | 25 | 10 | D | 3A |
| Octal | 241 | 215 | 206 | 0 | 14 | 21 | 45 | 20 | 15 | 72 |
| Binary | 10100001 | 10001101 | 10000110 | 0 | 1100 | 10001 | 100101 | 10000 | 1101 | 111010 |
Color Harmonies of #A18D86
Complementary color
Monochromatic Colors of #A18D86
Black with #A18D86
Text Example
Text Example
White with #A18D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D86; }
p { color: rgb(161,141,134); }
H1.HeaderClassName
{
color: #A18D86;
}
.AnyTagClassName
{
color: #A18D86;
}
</style>
background-color css
<style>
a { background-color: #A18D86; }
a { background-color: rgb(161,141,134); }
div.DivClassName
{
background-color: #A18D86;
}
.BgClassName
{
background-color: #A18D86;
}
</style>
border-color css
<style>
span { border-color: #A18D86; }
span { border-color: rgb(161,141,134); }
td.TdClassName
{
border-color: #A18D86;
}
.TagClassName
{
border-color: #A18D86;
}
</style>