Shades of Venus #A08D90
Tints of Venus #A08D90
RGB
CMYK
RGB Variations
Color information
#A08D90 (or 0xA08D90) is known color: Venus. HEX triplet: A0, 8D and 90. RGB value is (160,141,144). Sum of RGB (Red+Green+Blue) = 160+141+144=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D90 is #5F726F. Grayscale: #939393. Windows color (decimal): -6255216 or 9473440. OLE color: 9473440.
HSL color Cylindrical-coordinate representation of color #A08D90: hue angle of 350.53º degrees, saturation: 0.09, 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 #A08D90 is Cyan = 0, Magento = 0.12, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 144 | - |
| CMYK | 0 | 0.12 | 0.1 | 0.37 |
| HSL | 350.53º | 0.09% | 0.59% | - |
| HSV(B) | 350.53º | 0.12% | 0.63% | - |
| XYZ | 29.06 | 28.54 | 30.36 | - |
| YUV | 147.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 144 | 0 | 0.12 | 0.1 | 0.37 | 350.53 | 0.09 | 0.59 |
| Hex | A0 | 8D | 90 | 0 | C | A | 25 | 15F | 9 | 3B |
| Octal | 240 | 215 | 220 | 0 | 14 | 12 | 45 | 537 | 11 | 73 |
| Binary | 10100000 | 10001101 | 10010000 | 0 | 1100 | 1010 | 100101 | 101011111 | 1001 | 111011 |
Color Harmonies of #A08D90
Complementary color
Monochromatic Colors of #A08D90
Black with #A08D90
Text Example
Text Example
White with #A08D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D90; }
p { color: rgb(160,141,144); }
H1.HeaderClassName
{
color: #A08D90;
}
.AnyTagClassName
{
color: #A08D90;
}
</style>
background-color css
<style>
a { background-color: #A08D90; }
a { background-color: rgb(160,141,144); }
div.DivClassName
{
background-color: #A08D90;
}
.BgClassName
{
background-color: #A08D90;
}
</style>
border-color css
<style>
span { border-color: #A08D90; }
span { border-color: rgb(160,141,144); }
td.TdClassName
{
border-color: #A08D90;
}
.TagClassName
{
border-color: #A08D90;
}
</style>