Shades of Venus #A1848C
Tints of Venus #A1848C
RGB
CMYK
RGB Variations
Color information
#A1848C (or 0xA1848C) is known color: Venus. HEX triplet: A1, 84 and 8C. RGB value is (161,132,140). Sum of RGB (Red+Green+Blue) = 161+132+140=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1848C is #5E7B73. Grayscale: #8D8D8D. Windows color (decimal): -6191988 or 9208993. OLE color: 9208993.
HSL color Cylindrical-coordinate representation of color #A1848C: hue angle of 343.45º 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 #A1848C is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 140 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.37 |
| HSL | 343.45º | 0.13% | 0.57% | - |
| HSV(B) | 343.45º | 0.18% | 0.63% | - |
| XYZ | 27.68 | 25.97 | 28.37 | - |
| YUV | 141.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 140 | 0 | 0.18 | 0.13 | 0.37 | 343.45 | 0.13 | 0.57 |
| Hex | A1 | 84 | 8C | 0 | 12 | D | 25 | 157 | D | 39 |
| Octal | 241 | 204 | 214 | 0 | 22 | 15 | 45 | 527 | 15 | 71 |
| Binary | 10100001 | 10000100 | 10001100 | 0 | 10010 | 1101 | 100101 | 101010111 | 1101 | 111001 |
Color Harmonies of #A1848C
Complementary color
Monochromatic Colors of #A1848C
Black with #A1848C
Text Example
Text Example
White with #A1848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1848C; }
p { color: rgb(161,132,140); }
H1.HeaderClassName
{
color: #A1848C;
}
.AnyTagClassName
{
color: #A1848C;
}
</style>
background-color css
<style>
a { background-color: #A1848C; }
a { background-color: rgb(161,132,140); }
div.DivClassName
{
background-color: #A1848C;
}
.BgClassName
{
background-color: #A1848C;
}
</style>
border-color css
<style>
span { border-color: #A1848C; }
span { border-color: rgb(161,132,140); }
td.TdClassName
{
border-color: #A1848C;
}
.TagClassName
{
border-color: #A1848C;
}
</style>