Shades of Zorba #A29189
Tints of Zorba #A29189
RGB
CMYK
RGB Variations
Color information
#A29189 (or 0xA29189) is known color: Zorba. HEX triplet: A2, 91 and 89. RGB value is (162,145,137). Sum of RGB (Red+Green+Blue) = 162+145+137=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A29189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29189 is #5D6E76. Grayscale: #959595. Windows color (decimal): -6123127 or 9015714. OLE color: 9015714.
HSL color Cylindrical-coordinate representation of color #A29189: hue angle of 19.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A29189 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 137 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.36 |
| HSL | 19.2º | 0.12% | 0.59% | - |
| HSV(B) | 19.2º | 0.15% | 0.64% | - |
| XYZ | 29.54 | 29.74 | 27.85 | - |
| YUV | 149.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 137 | 0 | 0.10 | 0.15 | 0.36 | 19.2 | 0.12 | 0.59 |
| Hex | A2 | 91 | 89 | 0 | A | F | 24 | 13 | C | 3B |
| Octal | 242 | 221 | 211 | 0 | 12 | 17 | 44 | 23 | 14 | 73 |
| Binary | 10100010 | 10010001 | 10001001 | 0 | 1010 | 1111 | 100100 | 10011 | 1100 | 111011 |
Color Harmonies of #A29189
Complementary color
Monochromatic Colors of #A29189
Black with #A29189
Text Example
Text Example
White with #A29189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29189; }
p { color: rgb(162,145,137); }
H1.HeaderClassName
{
color: #A29189;
}
.AnyTagClassName
{
color: #A29189;
}
</style>
background-color css
<style>
a { background-color: #A29189; }
a { background-color: rgb(162,145,137); }
div.DivClassName
{
background-color: #A29189;
}
.BgClassName
{
background-color: #A29189;
}
</style>
border-color css
<style>
span { border-color: #A29189; }
span { border-color: rgb(162,145,137); }
td.TdClassName
{
border-color: #A29189;
}
.TagClassName
{
border-color: #A29189;
}
</style>