Shades of Venus #A2888D
Tints of Venus #A2888D
RGB
CMYK
RGB Variations
Color information
#A2888D (or 0xA2888D) is known color: Venus. HEX triplet: A2, 88 and 8D. RGB value is (162,136,141). Sum of RGB (Red+Green+Blue) = 162+136+141=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A2888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2888D is #5D7772. Grayscale: #909090. Windows color (decimal): -6125427 or 9275554. OLE color: 9275554.
HSL color Cylindrical-coordinate representation of color #A2888D: hue angle of 348.46º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2888D is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 141 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.36 |
| HSL | 348.46º | 0.12% | 0.58% | - |
| HSV(B) | 348.46º | 0.16% | 0.64% | - |
| XYZ | 28.51 | 27.21 | 28.95 | - |
| YUV | 144.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 141 | 0 | 0.16 | 0.13 | 0.36 | 348.46 | 0.12 | 0.58 |
| Hex | A2 | 88 | 8D | 0 | 10 | D | 24 | 15C | C | 3A |
| Octal | 242 | 210 | 215 | 0 | 20 | 15 | 44 | 534 | 14 | 72 |
| Binary | 10100010 | 10001000 | 10001101 | 0 | 10000 | 1101 | 100100 | 101011100 | 1100 | 111010 |
Color Harmonies of #A2888D
Complementary color
Monochromatic Colors of #A2888D
Black with #A2888D
Text Example
Text Example
White with #A2888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2888D; }
p { color: rgb(162,136,141); }
H1.HeaderClassName
{
color: #A2888D;
}
.AnyTagClassName
{
color: #A2888D;
}
</style>
background-color css
<style>
a { background-color: #A2888D; }
a { background-color: rgb(162,136,141); }
div.DivClassName
{
background-color: #A2888D;
}
.BgClassName
{
background-color: #A2888D;
}
</style>
border-color css
<style>
span { border-color: #A2888D; }
span { border-color: rgb(162,136,141); }
td.TdClassName
{
border-color: #A2888D;
}
.TagClassName
{
border-color: #A2888D;
}
</style>