Shades of Zorba #A59289
Tints of Zorba #A59289
RGB
CMYK
RGB Variations
Color information
#A59289 (or 0xA59289) is known color: Zorba. HEX triplet: A5, 92 and 89. RGB value is (165,146,137). Sum of RGB (Red+Green+Blue) = 165+146+137=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A59289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59289 is #5A6D76. Grayscale: #969696. Windows color (decimal): -5926263 or 9015973. OLE color: 9015973.
HSL color Cylindrical-coordinate representation of color #A59289: hue angle of 19.29º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59289 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 137 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.35 |
| HSL | 19.29º | 0.13% | 0.59% | - |
| HSV(B) | 19.29º | 0.17% | 0.65% | - |
| XYZ | 30.31 | 30.36 | 27.93 | - |
| YUV | 150.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 137 | 0 | 0.12 | 0.17 | 0.35 | 19.29 | 0.13 | 0.59 |
| Hex | A5 | 92 | 89 | 0 | C | 11 | 23 | 13 | D | 3B |
| Octal | 245 | 222 | 211 | 0 | 14 | 21 | 43 | 23 | 15 | 73 |
| Binary | 10100101 | 10010010 | 10001001 | 0 | 1100 | 10001 | 100011 | 10011 | 1101 | 111011 |
Color Harmonies of #A59289
Complementary color
Monochromatic Colors of #A59289
Black with #A59289
Text Example
Text Example
White with #A59289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59289; }
p { color: rgb(165,146,137); }
H1.HeaderClassName
{
color: #A59289;
}
.AnyTagClassName
{
color: #A59289;
}
</style>
background-color css
<style>
a { background-color: #A59289; }
a { background-color: rgb(165,146,137); }
div.DivClassName
{
background-color: #A59289;
}
.BgClassName
{
background-color: #A59289;
}
</style>
border-color css
<style>
span { border-color: #A59289; }
span { border-color: rgb(165,146,137); }
td.TdClassName
{
border-color: #A59289;
}
.TagClassName
{
border-color: #A59289;
}
</style>