Shades of Zorba #A29389
Tints of Zorba #A29389
RGB
CMYK
RGB Variations
Color information
#A29389 (or 0xA29389) is known color: Zorba. HEX triplet: A2, 93 and 89. RGB value is (162,147,137). Sum of RGB (Red+Green+Blue) = 162+147+137=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29389 is #5D6C76. Grayscale: #969696. Windows color (decimal): -6122615 or 9016226. OLE color: 9016226.
HSL color Cylindrical-coordinate representation of color #A29389: hue angle of 24º 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 #A29389 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 137 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.36 |
| HSL | 24º | 0.12% | 0.59% | - |
| HSV(B) | 24º | 0.15% | 0.64% | - |
| XYZ | 29.85 | 30.35 | 27.95 | - |
| YUV | 150.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 137 | 0 | 0.09 | 0.15 | 0.36 | 24 | 0.12 | 0.59 |
| Hex | A2 | 93 | 89 | 0 | 9 | F | 24 | 18 | C | 3B |
| Octal | 242 | 223 | 211 | 0 | 11 | 17 | 44 | 30 | 14 | 73 |
| Binary | 10100010 | 10010011 | 10001001 | 0 | 1001 | 1111 | 100100 | 11000 | 1100 | 111011 |
Color Harmonies of #A29389
Complementary color
Monochromatic Colors of #A29389
Black with #A29389
Text Example
Text Example
White with #A29389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29389; }
p { color: rgb(162,147,137); }
H1.HeaderClassName
{
color: #A29389;
}
.AnyTagClassName
{
color: #A29389;
}
</style>
background-color css
<style>
a { background-color: #A29389; }
a { background-color: rgb(162,147,137); }
div.DivClassName
{
background-color: #A29389;
}
.BgClassName
{
background-color: #A29389;
}
</style>
border-color css
<style>
span { border-color: #A29389; }
span { border-color: rgb(162,147,137); }
td.TdClassName
{
border-color: #A29389;
}
.TagClassName
{
border-color: #A29389;
}
</style>