Shades of Zorba #A29287
Tints of Zorba #A29287
RGB
CMYK
RGB Variations
Color information
#A29287 (or 0xA29287) is known color: Zorba. HEX triplet: A2, 92 and 87. RGB value is (162,146,135). Sum of RGB (Red+Green+Blue) = 162+146+135=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A29287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29287 is #5D6D78. Grayscale: #959595. Windows color (decimal): -6122873 or 8884898. OLE color: 8884898.
HSL color Cylindrical-coordinate representation of color #A29287: hue angle of 24.44º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A29287 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 135 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.36 |
| HSL | 24.44º | 0.13% | 0.58% | - |
| HSV(B) | 24.44º | 0.17% | 0.64% | - |
| XYZ | 29.55 | 29.99 | 27.15 | - |
| YUV | 149.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 135 | 0 | 0.10 | 0.17 | 0.36 | 24.44 | 0.13 | 0.58 |
| Hex | A2 | 92 | 87 | 0 | A | 11 | 24 | 18 | D | 3A |
| Octal | 242 | 222 | 207 | 0 | 12 | 21 | 44 | 30 | 15 | 72 |
| Binary | 10100010 | 10010010 | 10000111 | 0 | 1010 | 10001 | 100100 | 11000 | 1101 | 111010 |
Color Harmonies of #A29287
Complementary color
Monochromatic Colors of #A29287
Black with #A29287
Text Example
Text Example
White with #A29287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29287; }
p { color: rgb(162,146,135); }
H1.HeaderClassName
{
color: #A29287;
}
.AnyTagClassName
{
color: #A29287;
}
</style>
background-color css
<style>
a { background-color: #A29287; }
a { background-color: rgb(162,146,135); }
div.DivClassName
{
background-color: #A29287;
}
.BgClassName
{
background-color: #A29287;
}
</style>
border-color css
<style>
span { border-color: #A29287; }
span { border-color: rgb(162,146,135); }
td.TdClassName
{
border-color: #A29287;
}
.TagClassName
{
border-color: #A29287;
}
</style>