Shades of Zorba #A29188
Tints of Zorba #A29188
RGB
CMYK
RGB Variations
Color information
#A29188 (or 0xA29188) is known color: Zorba. HEX triplet: A2, 91 and 88. RGB value is (162,145,136). Sum of RGB (Red+Green+Blue) = 162+145+136=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A29188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29188 is #5D6E77. Grayscale: #959595. Windows color (decimal): -6123128 or 8950178. OLE color: 8950178.
HSL color Cylindrical-coordinate representation of color #A29188: hue angle of 20.77º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A29188 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 136 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.36 |
| HSL | 20.77º | 0.12% | 0.58% | - |
| HSV(B) | 20.77º | 0.16% | 0.64% | - |
| XYZ | 29.47 | 29.71 | 27.47 | - |
| YUV | 149.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 136 | 0 | 0.10 | 0.16 | 0.36 | 20.77 | 0.12 | 0.58 |
| Hex | A2 | 91 | 88 | 0 | A | 10 | 24 | 15 | C | 3A |
| Octal | 242 | 221 | 210 | 0 | 12 | 20 | 44 | 25 | 14 | 72 |
| Binary | 10100010 | 10010001 | 10001000 | 0 | 1010 | 10000 | 100100 | 10101 | 1100 | 111010 |
Color Harmonies of #A29188
Complementary color
Monochromatic Colors of #A29188
Black with #A29188
Text Example
Text Example
White with #A29188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29188; }
p { color: rgb(162,145,136); }
H1.HeaderClassName
{
color: #A29188;
}
.AnyTagClassName
{
color: #A29188;
}
</style>
background-color css
<style>
a { background-color: #A29188; }
a { background-color: rgb(162,145,136); }
div.DivClassName
{
background-color: #A29188;
}
.BgClassName
{
background-color: #A29188;
}
</style>
border-color css
<style>
span { border-color: #A29188; }
span { border-color: rgb(162,145,136); }
td.TdClassName
{
border-color: #A29188;
}
.TagClassName
{
border-color: #A29188;
}
</style>