Shades of Venus #A0868A
Tints of Venus #A0868A
RGB
CMYK
RGB Variations
Color information
#A0868A (or 0xA0868A) is known color: Venus. HEX triplet: A0, 86 and 8A. RGB value is (160,134,138). Sum of RGB (Red+Green+Blue) = 160+134+138=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0868A is #5F7975. Grayscale: #8E8E8E. Windows color (decimal): -6257014 or 9078432. OLE color: 9078432.
HSL color Cylindrical-coordinate representation of color #A0868A: hue angle of 350.77º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0868A is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 138 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.37 |
| HSL | 350.77º | 0.12% | 0.58% | - |
| HSV(B) | 350.77º | 0.16% | 0.63% | - |
| XYZ | 27.61 | 26.36 | 27.68 | - |
| YUV | 142.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 138 | 0 | 0.16 | 0.14 | 0.37 | 350.77 | 0.12 | 0.58 |
| Hex | A0 | 86 | 8A | 0 | 10 | E | 25 | 15F | C | 3A |
| Octal | 240 | 206 | 212 | 0 | 20 | 16 | 45 | 537 | 14 | 72 |
| Binary | 10100000 | 10000110 | 10001010 | 0 | 10000 | 1110 | 100101 | 101011111 | 1100 | 111010 |
Color Harmonies of #A0868A
Complementary color
Monochromatic Colors of #A0868A
Black with #A0868A
Text Example
Text Example
White with #A0868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0868A; }
p { color: rgb(160,134,138); }
H1.HeaderClassName
{
color: #A0868A;
}
.AnyTagClassName
{
color: #A0868A;
}
</style>
background-color css
<style>
a { background-color: #A0868A; }
a { background-color: rgb(160,134,138); }
div.DivClassName
{
background-color: #A0868A;
}
.BgClassName
{
background-color: #A0868A;
}
</style>
border-color css
<style>
span { border-color: #A0868A; }
span { border-color: rgb(160,134,138); }
td.TdClassName
{
border-color: #A0868A;
}
.TagClassName
{
border-color: #A0868A;
}
</style>