Shades of Zorba #A18D84
Tints of Zorba #A18D84
RGB
CMYK
RGB Variations
Color information
#A18D84 (or 0xA18D84) is known color: Zorba. HEX triplet: A1, 8D and 84. RGB value is (161,141,132). Sum of RGB (Red+Green+Blue) = 161+141+132=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18D84 is #5E727B. Grayscale: #929292. Windows color (decimal): -6189692 or 8687009. OLE color: 8687009.
HSL color Cylindrical-coordinate representation of color #A18D84: hue angle of 18.62º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18D84 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 132 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.37 |
| HSL | 18.62º | 0.13% | 0.57% | - |
| HSV(B) | 18.62º | 0.18% | 0.63% | - |
| XYZ | 28.39 | 28.29 | 25.79 | - |
| YUV | 145.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 132 | 0 | 0.12 | 0.18 | 0.37 | 18.62 | 0.13 | 0.57 |
| Hex | A1 | 8D | 84 | 0 | C | 12 | 25 | 13 | D | 39 |
| Octal | 241 | 215 | 204 | 0 | 14 | 22 | 45 | 23 | 15 | 71 |
| Binary | 10100001 | 10001101 | 10000100 | 0 | 1100 | 10010 | 100101 | 10011 | 1101 | 111001 |
Color Harmonies of #A18D84
Complementary color
Monochromatic Colors of #A18D84
Black with #A18D84
Text Example
Text Example
White with #A18D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D84; }
p { color: rgb(161,141,132); }
H1.HeaderClassName
{
color: #A18D84;
}
.AnyTagClassName
{
color: #A18D84;
}
</style>
background-color css
<style>
a { background-color: #A18D84; }
a { background-color: rgb(161,141,132); }
div.DivClassName
{
background-color: #A18D84;
}
.BgClassName
{
background-color: #A18D84;
}
</style>
border-color css
<style>
span { border-color: #A18D84; }
span { border-color: rgb(161,141,132); }
td.TdClassName
{
border-color: #A18D84;
}
.TagClassName
{
border-color: #A18D84;
}
</style>