Shades of Zorba #A09188
Tints of Zorba #A09188
RGB
CMYK
RGB Variations
Color information
#A09188 (or 0xA09188) is known color: Zorba. HEX triplet: A0, 91 and 88. RGB value is (160,145,136). Sum of RGB (Red+Green+Blue) = 160+145+136=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A09188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09188 is #5F6E77. Grayscale: #949494. Windows color (decimal): -6254200 or 8950176. OLE color: 8950176.
HSL color Cylindrical-coordinate representation of color #A09188: hue angle of 22.5º 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 #A09188 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 136 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.37 |
| HSL | 22.5º | 0.11% | 0.58% | - |
| HSV(B) | 22.5º | 0.15% | 0.63% | - |
| XYZ | 29.07 | 29.5 | 27.46 | - |
| YUV | 148.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 136 | 0 | 0.09 | 0.15 | 0.37 | 22.5 | 0.11 | 0.58 |
| Hex | A0 | 91 | 88 | 0 | 9 | F | 25 | 16 | B | 3A |
| Octal | 240 | 221 | 210 | 0 | 11 | 17 | 45 | 26 | 13 | 72 |
| Binary | 10100000 | 10010001 | 10001000 | 0 | 1001 | 1111 | 100101 | 10110 | 1011 | 111010 |
Color Harmonies of #A09188
Complementary color
Monochromatic Colors of #A09188
Black with #A09188
Text Example
Text Example
White with #A09188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09188; }
p { color: rgb(160,145,136); }
H1.HeaderClassName
{
color: #A09188;
}
.AnyTagClassName
{
color: #A09188;
}
</style>
background-color css
<style>
a { background-color: #A09188; }
a { background-color: rgb(160,145,136); }
div.DivClassName
{
background-color: #A09188;
}
.BgClassName
{
background-color: #A09188;
}
</style>
border-color css
<style>
span { border-color: #A09188; }
span { border-color: rgb(160,145,136); }
td.TdClassName
{
border-color: #A09188;
}
.TagClassName
{
border-color: #A09188;
}
</style>