Shades of Venus #A08A8E
Tints of Venus #A08A8E
RGB
CMYK
RGB Variations
Color information
#A08A8E (or 0xA08A8E) is known color: Venus. HEX triplet: A0, 8A and 8E. RGB value is (160,138,142). Sum of RGB (Red+Green+Blue) = 160+138+142=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A8E is #5F7571. Grayscale: #919191. Windows color (decimal): -6255986 or 9341600. OLE color: 9341600.
HSL color Cylindrical-coordinate representation of color #A08A8E: hue angle of 349.09º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08A8E is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 142 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.37 |
| HSL | 349.09º | 0.1% | 0.58% | - |
| HSV(B) | 349.09º | 0.14% | 0.63% | - |
| XYZ | 28.47 | 27.6 | 29.42 | - |
| YUV | 145.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 142 | 0 | 0.14 | 0.11 | 0.37 | 349.09 | 0.1 | 0.58 |
| Hex | A0 | 8A | 8E | 0 | E | B | 25 | 15D | A | 3A |
| Octal | 240 | 212 | 216 | 0 | 16 | 13 | 45 | 535 | 12 | 72 |
| Binary | 10100000 | 10001010 | 10001110 | 0 | 1110 | 1011 | 100101 | 101011101 | 1010 | 111010 |
Color Harmonies of #A08A8E
Complementary color
Monochromatic Colors of #A08A8E
Black with #A08A8E
Text Example
Text Example
White with #A08A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A8E; }
p { color: rgb(160,138,142); }
H1.HeaderClassName
{
color: #A08A8E;
}
.AnyTagClassName
{
color: #A08A8E;
}
</style>
background-color css
<style>
a { background-color: #A08A8E; }
a { background-color: rgb(160,138,142); }
div.DivClassName
{
background-color: #A08A8E;
}
.BgClassName
{
background-color: #A08A8E;
}
</style>
border-color css
<style>
span { border-color: #A08A8E; }
span { border-color: rgb(160,138,142); }
td.TdClassName
{
border-color: #A08A8E;
}
.TagClassName
{
border-color: #A08A8E;
}
</style>