Shades of Zorba #A09288
Tints of Zorba #A09288
RGB
CMYK
RGB Variations
Color information
#A09288 (or 0xA09288) is known color: Zorba. HEX triplet: A0, 92 and 88. RGB value is (160,146,136). Sum of RGB (Red+Green+Blue) = 160+146+136=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 160 - color contains mainly: red. Hex color #A09288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09288 is #5F6D77. Grayscale: #959595. Windows color (decimal): -6253944 or 8950432. OLE color: 8950432.
HSL color Cylindrical-coordinate representation of color #A09288: hue angle of 25º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A09288 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 136 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.37 |
| HSL | 25º | 0.11% | 0.58% | - |
| HSV(B) | 25º | 0.15% | 0.63% | - |
| XYZ | 29.22 | 29.81 | 27.51 | - |
| YUV | 149.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 136 | 0 | 0.09 | 0.15 | 0.37 | 25 | 0.11 | 0.58 |
| Hex | A0 | 92 | 88 | 0 | 9 | F | 25 | 19 | B | 3A |
| Octal | 240 | 222 | 210 | 0 | 11 | 17 | 45 | 31 | 13 | 72 |
| Binary | 10100000 | 10010010 | 10001000 | 0 | 1001 | 1111 | 100101 | 11001 | 1011 | 111010 |
Color Harmonies of #A09288
Complementary color
Monochromatic Colors of #A09288
Black with #A09288
Text Example
Text Example
White with #A09288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09288; }
p { color: rgb(160,146,136); }
H1.HeaderClassName
{
color: #A09288;
}
.AnyTagClassName
{
color: #A09288;
}
</style>
background-color css
<style>
a { background-color: #A09288; }
a { background-color: rgb(160,146,136); }
div.DivClassName
{
background-color: #A09288;
}
.BgClassName
{
background-color: #A09288;
}
</style>
border-color css
<style>
span { border-color: #A09288; }
span { border-color: rgb(160,146,136); }
td.TdClassName
{
border-color: #A09288;
}
.TagClassName
{
border-color: #A09288;
}
</style>