Shades of Zorba #A0958B
Tints of Zorba #A0958B
RGB
CMYK
RGB Variations
Color information
#A0958B (or 0xA0958B) is known color: Zorba. HEX triplet: A0, 95 and 8B. RGB value is (160,149,139). Sum of RGB (Red+Green+Blue) = 160+149+139=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A0958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0958B is #5F6A74. Grayscale: #979797. Windows color (decimal): -6253173 or 9147808. OLE color: 9147808.
HSL color Cylindrical-coordinate representation of color #A0958B: hue angle of 28.57º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0958B is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 139 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.37 |
| HSL | 28.57º | 0.1% | 0.59% | - |
| HSV(B) | 28.57º | 0.13% | 0.63% | - |
| XYZ | 29.9 | 30.83 | 28.8 | - |
| YUV | 151.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 139 | 0 | 0.07 | 0.13 | 0.37 | 28.57 | 0.1 | 0.59 |
| Hex | A0 | 95 | 8B | 0 | 7 | D | 25 | 1D | A | 3B |
| Octal | 240 | 225 | 213 | 0 | 7 | 15 | 45 | 35 | 12 | 73 |
| Binary | 10100000 | 10010101 | 10001011 | 0 | 111 | 1101 | 100101 | 11101 | 1010 | 111011 |
Color Harmonies of #A0958B
Complementary color
Monochromatic Colors of #A0958B
Black with #A0958B
Text Example
Text Example
White with #A0958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0958B; }
p { color: rgb(160,149,139); }
H1.HeaderClassName
{
color: #A0958B;
}
.AnyTagClassName
{
color: #A0958B;
}
</style>
background-color css
<style>
a { background-color: #A0958B; }
a { background-color: rgb(160,149,139); }
div.DivClassName
{
background-color: #A0958B;
}
.BgClassName
{
background-color: #A0958B;
}
</style>
border-color css
<style>
span { border-color: #A0958B; }
span { border-color: rgb(160,149,139); }
td.TdClassName
{
border-color: #A0958B;
}
.TagClassName
{
border-color: #A0958B;
}
</style>