Shades of Venus #A2888E
Tints of Venus #A2888E
RGB
CMYK
RGB Variations
Color information
#A2888E (or 0xA2888E) is known color: Venus. HEX triplet: A2, 88 and 8E. RGB value is (162,136,142). Sum of RGB (Red+Green+Blue) = 162+136+142=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A2888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2888E is #5D7771. Grayscale: #909090. Windows color (decimal): -6125426 or 9341090. OLE color: 9341090.
HSL color Cylindrical-coordinate representation of color #A2888E: hue angle of 346.15º 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 #A2888E is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 142 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.36 |
| HSL | 346.15º | 0.12% | 0.58% | - |
| HSV(B) | 346.15º | 0.16% | 0.64% | - |
| XYZ | 28.59 | 27.24 | 29.34 | - |
| YUV | 144.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 142 | 0 | 0.16 | 0.12 | 0.36 | 346.15 | 0.12 | 0.58 |
| Hex | A2 | 88 | 8E | 0 | 10 | C | 24 | 15A | C | 3A |
| Octal | 242 | 210 | 216 | 0 | 20 | 14 | 44 | 532 | 14 | 72 |
| Binary | 10100010 | 10001000 | 10001110 | 0 | 10000 | 1100 | 100100 | 101011010 | 1100 | 111010 |
Color Harmonies of #A2888E
Complementary color
Monochromatic Colors of #A2888E
Black with #A2888E
Text Example
Text Example
White with #A2888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2888E; }
p { color: rgb(162,136,142); }
H1.HeaderClassName
{
color: #A2888E;
}
.AnyTagClassName
{
color: #A2888E;
}
</style>
background-color css
<style>
a { background-color: #A2888E; }
a { background-color: rgb(162,136,142); }
div.DivClassName
{
background-color: #A2888E;
}
.BgClassName
{
background-color: #A2888E;
}
</style>
border-color css
<style>
span { border-color: #A2888E; }
span { border-color: rgb(162,136,142); }
td.TdClassName
{
border-color: #A2888E;
}
.TagClassName
{
border-color: #A2888E;
}
</style>