Shades of Zorba #A28D83
Tints of Zorba #A28D83
RGB
CMYK
RGB Variations
Color information
#A28D83 (or 0xA28D83) is known color: Zorba. HEX triplet: A2, 8D and 83. RGB value is (162,141,131). Sum of RGB (Red+Green+Blue) = 162+141+131=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28D83 is #5D727C. Grayscale: #929292. Windows color (decimal): -6124157 or 8621474. OLE color: 8621474.
HSL color Cylindrical-coordinate representation of color #A28D83: hue angle of 19.35º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28D83 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 131 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.36 |
| HSL | 19.35º | 0.14% | 0.57% | - |
| HSV(B) | 19.35º | 0.19% | 0.64% | - |
| XYZ | 28.52 | 28.37 | 25.45 | - |
| YUV | 146.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 131 | 0 | 0.13 | 0.19 | 0.36 | 19.35 | 0.14 | 0.57 |
| Hex | A2 | 8D | 83 | 0 | D | 13 | 24 | 13 | E | 39 |
| Octal | 242 | 215 | 203 | 0 | 15 | 23 | 44 | 23 | 16 | 71 |
| Binary | 10100010 | 10001101 | 10000011 | 0 | 1101 | 10011 | 100100 | 10011 | 1110 | 111001 |
Color Harmonies of #A28D83
Complementary color
Monochromatic Colors of #A28D83
Black with #A28D83
Text Example
Text Example
White with #A28D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D83; }
p { color: rgb(162,141,131); }
H1.HeaderClassName
{
color: #A28D83;
}
.AnyTagClassName
{
color: #A28D83;
}
</style>
background-color css
<style>
a { background-color: #A28D83; }
a { background-color: rgb(162,141,131); }
div.DivClassName
{
background-color: #A28D83;
}
.BgClassName
{
background-color: #A28D83;
}
</style>
border-color css
<style>
span { border-color: #A28D83; }
span { border-color: rgb(162,141,131); }
td.TdClassName
{
border-color: #A28D83;
}
.TagClassName
{
border-color: #A28D83;
}
</style>