Shades of Zorba #A28E81
Tints of Zorba #A28E81
RGB
CMYK
RGB Variations
Color information
#A28E81 (or 0xA28E81) is known color: Zorba. HEX triplet: A2, 8E and 81. RGB value is (162,142,129). Sum of RGB (Red+Green+Blue) = 162+142+129=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E81 is #5D717E. Grayscale: #929292. Windows color (decimal): -6123903 or 8490658. OLE color: 8490658.
HSL color Cylindrical-coordinate representation of color #A28E81: hue angle of 23.64º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28E81 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 129 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.36 |
| HSL | 23.64º | 0.15% | 0.57% | - |
| HSV(B) | 23.64º | 0.2% | 0.64% | - |
| XYZ | 28.54 | 28.61 | 24.79 | - |
| YUV | 146.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 129 | 0 | 0.12 | 0.20 | 0.36 | 23.64 | 0.15 | 0.57 |
| Hex | A2 | 8E | 81 | 0 | C | 14 | 24 | 18 | F | 39 |
| Octal | 242 | 216 | 201 | 0 | 14 | 24 | 44 | 30 | 17 | 71 |
| Binary | 10100010 | 10001110 | 10000001 | 0 | 1100 | 10100 | 100100 | 11000 | 1111 | 111001 |
Color Harmonies of #A28E81
Complementary color
Monochromatic Colors of #A28E81
Black with #A28E81
Text Example
Text Example
White with #A28E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E81; }
p { color: rgb(162,142,129); }
H1.HeaderClassName
{
color: #A28E81;
}
.AnyTagClassName
{
color: #A28E81;
}
</style>
background-color css
<style>
a { background-color: #A28E81; }
a { background-color: rgb(162,142,129); }
div.DivClassName
{
background-color: #A28E81;
}
.BgClassName
{
background-color: #A28E81;
}
</style>
border-color css
<style>
span { border-color: #A28E81; }
span { border-color: rgb(162,142,129); }
td.TdClassName
{
border-color: #A28E81;
}
.TagClassName
{
border-color: #A28E81;
}
</style>