Shades of Venus #A0828C
Tints of Venus #A0828C
RGB
CMYK
RGB Variations
Color information
#A0828C (or 0xA0828C) is known color: Venus. HEX triplet: A0, 82 and 8C. RGB value is (160,130,140). Sum of RGB (Red+Green+Blue) = 160+130+140=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A0828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0828C is #5F7D73. Grayscale: #8C8C8C. Windows color (decimal): -6258036 or 9208480. OLE color: 9208480.
HSL color Cylindrical-coordinate representation of color #A0828C: hue angle of 340º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0828C is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 140 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.37 |
| HSL | 340º | 0.14% | 0.57% | - |
| HSV(B) | 340º | 0.19% | 0.63% | - |
| XYZ | 27.21 | 25.33 | 28.27 | - |
| YUV | 140.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 140 | 0 | 0.19 | 0.12 | 0.37 | 340 | 0.14 | 0.57 |
| Hex | A0 | 82 | 8C | 0 | 13 | C | 25 | 154 | E | 39 |
| Octal | 240 | 202 | 214 | 0 | 23 | 14 | 45 | 524 | 16 | 71 |
| Binary | 10100000 | 10000010 | 10001100 | 0 | 10011 | 1100 | 100101 | 101010100 | 1110 | 111001 |
Color Harmonies of #A0828C
Complementary color
Monochromatic Colors of #A0828C
Black with #A0828C
Text Example
Text Example
White with #A0828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0828C; }
p { color: rgb(160,130,140); }
H1.HeaderClassName
{
color: #A0828C;
}
.AnyTagClassName
{
color: #A0828C;
}
</style>
background-color css
<style>
a { background-color: #A0828C; }
a { background-color: rgb(160,130,140); }
div.DivClassName
{
background-color: #A0828C;
}
.BgClassName
{
background-color: #A0828C;
}
</style>
border-color css
<style>
span { border-color: #A0828C; }
span { border-color: rgb(160,130,140); }
td.TdClassName
{
border-color: #A0828C;
}
.TagClassName
{
border-color: #A0828C;
}
</style>