Shades of Zorba #A09590
Tints of Zorba #A09590
RGB
CMYK
RGB Variations
Color information
#A09590 (or 0xA09590) is known color: Zorba. HEX triplet: A0, 95 and 90. RGB value is (160,149,144). Sum of RGB (Red+Green+Blue) = 160+149+144=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 160 - color contains mainly: red. Hex color #A09590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09590 is #5F6A6F. Grayscale: #979797. Windows color (decimal): -6253168 or 9475488. OLE color: 9475488.
HSL color Cylindrical-coordinate representation of color #A09590: hue angle of 18.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A09590 is Cyan = 0, Magento = 0.07, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 144 | - |
| CMYK | 0 | 0.07 | 0.1 | 0.37 |
| HSL | 18.75º | 0.08% | 0.6% | - |
| HSV(B) | 18.75º | 0.1% | 0.63% | - |
| XYZ | 30.28 | 30.98 | 30.77 | - |
| YUV | 151.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 144 | 0 | 0.07 | 0.1 | 0.37 | 18.75 | 0.08 | 0.6 |
| Hex | A0 | 95 | 90 | 0 | 7 | A | 25 | 13 | 8 | 3C |
| Octal | 240 | 225 | 220 | 0 | 7 | 12 | 45 | 23 | 10 | 74 |
| Binary | 10100000 | 10010101 | 10010000 | 0 | 111 | 1010 | 100101 | 10011 | 1000 | 111100 |
Color Harmonies of #A09590
Complementary color
Monochromatic Colors of #A09590
Black with #A09590
Text Example
Text Example
White with #A09590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09590; }
p { color: rgb(160,149,144); }
H1.HeaderClassName
{
color: #A09590;
}
.AnyTagClassName
{
color: #A09590;
}
</style>
background-color css
<style>
a { background-color: #A09590; }
a { background-color: rgb(160,149,144); }
div.DivClassName
{
background-color: #A09590;
}
.BgClassName
{
background-color: #A09590;
}
</style>
border-color css
<style>
span { border-color: #A09590; }
span { border-color: rgb(160,149,144); }
td.TdClassName
{
border-color: #A09590;
}
.TagClassName
{
border-color: #A09590;
}
</style>