Shades of Venus #A18D90
Tints of Venus #A18D90
RGB
CMYK
RGB Variations
Color information
#A18D90 (or 0xA18D90) is known color: Venus. HEX triplet: A1, 8D and 90. RGB value is (161,141,144). Sum of RGB (Red+Green+Blue) = 161+141+144=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18D90 is #5E726F. Grayscale: #939393. Windows color (decimal): -6189680 or 9473441. OLE color: 9473441.
HSL color Cylindrical-coordinate representation of color #A18D90: hue angle of 351º 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 #A18D90 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 144 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.37 |
| HSL | 351º | 0.1% | 0.59% | - |
| HSV(B) | 351º | 0.12% | 0.63% | - |
| XYZ | 29.26 | 28.64 | 30.37 | - |
| YUV | 147.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 144 | 0 | 0.12 | 0.11 | 0.37 | 351 | 0.1 | 0.59 |
| Hex | A1 | 8D | 90 | 0 | C | B | 25 | 15F | A | 3B |
| Octal | 241 | 215 | 220 | 0 | 14 | 13 | 45 | 537 | 12 | 73 |
| Binary | 10100001 | 10001101 | 10010000 | 0 | 1100 | 1011 | 100101 | 101011111 | 1010 | 111011 |
Color Harmonies of #A18D90
Complementary color
Monochromatic Colors of #A18D90
Black with #A18D90
Text Example
Text Example
White with #A18D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D90; }
p { color: rgb(161,141,144); }
H1.HeaderClassName
{
color: #A18D90;
}
.AnyTagClassName
{
color: #A18D90;
}
</style>
background-color css
<style>
a { background-color: #A18D90; }
a { background-color: rgb(161,141,144); }
div.DivClassName
{
background-color: #A18D90;
}
.BgClassName
{
background-color: #A18D90;
}
</style>
border-color css
<style>
span { border-color: #A18D90; }
span { border-color: rgb(161,141,144); }
td.TdClassName
{
border-color: #A18D90;
}
.TagClassName
{
border-color: #A18D90;
}
</style>