Shades of Zorba #A28F81
Tints of Zorba #A28F81
RGB
CMYK
RGB Variations
Color information
#A28F81 (or 0xA28F81) is known color: Zorba. HEX triplet: A2, 8F and 81. RGB value is (162,143,129). Sum of RGB (Red+Green+Blue) = 162+143+129=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F81 is #5D707E. Grayscale: #939393. Windows color (decimal): -6123647 or 8490914. OLE color: 8490914.
HSL color Cylindrical-coordinate representation of color #A28F81: hue angle of 25.45º 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 #A28F81 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 129 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.36 |
| HSL | 25.45º | 0.15% | 0.57% | - |
| HSV(B) | 25.45º | 0.2% | 0.64% | - |
| XYZ | 28.69 | 28.91 | 24.84 | - |
| YUV | 147.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 129 | 0 | 0.12 | 0.20 | 0.36 | 25.45 | 0.15 | 0.57 |
| Hex | A2 | 8F | 81 | 0 | C | 14 | 24 | 19 | F | 39 |
| Octal | 242 | 217 | 201 | 0 | 14 | 24 | 44 | 31 | 17 | 71 |
| Binary | 10100010 | 10001111 | 10000001 | 0 | 1100 | 10100 | 100100 | 11001 | 1111 | 111001 |
Color Harmonies of #A28F81
Complementary color
Monochromatic Colors of #A28F81
Black with #A28F81
Text Example
Text Example
White with #A28F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F81; }
p { color: rgb(162,143,129); }
H1.HeaderClassName
{
color: #A28F81;
}
.AnyTagClassName
{
color: #A28F81;
}
</style>
background-color css
<style>
a { background-color: #A28F81; }
a { background-color: rgb(162,143,129); }
div.DivClassName
{
background-color: #A28F81;
}
.BgClassName
{
background-color: #A28F81;
}
</style>
border-color css
<style>
span { border-color: #A28F81; }
span { border-color: rgb(162,143,129); }
td.TdClassName
{
border-color: #A28F81;
}
.TagClassName
{
border-color: #A28F81;
}
</style>