Shades of Venus #A1868D
Tints of Venus #A1868D
RGB
CMYK
RGB Variations
Color information
#A1868D (or 0xA1868D) is known color: Venus. HEX triplet: A1, 86 and 8D. RGB value is (161,134,141). Sum of RGB (Red+Green+Blue) = 161+134+141=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1868D is #5E7972. Grayscale: #8E8E8E. Windows color (decimal): -6191475 or 9275041. OLE color: 9275041.
HSL color Cylindrical-coordinate representation of color #A1868D: hue angle of 344.44º 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 #A1868D is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 141 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.37 |
| HSL | 344.44º | 0.13% | 0.58% | - |
| HSV(B) | 344.44º | 0.17% | 0.63% | - |
| XYZ | 28.03 | 26.55 | 28.85 | - |
| YUV | 142.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 141 | 0 | 0.17 | 0.12 | 0.37 | 344.44 | 0.13 | 0.58 |
| Hex | A1 | 86 | 8D | 0 | 11 | C | 25 | 158 | D | 3A |
| Octal | 241 | 206 | 215 | 0 | 21 | 14 | 45 | 530 | 15 | 72 |
| Binary | 10100001 | 10000110 | 10001101 | 0 | 10001 | 1100 | 100101 | 101011000 | 1101 | 111010 |
Color Harmonies of #A1868D
Complementary color
Monochromatic Colors of #A1868D
Black with #A1868D
Text Example
Text Example
White with #A1868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1868D; }
p { color: rgb(161,134,141); }
H1.HeaderClassName
{
color: #A1868D;
}
.AnyTagClassName
{
color: #A1868D;
}
</style>
background-color css
<style>
a { background-color: #A1868D; }
a { background-color: rgb(161,134,141); }
div.DivClassName
{
background-color: #A1868D;
}
.BgClassName
{
background-color: #A1868D;
}
</style>
border-color css
<style>
span { border-color: #A1868D; }
span { border-color: rgb(161,134,141); }
td.TdClassName
{
border-color: #A1868D;
}
.TagClassName
{
border-color: #A1868D;
}
</style>