Shades of Venus #A1838C
Tints of Venus #A1838C
RGB
CMYK
RGB Variations
Color information
#A1838C (or 0xA1838C) is known color: Venus. HEX triplet: A1, 83 and 8C. RGB value is (161,131,140). Sum of RGB (Red+Green+Blue) = 161+131+140=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1838C is #5E7C73. Grayscale: #8C8C8C. Windows color (decimal): -6192244 or 9208737. OLE color: 9208737.
HSL color Cylindrical-coordinate representation of color #A1838C: hue angle of 342º 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 #A1838C is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 140 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.37 |
| HSL | 342º | 0.14% | 0.57% | - |
| HSV(B) | 342º | 0.19% | 0.63% | - |
| XYZ | 27.55 | 25.7 | 28.32 | - |
| YUV | 141 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 140 | 0 | 0.19 | 0.13 | 0.37 | 342 | 0.14 | 0.57 |
| Hex | A1 | 83 | 8C | 0 | 13 | D | 25 | 156 | E | 39 |
| Octal | 241 | 203 | 214 | 0 | 23 | 15 | 45 | 526 | 16 | 71 |
| Binary | 10100001 | 10000011 | 10001100 | 0 | 10011 | 1101 | 100101 | 101010110 | 1110 | 111001 |
Color Harmonies of #A1838C
Complementary color
Monochromatic Colors of #A1838C
Black with #A1838C
Text Example
Text Example
White with #A1838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1838C; }
p { color: rgb(161,131,140); }
H1.HeaderClassName
{
color: #A1838C;
}
.AnyTagClassName
{
color: #A1838C;
}
</style>
background-color css
<style>
a { background-color: #A1838C; }
a { background-color: rgb(161,131,140); }
div.DivClassName
{
background-color: #A1838C;
}
.BgClassName
{
background-color: #A1838C;
}
</style>
border-color css
<style>
span { border-color: #A1838C; }
span { border-color: rgb(161,131,140); }
td.TdClassName
{
border-color: #A1838C;
}
.TagClassName
{
border-color: #A1838C;
}
</style>