Shades of Zorba #A39081
Tints of Zorba #A39081
RGB
CMYK
RGB Variations
Color information
#A39081 (or 0xA39081) is known color: Zorba. HEX triplet: A3, 90 and 81. RGB value is (163,144,129). Sum of RGB (Red+Green+Blue) = 163+144+129=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A39081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39081 is #5C6F7E. Grayscale: #949494. Windows color (decimal): -6057855 or 8491171. OLE color: 8491171.
HSL color Cylindrical-coordinate representation of color #A39081: hue angle of 26.47º 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 #A39081 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 129 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.36 |
| HSL | 26.47º | 0.16% | 0.57% | - |
| HSV(B) | 26.47º | 0.21% | 0.64% | - |
| XYZ | 29.04 | 29.32 | 24.9 | - |
| YUV | 147.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 129 | 0 | 0.12 | 0.21 | 0.36 | 26.47 | 0.16 | 0.57 |
| Hex | A3 | 90 | 81 | 0 | C | 15 | 24 | 1A | 10 | 39 |
| Octal | 243 | 220 | 201 | 0 | 14 | 25 | 44 | 32 | 20 | 71 |
| Binary | 10100011 | 10010000 | 10000001 | 0 | 1100 | 10101 | 100100 | 11010 | 10000 | 111001 |
Color Harmonies of #A39081
Complementary color
Monochromatic Colors of #A39081
Black with #A39081
Text Example
Text Example
White with #A39081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39081; }
p { color: rgb(163,144,129); }
H1.HeaderClassName
{
color: #A39081;
}
.AnyTagClassName
{
color: #A39081;
}
</style>
background-color css
<style>
a { background-color: #A39081; }
a { background-color: rgb(163,144,129); }
div.DivClassName
{
background-color: #A39081;
}
.BgClassName
{
background-color: #A39081;
}
</style>
border-color css
<style>
span { border-color: #A39081; }
span { border-color: rgb(163,144,129); }
td.TdClassName
{
border-color: #A39081;
}
.TagClassName
{
border-color: #A39081;
}
</style>