Shades of Zorba #A39180
Tints of Zorba #A39180
RGB
CMYK
RGB Variations
Color information
#A39180 (or 0xA39180) is known color: Zorba. HEX triplet: A3, 91 and 80. RGB value is (163,145,128). Sum of RGB (Red+Green+Blue) = 163+145+128=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A39180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39180 is #5C6E7F. Grayscale: #949494. Windows color (decimal): -6057600 or 8425891. OLE color: 8425891.
HSL color Cylindrical-coordinate representation of color #A39180: hue angle of 29.14º 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 #A39180 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 128 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.36 |
| HSL | 29.14º | 0.16% | 0.57% | - |
| HSV(B) | 29.14º | 0.21% | 0.64% | - |
| XYZ | 29.13 | 29.6 | 24.6 | - |
| YUV | 148.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 128 | 0 | 0.11 | 0.21 | 0.36 | 29.14 | 0.16 | 0.57 |
| Hex | A3 | 91 | 80 | 0 | B | 15 | 24 | 1D | 10 | 39 |
| Octal | 243 | 221 | 200 | 0 | 13 | 25 | 44 | 35 | 20 | 71 |
| Binary | 10100011 | 10010001 | 10000000 | 0 | 1011 | 10101 | 100100 | 11101 | 10000 | 111001 |
Color Harmonies of #A39180
Complementary color
Monochromatic Colors of #A39180
Black with #A39180
Text Example
Text Example
White with #A39180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39180; }
p { color: rgb(163,145,128); }
H1.HeaderClassName
{
color: #A39180;
}
.AnyTagClassName
{
color: #A39180;
}
</style>
background-color css
<style>
a { background-color: #A39180; }
a { background-color: rgb(163,145,128); }
div.DivClassName
{
background-color: #A39180;
}
.BgClassName
{
background-color: #A39180;
}
</style>
border-color css
<style>
span { border-color: #A39180; }
span { border-color: rgb(163,145,128); }
td.TdClassName
{
border-color: #A39180;
}
.TagClassName
{
border-color: #A39180;
}
</style>