Shades of Zorba #A59A93
Tints of Zorba #A59A93
RGB
CMYK
RGB Variations
Color information
#A59A93 (or 0xA59A93) is known color: Zorba. HEX triplet: A5, 9A and 93. RGB value is (165,154,147). Sum of RGB (Red+Green+Blue) = 165+154+147=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A93 is #5A656C. Grayscale: #9C9C9C. Windows color (decimal): -5924205 or 9673381. OLE color: 9673381.
HSL color Cylindrical-coordinate representation of color #A59A93: hue angle of 23.33º 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 #A59A93 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 147 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.35 |
| HSL | 23.33º | 0.09% | 0.61% | - |
| HSV(B) | 23.33º | 0.11% | 0.65% | - |
| XYZ | 32.34 | 33.22 | 32.31 | - |
| YUV | 156.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 147 | 0 | 0.07 | 0.11 | 0.35 | 23.33 | 0.09 | 0.61 |
| Hex | A5 | 9A | 93 | 0 | 7 | B | 23 | 17 | 9 | 3D |
| Octal | 245 | 232 | 223 | 0 | 7 | 13 | 43 | 27 | 11 | 75 |
| Binary | 10100101 | 10011010 | 10010011 | 0 | 111 | 1011 | 100011 | 10111 | 1001 | 111101 |
Color Harmonies of #A59A93
Complementary color
Monochromatic Colors of #A59A93
Black with #A59A93
Text Example
Text Example
White with #A59A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A93; }
p { color: rgb(165,154,147); }
H1.HeaderClassName
{
color: #A59A93;
}
.AnyTagClassName
{
color: #A59A93;
}
</style>
background-color css
<style>
a { background-color: #A59A93; }
a { background-color: rgb(165,154,147); }
div.DivClassName
{
background-color: #A59A93;
}
.BgClassName
{
background-color: #A59A93;
}
</style>
border-color css
<style>
span { border-color: #A59A93; }
span { border-color: rgb(165,154,147); }
td.TdClassName
{
border-color: #A59A93;
}
.TagClassName
{
border-color: #A59A93;
}
</style>