Shades of Zorba #A38D84
Tints of Zorba #A38D84
RGB
CMYK
RGB Variations
Color information
#A38D84 (or 0xA38D84) is known color: Zorba. HEX triplet: A3, 8D and 84. RGB value is (163,141,132). Sum of RGB (Red+Green+Blue) = 163+141+132=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38D84 is #5C727B. Grayscale: #929292. Windows color (decimal): -6058620 or 8687011. OLE color: 8687011.
HSL color Cylindrical-coordinate representation of color #A38D84: hue angle of 17.42º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A38D84 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 132 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.36 |
| HSL | 17.42º | 0.14% | 0.58% | - |
| HSV(B) | 17.42º | 0.19% | 0.64% | - |
| XYZ | 28.79 | 28.5 | 25.81 | - |
| YUV | 146.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 132 | 0 | 0.13 | 0.19 | 0.36 | 17.42 | 0.14 | 0.58 |
| Hex | A3 | 8D | 84 | 0 | D | 13 | 24 | 11 | E | 3A |
| Octal | 243 | 215 | 204 | 0 | 15 | 23 | 44 | 21 | 16 | 72 |
| Binary | 10100011 | 10001101 | 10000100 | 0 | 1101 | 10011 | 100100 | 10001 | 1110 | 111010 |
Color Harmonies of #A38D84
Complementary color
Monochromatic Colors of #A38D84
Black with #A38D84
Text Example
Text Example
White with #A38D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D84; }
p { color: rgb(163,141,132); }
H1.HeaderClassName
{
color: #A38D84;
}
.AnyTagClassName
{
color: #A38D84;
}
</style>
background-color css
<style>
a { background-color: #A38D84; }
a { background-color: rgb(163,141,132); }
div.DivClassName
{
background-color: #A38D84;
}
.BgClassName
{
background-color: #A38D84;
}
</style>
border-color css
<style>
span { border-color: #A38D84; }
span { border-color: rgb(163,141,132); }
td.TdClassName
{
border-color: #A38D84;
}
.TagClassName
{
border-color: #A38D84;
}
</style>