Shades of Zorba #A0958D
Tints of Zorba #A0958D
RGB
CMYK
RGB Variations
Color information
#A0958D (or 0xA0958D) is known color: Zorba. HEX triplet: A0, 95 and 8D. RGB value is (160,149,141). Sum of RGB (Red+Green+Blue) = 160+149+141=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A0958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0958D is #5F6A72. Grayscale: #979797. Windows color (decimal): -6253171 or 9278880. OLE color: 9278880.
HSL color Cylindrical-coordinate representation of color #A0958D: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0958D is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 141 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.37 |
| HSL | 25.26º | 0.09% | 0.59% | - |
| HSV(B) | 25.26º | 0.12% | 0.63% | - |
| XYZ | 30.05 | 30.89 | 29.58 | - |
| YUV | 151.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 141 | 0 | 0.07 | 0.12 | 0.37 | 25.26 | 0.09 | 0.59 |
| Hex | A0 | 95 | 8D | 0 | 7 | C | 25 | 19 | 9 | 3B |
| Octal | 240 | 225 | 215 | 0 | 7 | 14 | 45 | 31 | 11 | 73 |
| Binary | 10100000 | 10010101 | 10001101 | 0 | 111 | 1100 | 100101 | 11001 | 1001 | 111011 |
Color Harmonies of #A0958D
Complementary color
Monochromatic Colors of #A0958D
Black with #A0958D
Text Example
Text Example
White with #A0958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0958D; }
p { color: rgb(160,149,141); }
H1.HeaderClassName
{
color: #A0958D;
}
.AnyTagClassName
{
color: #A0958D;
}
</style>
background-color css
<style>
a { background-color: #A0958D; }
a { background-color: rgb(160,149,141); }
div.DivClassName
{
background-color: #A0958D;
}
.BgClassName
{
background-color: #A0958D;
}
</style>
border-color css
<style>
span { border-color: #A0958D; }
span { border-color: rgb(160,149,141); }
td.TdClassName
{
border-color: #A0958D;
}
.TagClassName
{
border-color: #A0958D;
}
</style>