Shades of Venus #A2868D
Tints of Venus #A2868D
RGB
CMYK
RGB Variations
Color information
#A2868D (or 0xA2868D) is known color: Venus. HEX triplet: A2, 86 and 8D. RGB value is (162,134,141). Sum of RGB (Red+Green+Blue) = 162+134+141=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2868D is #5D7972. Grayscale: #8F8F8F. Windows color (decimal): -6125939 or 9275042. OLE color: 9275042.
HSL color Cylindrical-coordinate representation of color #A2868D: hue angle of 345º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2868D is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 141 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.36 |
| HSL | 345º | 0.13% | 0.58% | - |
| HSV(B) | 345º | 0.17% | 0.64% | - |
| XYZ | 28.23 | 26.65 | 28.86 | - |
| YUV | 143.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 141 | 0 | 0.17 | 0.13 | 0.36 | 345 | 0.13 | 0.58 |
| Hex | A2 | 86 | 8D | 0 | 11 | D | 24 | 159 | D | 3A |
| Octal | 242 | 206 | 215 | 0 | 21 | 15 | 44 | 531 | 15 | 72 |
| Binary | 10100010 | 10000110 | 10001101 | 0 | 10001 | 1101 | 100100 | 101011001 | 1101 | 111010 |
Color Harmonies of #A2868D
Complementary color
Monochromatic Colors of #A2868D
Black with #A2868D
Text Example
Text Example
White with #A2868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2868D; }
p { color: rgb(162,134,141); }
H1.HeaderClassName
{
color: #A2868D;
}
.AnyTagClassName
{
color: #A2868D;
}
</style>
background-color css
<style>
a { background-color: #A2868D; }
a { background-color: rgb(162,134,141); }
div.DivClassName
{
background-color: #A2868D;
}
.BgClassName
{
background-color: #A2868D;
}
</style>
border-color css
<style>
span { border-color: #A2868D; }
span { border-color: rgb(162,134,141); }
td.TdClassName
{
border-color: #A2868D;
}
.TagClassName
{
border-color: #A2868D;
}
</style>