Shades of Venus #A2888B
Tints of Venus #A2888B
RGB
CMYK
RGB Variations
Color information
#A2888B (or 0xA2888B) is known color: Venus. HEX triplet: A2, 88 and 8B. RGB value is (162,136,139). Sum of RGB (Red+Green+Blue) = 162+136+139=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2888B is #5D7774. Grayscale: #909090. Windows color (decimal): -6125429 or 9144482. OLE color: 9144482.
HSL color Cylindrical-coordinate representation of color #A2888B: hue angle of 353.08º 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 #A2888B is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 139 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.36 |
| HSL | 353.08º | 0.12% | 0.58% | - |
| HSV(B) | 353.08º | 0.16% | 0.64% | - |
| XYZ | 28.36 | 27.15 | 28.17 | - |
| YUV | 144.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 139 | 0 | 0.16 | 0.14 | 0.36 | 353.08 | 0.12 | 0.58 |
| Hex | A2 | 88 | 8B | 0 | 10 | E | 24 | 161 | C | 3A |
| Octal | 242 | 210 | 213 | 0 | 20 | 16 | 44 | 541 | 14 | 72 |
| Binary | 10100010 | 10001000 | 10001011 | 0 | 10000 | 1110 | 100100 | 101100001 | 1100 | 111010 |
Color Harmonies of #A2888B
Complementary color
Monochromatic Colors of #A2888B
Black with #A2888B
Text Example
Text Example
White with #A2888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2888B; }
p { color: rgb(162,136,139); }
H1.HeaderClassName
{
color: #A2888B;
}
.AnyTagClassName
{
color: #A2888B;
}
</style>
background-color css
<style>
a { background-color: #A2888B; }
a { background-color: rgb(162,136,139); }
div.DivClassName
{
background-color: #A2888B;
}
.BgClassName
{
background-color: #A2888B;
}
</style>
border-color css
<style>
span { border-color: #A2888B; }
span { border-color: rgb(162,136,139); }
td.TdClassName
{
border-color: #A2888B;
}
.TagClassName
{
border-color: #A2888B;
}
</style>