Shades of Venus #A08E8F
Tints of Venus #A08E8F
RGB
CMYK
RGB Variations
Color information
#A08E8F (or 0xA08E8F) is known color: Venus. HEX triplet: A0, 8E and 8F. RGB value is (160,142,143). Sum of RGB (Red+Green+Blue) = 160+142+143=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08E8F is #5F7170. Grayscale: #939393. Windows color (decimal): -6254961 or 9408160. OLE color: 9408160.
HSL color Cylindrical-coordinate representation of color #A08E8F: hue angle of 356.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A08E8F is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 143 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.37 |
| HSL | 356.67º | 0.09% | 0.59% | - |
| HSV(B) | 356.67º | 0.11% | 0.63% | - |
| XYZ | 29.13 | 28.8 | 30.01 | - |
| YUV | 147.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 143 | 0 | 0.11 | 0.11 | 0.37 | 356.67 | 0.09 | 0.59 |
| Hex | A0 | 8E | 8F | 0 | B | B | 25 | 165 | 9 | 3B |
| Octal | 240 | 216 | 217 | 0 | 13 | 13 | 45 | 545 | 11 | 73 |
| Binary | 10100000 | 10001110 | 10001111 | 0 | 1011 | 1011 | 100101 | 101100101 | 1001 | 111011 |
Color Harmonies of #A08E8F
Complementary color
Monochromatic Colors of #A08E8F
Black with #A08E8F
Text Example
Text Example
White with #A08E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E8F; }
p { color: rgb(160,142,143); }
H1.HeaderClassName
{
color: #A08E8F;
}
.AnyTagClassName
{
color: #A08E8F;
}
</style>
background-color css
<style>
a { background-color: #A08E8F; }
a { background-color: rgb(160,142,143); }
div.DivClassName
{
background-color: #A08E8F;
}
.BgClassName
{
background-color: #A08E8F;
}
</style>
border-color css
<style>
span { border-color: #A08E8F; }
span { border-color: rgb(160,142,143); }
td.TdClassName
{
border-color: #A08E8F;
}
.TagClassName
{
border-color: #A08E8F;
}
</style>