Shades of Venus #A1858A
Tints of Venus #A1858A
RGB
CMYK
RGB Variations
Color information
#A1858A (or 0xA1858A) is known color: Venus. HEX triplet: A1, 85 and 8A. RGB value is (161,133,138). Sum of RGB (Red+Green+Blue) = 161+133+138=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1858A is #5E7A75. Grayscale: #8D8D8D. Windows color (decimal): -6191734 or 9078177. OLE color: 9078177.
HSL color Cylindrical-coordinate representation of color #A1858A: hue angle of 349.29º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1858A is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 138 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.37 |
| HSL | 349.29º | 0.13% | 0.58% | - |
| HSV(B) | 349.29º | 0.17% | 0.63% | - |
| XYZ | 27.67 | 26.19 | 27.64 | - |
| YUV | 141.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 138 | 0 | 0.17 | 0.14 | 0.37 | 349.29 | 0.13 | 0.58 |
| Hex | A1 | 85 | 8A | 0 | 11 | E | 25 | 15D | D | 3A |
| Octal | 241 | 205 | 212 | 0 | 21 | 16 | 45 | 535 | 15 | 72 |
| Binary | 10100001 | 10000101 | 10001010 | 0 | 10001 | 1110 | 100101 | 101011101 | 1101 | 111010 |
Color Harmonies of #A1858A
Complementary color
Monochromatic Colors of #A1858A
Black with #A1858A
Text Example
Text Example
White with #A1858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1858A; }
p { color: rgb(161,133,138); }
H1.HeaderClassName
{
color: #A1858A;
}
.AnyTagClassName
{
color: #A1858A;
}
</style>
background-color css
<style>
a { background-color: #A1858A; }
a { background-color: rgb(161,133,138); }
div.DivClassName
{
background-color: #A1858A;
}
.BgClassName
{
background-color: #A1858A;
}
</style>
border-color css
<style>
span { border-color: #A1858A; }
span { border-color: rgb(161,133,138); }
td.TdClassName
{
border-color: #A1858A;
}
.TagClassName
{
border-color: #A1858A;
}
</style>