Shades of Venus #A08B8E
Tints of Venus #A08B8E
RGB
CMYK
RGB Variations
Color information
#A08B8E (or 0xA08B8E) is known color: Venus. HEX triplet: A0, 8B and 8E. RGB value is (160,139,142). Sum of RGB (Red+Green+Blue) = 160+139+142=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08B8E is #5F7471. Grayscale: #919191. Windows color (decimal): -6255730 or 9341856. OLE color: 9341856.
HSL color Cylindrical-coordinate representation of color #A08B8E: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A08B8E is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 142 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.37 |
| HSL | 351.43º | 0.1% | 0.59% | - |
| HSV(B) | 351.43º | 0.13% | 0.63% | - |
| XYZ | 28.61 | 27.89 | 29.47 | - |
| YUV | 145.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 142 | 0 | 0.13 | 0.11 | 0.37 | 351.43 | 0.1 | 0.59 |
| Hex | A0 | 8B | 8E | 0 | D | B | 25 | 15F | A | 3B |
| Octal | 240 | 213 | 216 | 0 | 15 | 13 | 45 | 537 | 12 | 73 |
| Binary | 10100000 | 10001011 | 10001110 | 0 | 1101 | 1011 | 100101 | 101011111 | 1010 | 111011 |
Color Harmonies of #A08B8E
Complementary color
Monochromatic Colors of #A08B8E
Black with #A08B8E
Text Example
Text Example
White with #A08B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B8E; }
p { color: rgb(160,139,142); }
H1.HeaderClassName
{
color: #A08B8E;
}
.AnyTagClassName
{
color: #A08B8E;
}
</style>
background-color css
<style>
a { background-color: #A08B8E; }
a { background-color: rgb(160,139,142); }
div.DivClassName
{
background-color: #A08B8E;
}
.BgClassName
{
background-color: #A08B8E;
}
</style>
border-color css
<style>
span { border-color: #A08B8E; }
span { border-color: rgb(160,139,142); }
td.TdClassName
{
border-color: #A08B8E;
}
.TagClassName
{
border-color: #A08B8E;
}
</style>