Shades of Zorba #A39789
Tints of Zorba #A39789
RGB
CMYK
RGB Variations
Color information
#A39789 (or 0xA39789) is known color: Zorba. HEX triplet: A3, 97 and 89. RGB value is (163,151,137). Sum of RGB (Red+Green+Blue) = 163+151+137=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A39789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39789 is #5C6876. Grayscale: #999999. Windows color (decimal): -6056055 or 9017251. OLE color: 9017251.
HSL color Cylindrical-coordinate representation of color #A39789: hue angle of 32.31º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A39789 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 137 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.36 |
| HSL | 32.31º | 0.12% | 0.59% | - |
| HSV(B) | 32.31º | 0.16% | 0.64% | - |
| XYZ | 30.69 | 31.73 | 28.17 | - |
| YUV | 152.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 137 | 0 | 0.07 | 0.16 | 0.36 | 32.31 | 0.12 | 0.59 |
| Hex | A3 | 97 | 89 | 0 | 7 | 10 | 24 | 20 | C | 3B |
| Octal | 243 | 227 | 211 | 0 | 7 | 20 | 44 | 40 | 14 | 73 |
| Binary | 10100011 | 10010111 | 10001001 | 0 | 111 | 10000 | 100100 | 100000 | 1100 | 111011 |
Color Harmonies of #A39789
Complementary color
Monochromatic Colors of #A39789
Black with #A39789
Text Example
Text Example
White with #A39789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39789; }
p { color: rgb(163,151,137); }
H1.HeaderClassName
{
color: #A39789;
}
.AnyTagClassName
{
color: #A39789;
}
</style>
background-color css
<style>
a { background-color: #A39789; }
a { background-color: rgb(163,151,137); }
div.DivClassName
{
background-color: #A39789;
}
.BgClassName
{
background-color: #A39789;
}
</style>
border-color css
<style>
span { border-color: #A39789; }
span { border-color: rgb(163,151,137); }
td.TdClassName
{
border-color: #A39789;
}
.TagClassName
{
border-color: #A39789;
}
</style>