Shades of Venus #A0858D
Tints of Venus #A0858D
RGB
CMYK
RGB Variations
Color information
#A0858D (or 0xA0858D) is known color: Venus. HEX triplet: A0, 85 and 8D. RGB value is (160,133,141). Sum of RGB (Red+Green+Blue) = 160+133+141=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0858D is #5F7A72. Grayscale: #8D8D8D. Windows color (decimal): -6257267 or 9274784. OLE color: 9274784.
HSL color Cylindrical-coordinate representation of color #A0858D: hue angle of 342.22º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0858D is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 141 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.37 |
| HSL | 342.22º | 0.12% | 0.57% | - |
| HSV(B) | 342.22º | 0.17% | 0.63% | - |
| XYZ | 27.69 | 26.17 | 28.79 | - |
| YUV | 141.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 141 | 0 | 0.17 | 0.12 | 0.37 | 342.22 | 0.12 | 0.57 |
| Hex | A0 | 85 | 8D | 0 | 11 | C | 25 | 156 | C | 39 |
| Octal | 240 | 205 | 215 | 0 | 21 | 14 | 45 | 526 | 14 | 71 |
| Binary | 10100000 | 10000101 | 10001101 | 0 | 10001 | 1100 | 100101 | 101010110 | 1100 | 111001 |
Color Harmonies of #A0858D
Complementary color
Monochromatic Colors of #A0858D
Black with #A0858D
Text Example
Text Example
White with #A0858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0858D; }
p { color: rgb(160,133,141); }
H1.HeaderClassName
{
color: #A0858D;
}
.AnyTagClassName
{
color: #A0858D;
}
</style>
background-color css
<style>
a { background-color: #A0858D; }
a { background-color: rgb(160,133,141); }
div.DivClassName
{
background-color: #A0858D;
}
.BgClassName
{
background-color: #A0858D;
}
</style>
border-color css
<style>
span { border-color: #A0858D; }
span { border-color: rgb(160,133,141); }
td.TdClassName
{
border-color: #A0858D;
}
.TagClassName
{
border-color: #A0858D;
}
</style>