Shades of Zorba #A59C91
Tints of Zorba #A59C91
RGB
CMYK
RGB Variations
Color information
#A59C91 (or 0xA59C91) is known color: Zorba. HEX triplet: A5, 9C and 91. RGB value is (165,156,145). Sum of RGB (Red+Green+Blue) = 165+156+145=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C91 is #5A636E. Grayscale: #9D9D9D. Windows color (decimal): -5923695 or 9542821. OLE color: 9542821.
HSL color Cylindrical-coordinate representation of color #A59C91: hue angle of 33º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A59C91 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 145 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.35 |
| HSL | 33º | 0.1% | 0.61% | - |
| HSV(B) | 33º | 0.12% | 0.65% | - |
| XYZ | 32.52 | 33.82 | 31.6 | - |
| YUV | 157.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 145 | 0 | 0.05 | 0.12 | 0.35 | 33 | 0.1 | 0.61 |
| Hex | A5 | 9C | 91 | 0 | 5 | C | 23 | 21 | A | 3D |
| Octal | 245 | 234 | 221 | 0 | 5 | 14 | 43 | 41 | 12 | 75 |
| Binary | 10100101 | 10011100 | 10010001 | 0 | 101 | 1100 | 100011 | 100001 | 1010 | 111101 |
Color Harmonies of #A59C91
Complementary color
Monochromatic Colors of #A59C91
Black with #A59C91
Text Example
Text Example
White with #A59C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C91; }
p { color: rgb(165,156,145); }
H1.HeaderClassName
{
color: #A59C91;
}
.AnyTagClassName
{
color: #A59C91;
}
</style>
background-color css
<style>
a { background-color: #A59C91; }
a { background-color: rgb(165,156,145); }
div.DivClassName
{
background-color: #A59C91;
}
.BgClassName
{
background-color: #A59C91;
}
</style>
border-color css
<style>
span { border-color: #A59C91; }
span { border-color: rgb(165,156,145); }
td.TdClassName
{
border-color: #A59C91;
}
.TagClassName
{
border-color: #A59C91;
}
</style>