Shades of Venus #A0888E
Tints of Venus #A0888E
RGB
CMYK
RGB Variations
Color information
#A0888E (or 0xA0888E) is known color: Venus. HEX triplet: A0, 88 and 8E. RGB value is (160,136,142). Sum of RGB (Red+Green+Blue) = 160+136+142=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A0888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0888E is #5F7771. Grayscale: #8F8F8F. Windows color (decimal): -6256498 or 9341088. OLE color: 9341088.
HSL color Cylindrical-coordinate representation of color #A0888E: hue angle of 345º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0888E is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 142 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.37 |
| HSL | 345º | 0.11% | 0.58% | - |
| HSV(B) | 345º | 0.15% | 0.63% | - |
| XYZ | 28.18 | 27.03 | 29.32 | - |
| YUV | 143.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 142 | 0 | 0.15 | 0.11 | 0.37 | 345 | 0.11 | 0.58 |
| Hex | A0 | 88 | 8E | 0 | F | B | 25 | 159 | B | 3A |
| Octal | 240 | 210 | 216 | 0 | 17 | 13 | 45 | 531 | 13 | 72 |
| Binary | 10100000 | 10001000 | 10001110 | 0 | 1111 | 1011 | 100101 | 101011001 | 1011 | 111010 |
Color Harmonies of #A0888E
Complementary color
Monochromatic Colors of #A0888E
Black with #A0888E
Text Example
Text Example
White with #A0888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0888E; }
p { color: rgb(160,136,142); }
H1.HeaderClassName
{
color: #A0888E;
}
.AnyTagClassName
{
color: #A0888E;
}
</style>
background-color css
<style>
a { background-color: #A0888E; }
a { background-color: rgb(160,136,142); }
div.DivClassName
{
background-color: #A0888E;
}
.BgClassName
{
background-color: #A0888E;
}
</style>
border-color css
<style>
span { border-color: #A0888E; }
span { border-color: rgb(160,136,142); }
td.TdClassName
{
border-color: #A0888E;
}
.TagClassName
{
border-color: #A0888E;
}
</style>