Shades of Venus #A0858B
Tints of Venus #A0858B
RGB
CMYK
RGB Variations
Color information
#A0858B (or 0xA0858B) is known color: Venus. HEX triplet: A0, 85 and 8B. RGB value is (160,133,139). Sum of RGB (Red+Green+Blue) = 160+133+139=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0858B is #5F7A74. Grayscale: #8D8D8D. Windows color (decimal): -6257269 or 9143712. OLE color: 9143712.
HSL color Cylindrical-coordinate representation of color #A0858B: hue angle of 346.67º 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 #A0858B is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 139 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.37 |
| HSL | 346.67º | 0.12% | 0.57% | - |
| HSV(B) | 346.67º | 0.17% | 0.63% | - |
| XYZ | 27.54 | 26.11 | 28.01 | - |
| YUV | 141.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 139 | 0 | 0.17 | 0.13 | 0.37 | 346.67 | 0.12 | 0.57 |
| Hex | A0 | 85 | 8B | 0 | 11 | D | 25 | 15B | C | 39 |
| Octal | 240 | 205 | 213 | 0 | 21 | 15 | 45 | 533 | 14 | 71 |
| Binary | 10100000 | 10000101 | 10001011 | 0 | 10001 | 1101 | 100101 | 101011011 | 1100 | 111001 |
Color Harmonies of #A0858B
Complementary color
Monochromatic Colors of #A0858B
Black with #A0858B
Text Example
Text Example
White with #A0858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0858B; }
p { color: rgb(160,133,139); }
H1.HeaderClassName
{
color: #A0858B;
}
.AnyTagClassName
{
color: #A0858B;
}
</style>
background-color css
<style>
a { background-color: #A0858B; }
a { background-color: rgb(160,133,139); }
div.DivClassName
{
background-color: #A0858B;
}
.BgClassName
{
background-color: #A0858B;
}
</style>
border-color css
<style>
span { border-color: #A0858B; }
span { border-color: rgb(160,133,139); }
td.TdClassName
{
border-color: #A0858B;
}
.TagClassName
{
border-color: #A0858B;
}
</style>