Shades of Zorba #A59D98
Tints of Zorba #A59D98
RGB
CMYK
RGB Variations
Color information
#A59D98 (or 0xA59D98) is known color: Zorba. HEX triplet: A5, 9D and 98. RGB value is (165,157,152). Sum of RGB (Red+Green+Blue) = 165+157+152=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59D98 is #5A6267. Grayscale: #9E9E9E. Windows color (decimal): -5923432 or 10001829. OLE color: 10001829.
HSL color Cylindrical-coordinate representation of color #A59D98: hue angle of 23.08º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A59D98 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 152 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.35 |
| HSL | 23.08º | 0.07% | 0.62% | - |
| HSV(B) | 23.08º | 0.08% | 0.65% | - |
| XYZ | 33.24 | 34.38 | 34.59 | - |
| YUV | 158.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 152 | 0 | 0.05 | 0.08 | 0.35 | 23.08 | 0.07 | 0.62 |
| Hex | A5 | 9D | 98 | 0 | 5 | 8 | 23 | 17 | 7 | 3E |
| Octal | 245 | 235 | 230 | 0 | 5 | 10 | 43 | 27 | 7 | 76 |
| Binary | 10100101 | 10011101 | 10011000 | 0 | 101 | 1000 | 100011 | 10111 | 111 | 111110 |
Color Harmonies of #A59D98
Complementary color
Monochromatic Colors of #A59D98
Black with #A59D98
Text Example
Text Example
White with #A59D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59D98; }
p { color: rgb(165,157,152); }
H1.HeaderClassName
{
color: #A59D98;
}
.AnyTagClassName
{
color: #A59D98;
}
</style>
background-color css
<style>
a { background-color: #A59D98; }
a { background-color: rgb(165,157,152); }
div.DivClassName
{
background-color: #A59D98;
}
.BgClassName
{
background-color: #A59D98;
}
</style>
border-color css
<style>
span { border-color: #A59D98; }
span { border-color: rgb(165,157,152); }
td.TdClassName
{
border-color: #A59D98;
}
.TagClassName
{
border-color: #A59D98;
}
</style>