Shades of Zorba #A59587
Tints of Zorba #A59587
RGB
CMYK
RGB Variations
Color information
#A59587 (or 0xA59587) is known color: Zorba. HEX triplet: A5, 95 and 87. RGB value is (165,149,135). Sum of RGB (Red+Green+Blue) = 165+149+135=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A59587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59587 is #5A6A78. Grayscale: #989898. Windows color (decimal): -5925497 or 8885669. OLE color: 8885669.
HSL color Cylindrical-coordinate representation of color #A59587: hue angle of 28º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59587 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 135 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.35 |
| HSL | 28º | 0.14% | 0.59% | - |
| HSV(B) | 28º | 0.18% | 0.65% | - |
| XYZ | 30.64 | 31.24 | 27.34 | - |
| YUV | 152.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 135 | 0 | 0.10 | 0.18 | 0.35 | 28 | 0.14 | 0.59 |
| Hex | A5 | 95 | 87 | 0 | A | 12 | 23 | 1C | E | 3B |
| Octal | 245 | 225 | 207 | 0 | 12 | 22 | 43 | 34 | 16 | 73 |
| Binary | 10100101 | 10010101 | 10000111 | 0 | 1010 | 10010 | 100011 | 11100 | 1110 | 111011 |
Color Harmonies of #A59587
Complementary color
Monochromatic Colors of #A59587
Black with #A59587
Text Example
Text Example
White with #A59587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59587; }
p { color: rgb(165,149,135); }
H1.HeaderClassName
{
color: #A59587;
}
.AnyTagClassName
{
color: #A59587;
}
</style>
background-color css
<style>
a { background-color: #A59587; }
a { background-color: rgb(165,149,135); }
div.DivClassName
{
background-color: #A59587;
}
.BgClassName
{
background-color: #A59587;
}
</style>
border-color css
<style>
span { border-color: #A59587; }
span { border-color: rgb(165,149,135); }
td.TdClassName
{
border-color: #A59587;
}
.TagClassName
{
border-color: #A59587;
}
</style>