Shades of Zorba #A39588
Tints of Zorba #A39588
RGB
CMYK
RGB Variations
Color information
#A39588 (or 0xA39588) is known color: Zorba. HEX triplet: A3, 95 and 88. RGB value is (163,149,136). Sum of RGB (Red+Green+Blue) = 163+149+136=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A39588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39588 is #5C6A77. Grayscale: #979797. Windows color (decimal): -6056568 or 8951203. OLE color: 8951203.
HSL color Cylindrical-coordinate representation of color #A39588: hue angle of 28.89º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A39588 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 136 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.36 |
| HSL | 28.89º | 0.13% | 0.59% | - |
| HSV(B) | 28.89º | 0.17% | 0.64% | - |
| XYZ | 30.3 | 31.06 | 27.69 | - |
| YUV | 151.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 136 | 0 | 0.09 | 0.17 | 0.36 | 28.89 | 0.13 | 0.59 |
| Hex | A3 | 95 | 88 | 0 | 9 | 11 | 24 | 1D | D | 3B |
| Octal | 243 | 225 | 210 | 0 | 11 | 21 | 44 | 35 | 15 | 73 |
| Binary | 10100011 | 10010101 | 10001000 | 0 | 1001 | 10001 | 100100 | 11101 | 1101 | 111011 |
Color Harmonies of #A39588
Complementary color
Monochromatic Colors of #A39588
Black with #A39588
Text Example
Text Example
White with #A39588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39588; }
p { color: rgb(163,149,136); }
H1.HeaderClassName
{
color: #A39588;
}
.AnyTagClassName
{
color: #A39588;
}
</style>
background-color css
<style>
a { background-color: #A39588; }
a { background-color: rgb(163,149,136); }
div.DivClassName
{
background-color: #A39588;
}
.BgClassName
{
background-color: #A39588;
}
</style>
border-color css
<style>
span { border-color: #A39588; }
span { border-color: rgb(163,149,136); }
td.TdClassName
{
border-color: #A39588;
}
.TagClassName
{
border-color: #A39588;
}
</style>