Shades of Zorba #A38E80
Tints of Zorba #A38E80
RGB
CMYK
RGB Variations
Color information
#A38E80 (or 0xA38E80) is known color: Zorba. HEX triplet: A3, 8E and 80. RGB value is (163,142,128). Sum of RGB (Red+Green+Blue) = 163+142+128=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38E80 is #5C717F. Grayscale: #929292. Windows color (decimal): -6058368 or 8425123. OLE color: 8425123.
HSL color Cylindrical-coordinate representation of color #A38E80: hue angle of 24º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38E80 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 128 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.36 |
| HSL | 24º | 0.16% | 0.57% | - |
| HSV(B) | 24º | 0.21% | 0.64% | - |
| XYZ | 28.67 | 28.69 | 24.45 | - |
| YUV | 146.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 128 | 0 | 0.13 | 0.21 | 0.36 | 24 | 0.16 | 0.57 |
| Hex | A3 | 8E | 80 | 0 | D | 15 | 24 | 18 | 10 | 39 |
| Octal | 243 | 216 | 200 | 0 | 15 | 25 | 44 | 30 | 20 | 71 |
| Binary | 10100011 | 10001110 | 10000000 | 0 | 1101 | 10101 | 100100 | 11000 | 10000 | 111001 |
Color Harmonies of #A38E80
Complementary color
Monochromatic Colors of #A38E80
Black with #A38E80
Text Example
Text Example
White with #A38E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E80; }
p { color: rgb(163,142,128); }
H1.HeaderClassName
{
color: #A38E80;
}
.AnyTagClassName
{
color: #A38E80;
}
</style>
background-color css
<style>
a { background-color: #A38E80; }
a { background-color: rgb(163,142,128); }
div.DivClassName
{
background-color: #A38E80;
}
.BgClassName
{
background-color: #A38E80;
}
</style>
border-color css
<style>
span { border-color: #A38E80; }
span { border-color: rgb(163,142,128); }
td.TdClassName
{
border-color: #A38E80;
}
.TagClassName
{
border-color: #A38E80;
}
</style>