Shades of Zorba #A2958D
Tints of Zorba #A2958D
RGB
CMYK
RGB Variations
Color information
#A2958D (or 0xA2958D) is known color: Zorba. HEX triplet: A2, 95 and 8D. RGB value is (162,149,141). Sum of RGB (Red+Green+Blue) = 162+149+141=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A2958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2958D is #5D6A72. Grayscale: #989898. Windows color (decimal): -6122099 or 9278882. OLE color: 9278882.
HSL color Cylindrical-coordinate representation of color #A2958D: hue angle of 22.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2958D is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 141 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.36 |
| HSL | 22.86º | 0.1% | 0.59% | - |
| HSV(B) | 22.86º | 0.13% | 0.64% | - |
| XYZ | 30.46 | 31.1 | 29.6 | - |
| YUV | 151.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 141 | 0 | 0.08 | 0.13 | 0.36 | 22.86 | 0.1 | 0.59 |
| Hex | A2 | 95 | 8D | 0 | 8 | D | 24 | 17 | A | 3B |
| Octal | 242 | 225 | 215 | 0 | 10 | 15 | 44 | 27 | 12 | 73 |
| Binary | 10100010 | 10010101 | 10001101 | 0 | 1000 | 1101 | 100100 | 10111 | 1010 | 111011 |
Color Harmonies of #A2958D
Complementary color
Monochromatic Colors of #A2958D
Black with #A2958D
Text Example
Text Example
White with #A2958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2958D; }
p { color: rgb(162,149,141); }
H1.HeaderClassName
{
color: #A2958D;
}
.AnyTagClassName
{
color: #A2958D;
}
</style>
background-color css
<style>
a { background-color: #A2958D; }
a { background-color: rgb(162,149,141); }
div.DivClassName
{
background-color: #A2958D;
}
.BgClassName
{
background-color: #A2958D;
}
</style>
border-color css
<style>
span { border-color: #A2958D; }
span { border-color: rgb(162,149,141); }
td.TdClassName
{
border-color: #A2958D;
}
.TagClassName
{
border-color: #A2958D;
}
</style>