Shades of Zorba #A59C90
Tints of Zorba #A59C90
RGB
CMYK
RGB Variations
Color information
#A59C90 (or 0xA59C90) is known color: Zorba. HEX triplet: A5, 9C and 90. RGB value is (165,156,144). Sum of RGB (Red+Green+Blue) = 165+156+144=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C90 is #5A636F. Grayscale: #9D9D9D. Windows color (decimal): -5923696 or 9477285. OLE color: 9477285.
HSL color Cylindrical-coordinate representation of color #A59C90: hue angle of 34.29º 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 #A59C90 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 144 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.35 |
| HSL | 34.29º | 0.1% | 0.61% | - |
| HSV(B) | 34.29º | 0.13% | 0.65% | - |
| XYZ | 32.44 | 33.79 | 31.2 | - |
| YUV | 157.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 144 | 0 | 0.05 | 0.13 | 0.35 | 34.29 | 0.1 | 0.61 |
| Hex | A5 | 9C | 90 | 0 | 5 | D | 23 | 22 | A | 3D |
| Octal | 245 | 234 | 220 | 0 | 5 | 15 | 43 | 42 | 12 | 75 |
| Binary | 10100101 | 10011100 | 10010000 | 0 | 101 | 1101 | 100011 | 100010 | 1010 | 111101 |
Color Harmonies of #A59C90
Complementary color
Monochromatic Colors of #A59C90
Black with #A59C90
Text Example
Text Example
White with #A59C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C90; }
p { color: rgb(165,156,144); }
H1.HeaderClassName
{
color: #A59C90;
}
.AnyTagClassName
{
color: #A59C90;
}
</style>
background-color css
<style>
a { background-color: #A59C90; }
a { background-color: rgb(165,156,144); }
div.DivClassName
{
background-color: #A59C90;
}
.BgClassName
{
background-color: #A59C90;
}
</style>
border-color css
<style>
span { border-color: #A59C90; }
span { border-color: rgb(165,156,144); }
td.TdClassName
{
border-color: #A59C90;
}
.TagClassName
{
border-color: #A59C90;
}
</style>