Shades of Venus #A0888B
Tints of Venus #A0888B
RGB
CMYK
RGB Variations
Color information
#A0888B (or 0xA0888B) is known color: Venus. HEX triplet: A0, 88 and 8B. RGB value is (160,136,139). Sum of RGB (Red+Green+Blue) = 160+136+139=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0888B is #5F7774. Grayscale: #8F8F8F. Windows color (decimal): -6256501 or 9144480. OLE color: 9144480.
HSL color Cylindrical-coordinate representation of color #A0888B: hue angle of 352.5º 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 #A0888B is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 139 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.37 |
| HSL | 352.5º | 0.11% | 0.58% | - |
| HSV(B) | 352.5º | 0.15% | 0.63% | - |
| XYZ | 27.96 | 26.95 | 28.15 | - |
| YUV | 143.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 139 | 0 | 0.15 | 0.13 | 0.37 | 352.5 | 0.11 | 0.58 |
| Hex | A0 | 88 | 8B | 0 | F | D | 25 | 160 | B | 3A |
| Octal | 240 | 210 | 213 | 0 | 17 | 15 | 45 | 540 | 13 | 72 |
| Binary | 10100000 | 10001000 | 10001011 | 0 | 1111 | 1101 | 100101 | 101100000 | 1011 | 111010 |
Color Harmonies of #A0888B
Complementary color
Monochromatic Colors of #A0888B
Black with #A0888B
Text Example
Text Example
White with #A0888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0888B; }
p { color: rgb(160,136,139); }
H1.HeaderClassName
{
color: #A0888B;
}
.AnyTagClassName
{
color: #A0888B;
}
</style>
background-color css
<style>
a { background-color: #A0888B; }
a { background-color: rgb(160,136,139); }
div.DivClassName
{
background-color: #A0888B;
}
.BgClassName
{
background-color: #A0888B;
}
</style>
border-color css
<style>
span { border-color: #A0888B; }
span { border-color: rgb(160,136,139); }
td.TdClassName
{
border-color: #A0888B;
}
.TagClassName
{
border-color: #A0888B;
}
</style>