Shades of Zorba #A59585
Tints of Zorba #A59585
RGB
CMYK
RGB Variations
Color information
#A59585 (or 0xA59585) is known color: Zorba. HEX triplet: A5, 95 and 85. RGB value is (165,149,133). Sum of RGB (Red+Green+Blue) = 165+149+133=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A59585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59585 is #5A6A7A. Grayscale: #989898. Windows color (decimal): -5925499 or 8754597. OLE color: 8754597.
HSL color Cylindrical-coordinate representation of color #A59585: hue angle of 30º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A59585 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 133 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.35 |
| HSL | 30º | 0.15% | 0.58% | - |
| HSV(B) | 30º | 0.19% | 0.65% | - |
| XYZ | 30.5 | 31.19 | 26.6 | - |
| YUV | 151.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 133 | 0 | 0.10 | 0.19 | 0.35 | 30 | 0.15 | 0.58 |
| Hex | A5 | 95 | 85 | 0 | A | 13 | 23 | 1E | F | 3A |
| Octal | 245 | 225 | 205 | 0 | 12 | 23 | 43 | 36 | 17 | 72 |
| Binary | 10100101 | 10010101 | 10000101 | 0 | 1010 | 10011 | 100011 | 11110 | 1111 | 111010 |
Color Harmonies of #A59585
Complementary color
Monochromatic Colors of #A59585
Black with #A59585
Text Example
Text Example
White with #A59585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59585; }
p { color: rgb(165,149,133); }
H1.HeaderClassName
{
color: #A59585;
}
.AnyTagClassName
{
color: #A59585;
}
</style>
background-color css
<style>
a { background-color: #A59585; }
a { background-color: rgb(165,149,133); }
div.DivClassName
{
background-color: #A59585;
}
.BgClassName
{
background-color: #A59585;
}
</style>
border-color css
<style>
span { border-color: #A59585; }
span { border-color: rgb(165,149,133); }
td.TdClassName
{
border-color: #A59585;
}
.TagClassName
{
border-color: #A59585;
}
</style>