Shades of Venus #A1838D
Tints of Venus #A1838D
RGB
CMYK
RGB Variations
Color information
#A1838D (or 0xA1838D) is known color: Venus. HEX triplet: A1, 83 and 8D. RGB value is (161,131,141). Sum of RGB (Red+Green+Blue) = 161+131+141=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1838D is #5E7C72. Grayscale: #8D8D8D. Windows color (decimal): -6192243 or 9274273. OLE color: 9274273.
HSL color Cylindrical-coordinate representation of color #A1838D: hue angle of 340º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1838D is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 141 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.37 |
| HSL | 340º | 0.14% | 0.57% | - |
| HSV(B) | 340º | 0.19% | 0.63% | - |
| XYZ | 27.62 | 25.73 | 28.71 | - |
| YUV | 141.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 141 | 0 | 0.19 | 0.12 | 0.37 | 340 | 0.14 | 0.57 |
| Hex | A1 | 83 | 8D | 0 | 13 | C | 25 | 154 | E | 39 |
| Octal | 241 | 203 | 215 | 0 | 23 | 14 | 45 | 524 | 16 | 71 |
| Binary | 10100001 | 10000011 | 10001101 | 0 | 10011 | 1100 | 100101 | 101010100 | 1110 | 111001 |
Color Harmonies of #A1838D
Complementary color
Monochromatic Colors of #A1838D
Black with #A1838D
Text Example
Text Example
White with #A1838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1838D; }
p { color: rgb(161,131,141); }
H1.HeaderClassName
{
color: #A1838D;
}
.AnyTagClassName
{
color: #A1838D;
}
</style>
background-color css
<style>
a { background-color: #A1838D; }
a { background-color: rgb(161,131,141); }
div.DivClassName
{
background-color: #A1838D;
}
.BgClassName
{
background-color: #A1838D;
}
</style>
border-color css
<style>
span { border-color: #A1838D; }
span { border-color: rgb(161,131,141); }
td.TdClassName
{
border-color: #A1838D;
}
.TagClassName
{
border-color: #A1838D;
}
</style>