Shades of Venus #A08C90
Tints of Venus #A08C90
RGB
CMYK
RGB Variations
Color information
#A08C90 (or 0xA08C90) is known color: Venus. HEX triplet: A0, 8C and 90. RGB value is (160,140,144). Sum of RGB (Red+Green+Blue) = 160+140+144=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08C90 is #5F736F. Grayscale: #929292. Windows color (decimal): -6255472 or 9473184. OLE color: 9473184.
HSL color Cylindrical-coordinate representation of color #A08C90: hue angle of 348º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A08C90 is Cyan = 0, Magento = 0.12, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 144 | - |
| CMYK | 0 | 0.12 | 0.1 | 0.37 |
| HSL | 348º | 0.1% | 0.59% | - |
| HSV(B) | 348º | 0.13% | 0.63% | - |
| XYZ | 28.91 | 28.24 | 30.31 | - |
| YUV | 146.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 144 | 0 | 0.12 | 0.1 | 0.37 | 348 | 0.1 | 0.59 |
| Hex | A0 | 8C | 90 | 0 | C | A | 25 | 15C | A | 3B |
| Octal | 240 | 214 | 220 | 0 | 14 | 12 | 45 | 534 | 12 | 73 |
| Binary | 10100000 | 10001100 | 10010000 | 0 | 1100 | 1010 | 100101 | 101011100 | 1010 | 111011 |
Color Harmonies of #A08C90
Complementary color
Monochromatic Colors of #A08C90
Black with #A08C90
Text Example
Text Example
White with #A08C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C90; }
p { color: rgb(160,140,144); }
H1.HeaderClassName
{
color: #A08C90;
}
.AnyTagClassName
{
color: #A08C90;
}
</style>
background-color css
<style>
a { background-color: #A08C90; }
a { background-color: rgb(160,140,144); }
div.DivClassName
{
background-color: #A08C90;
}
.BgClassName
{
background-color: #A08C90;
}
</style>
border-color css
<style>
span { border-color: #A08C90; }
span { border-color: rgb(160,140,144); }
td.TdClassName
{
border-color: #A08C90;
}
.TagClassName
{
border-color: #A08C90;
}
</style>