Shades of Zorba #A59790
Tints of Zorba #A59790
RGB
CMYK
RGB Variations
Color information
#A59790 (or 0xA59790) is known color: Zorba. HEX triplet: A5, 97 and 90. RGB value is (165,151,144). Sum of RGB (Red+Green+Blue) = 165+151+144=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 165 - color contains mainly: red. Hex color #A59790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59790 is #5A686F. Grayscale: #9A9A9A. Windows color (decimal): -5924976 or 9476005. OLE color: 9476005.
HSL color Cylindrical-coordinate representation of color #A59790: hue angle of 20º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59790 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 144 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.35 |
| HSL | 20º | 0.1% | 0.61% | - |
| HSV(B) | 20º | 0.13% | 0.65% | - |
| XYZ | 31.62 | 32.15 | 30.92 | - |
| YUV | 154.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 144 | 0 | 0.08 | 0.13 | 0.35 | 20 | 0.1 | 0.61 |
| Hex | A5 | 97 | 90 | 0 | 8 | D | 23 | 14 | A | 3D |
| Octal | 245 | 227 | 220 | 0 | 10 | 15 | 43 | 24 | 12 | 75 |
| Binary | 10100101 | 10010111 | 10010000 | 0 | 1000 | 1101 | 100011 | 10100 | 1010 | 111101 |
Color Harmonies of #A59790
Complementary color
Monochromatic Colors of #A59790
Black with #A59790
Text Example
Text Example
White with #A59790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59790; }
p { color: rgb(165,151,144); }
H1.HeaderClassName
{
color: #A59790;
}
.AnyTagClassName
{
color: #A59790;
}
</style>
background-color css
<style>
a { background-color: #A59790; }
a { background-color: rgb(165,151,144); }
div.DivClassName
{
background-color: #A59790;
}
.BgClassName
{
background-color: #A59790;
}
</style>
border-color css
<style>
span { border-color: #A59790; }
span { border-color: rgb(165,151,144); }
td.TdClassName
{
border-color: #A59790;
}
.TagClassName
{
border-color: #A59790;
}
</style>