Shades of Venus #A1848E
Tints of Venus #A1848E
RGB
CMYK
RGB Variations
Color information
#A1848E (or 0xA1848E) is known color: Venus. HEX triplet: A1, 84 and 8E. RGB value is (161,132,142). Sum of RGB (Red+Green+Blue) = 161+132+142=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1848E is #5E7B71. Grayscale: #8D8D8D. Windows color (decimal): -6191986 or 9340065. OLE color: 9340065.
HSL color Cylindrical-coordinate representation of color #A1848E: hue angle of 339.31º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1848E is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 142 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.37 |
| HSL | 339.31º | 0.13% | 0.57% | - |
| HSV(B) | 339.31º | 0.18% | 0.63% | - |
| XYZ | 27.83 | 26.03 | 29.15 | - |
| YUV | 141.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 142 | 0 | 0.18 | 0.12 | 0.37 | 339.31 | 0.13 | 0.57 |
| Hex | A1 | 84 | 8E | 0 | 12 | C | 25 | 153 | D | 39 |
| Octal | 241 | 204 | 216 | 0 | 22 | 14 | 45 | 523 | 15 | 71 |
| Binary | 10100001 | 10000100 | 10001110 | 0 | 10010 | 1100 | 100101 | 101010011 | 1101 | 111001 |
Color Harmonies of #A1848E
Complementary color
Monochromatic Colors of #A1848E
Black with #A1848E
Text Example
Text Example
White with #A1848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1848E; }
p { color: rgb(161,132,142); }
H1.HeaderClassName
{
color: #A1848E;
}
.AnyTagClassName
{
color: #A1848E;
}
</style>
background-color css
<style>
a { background-color: #A1848E; }
a { background-color: rgb(161,132,142); }
div.DivClassName
{
background-color: #A1848E;
}
.BgClassName
{
background-color: #A1848E;
}
</style>
border-color css
<style>
span { border-color: #A1848E; }
span { border-color: rgb(161,132,142); }
td.TdClassName
{
border-color: #A1848E;
}
.TagClassName
{
border-color: #A1848E;
}
</style>