Shades of Zorba #A39189
Tints of Zorba #A39189
RGB
CMYK
RGB Variations
Color information
#A39189 (or 0xA39189) is known color: Zorba. HEX triplet: A3, 91 and 89. RGB value is (163,145,137). Sum of RGB (Red+Green+Blue) = 163+145+137=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A39189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39189 is #5C6E76. Grayscale: #959595. Windows color (decimal): -6057591 or 9015715. OLE color: 9015715.
HSL color Cylindrical-coordinate representation of color #A39189: hue angle of 18.46º 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 #A39189 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 137 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.36 |
| HSL | 18.46º | 0.12% | 0.59% | - |
| HSV(B) | 18.46º | 0.16% | 0.64% | - |
| XYZ | 29.75 | 29.84 | 27.86 | - |
| YUV | 149.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 137 | 0 | 0.11 | 0.16 | 0.36 | 18.46 | 0.12 | 0.59 |
| Hex | A3 | 91 | 89 | 0 | B | 10 | 24 | 12 | C | 3B |
| Octal | 243 | 221 | 211 | 0 | 13 | 20 | 44 | 22 | 14 | 73 |
| Binary | 10100011 | 10010001 | 10001001 | 0 | 1011 | 10000 | 100100 | 10010 | 1100 | 111011 |
Color Harmonies of #A39189
Complementary color
Monochromatic Colors of #A39189
Black with #A39189
Text Example
Text Example
White with #A39189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39189; }
p { color: rgb(163,145,137); }
H1.HeaderClassName
{
color: #A39189;
}
.AnyTagClassName
{
color: #A39189;
}
</style>
background-color css
<style>
a { background-color: #A39189; }
a { background-color: rgb(163,145,137); }
div.DivClassName
{
background-color: #A39189;
}
.BgClassName
{
background-color: #A39189;
}
</style>
border-color css
<style>
span { border-color: #A39189; }
span { border-color: rgb(163,145,137); }
td.TdClassName
{
border-color: #A39189;
}
.TagClassName
{
border-color: #A39189;
}
</style>