Shades of Zorba #A59B93
Tints of Zorba #A59B93
RGB
CMYK
RGB Variations
Color information
#A59B93 (or 0xA59B93) is known color: Zorba. HEX triplet: A5, 9B and 93. RGB value is (165,155,147). Sum of RGB (Red+Green+Blue) = 165+155+147=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B93 is #5A646C. Grayscale: #9D9D9D. Windows color (decimal): -5923949 or 9673637. OLE color: 9673637.
HSL color Cylindrical-coordinate representation of color #A59B93: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59B93 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 155 | 147 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.35 |
| HSL | 26.67º | 0.09% | 0.61% | - |
| HSV(B) | 26.67º | 0.11% | 0.65% | - |
| XYZ | 32.5 | 33.55 | 32.37 | - |
| YUV | 157.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 147 | 0 | 0.06 | 0.11 | 0.35 | 26.67 | 0.09 | 0.61 |
| Hex | A5 | 9B | 93 | 0 | 6 | B | 23 | 1B | 9 | 3D |
| Octal | 245 | 233 | 223 | 0 | 6 | 13 | 43 | 33 | 11 | 75 |
| Binary | 10100101 | 10011011 | 10010011 | 0 | 110 | 1011 | 100011 | 11011 | 1001 | 111101 |
Color Harmonies of #A59B93
Complementary color
Monochromatic Colors of #A59B93
Black with #A59B93
Text Example
Text Example
White with #A59B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59B93; }
p { color: rgb(165,155,147); }
H1.HeaderClassName
{
color: #A59B93;
}
.AnyTagClassName
{
color: #A59B93;
}
</style>
background-color css
<style>
a { background-color: #A59B93; }
a { background-color: rgb(165,155,147); }
div.DivClassName
{
background-color: #A59B93;
}
.BgClassName
{
background-color: #A59B93;
}
</style>
border-color css
<style>
span { border-color: #A59B93; }
span { border-color: rgb(165,155,147); }
td.TdClassName
{
border-color: #A59B93;
}
.TagClassName
{
border-color: #A59B93;
}
</style>