Shades of Venus #A2828C
Tints of Venus #A2828C
RGB
CMYK
RGB Variations
Color information
#A2828C (or 0xA2828C) is known color: Venus. HEX triplet: A2, 82 and 8C. RGB value is (162,130,140). Sum of RGB (Red+Green+Blue) = 162+130+140=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2828C is #5D7D73. Grayscale: #8C8C8C. Windows color (decimal): -6126964 or 9208482. OLE color: 9208482.
HSL color Cylindrical-coordinate representation of color #A2828C: hue angle of 341.25º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2828C is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 140 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.36 |
| HSL | 341.25º | 0.15% | 0.57% | - |
| HSV(B) | 341.25º | 0.2% | 0.64% | - |
| XYZ | 27.62 | 25.54 | 28.29 | - |
| YUV | 140.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 140 | 0 | 0.20 | 0.14 | 0.36 | 341.25 | 0.15 | 0.57 |
| Hex | A2 | 82 | 8C | 0 | 14 | E | 24 | 155 | F | 39 |
| Octal | 242 | 202 | 214 | 0 | 24 | 16 | 44 | 525 | 17 | 71 |
| Binary | 10100010 | 10000010 | 10001100 | 0 | 10100 | 1110 | 100100 | 101010101 | 1111 | 111001 |
Color Harmonies of #A2828C
Complementary color
Monochromatic Colors of #A2828C
Black with #A2828C
Text Example
Text Example
White with #A2828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2828C; }
p { color: rgb(162,130,140); }
H1.HeaderClassName
{
color: #A2828C;
}
.AnyTagClassName
{
color: #A2828C;
}
</style>
background-color css
<style>
a { background-color: #A2828C; }
a { background-color: rgb(162,130,140); }
div.DivClassName
{
background-color: #A2828C;
}
.BgClassName
{
background-color: #A2828C;
}
</style>
border-color css
<style>
span { border-color: #A2828C; }
span { border-color: rgb(162,130,140); }
td.TdClassName
{
border-color: #A2828C;
}
.TagClassName
{
border-color: #A2828C;
}
</style>