Shades of Venus #A1828C
Tints of Venus #A1828C
RGB
CMYK
RGB Variations
Color information
#A1828C (or 0xA1828C) is known color: Venus. HEX triplet: A1, 82 and 8C. RGB value is (161,130,140). Sum of RGB (Red+Green+Blue) = 161+130+140=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A1828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1828C is #5E7D73. Grayscale: #8C8C8C. Windows color (decimal): -6192500 or 9208481. OLE color: 9208481.
HSL color Cylindrical-coordinate representation of color #A1828C: hue angle of 340.65º 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 #A1828C is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 140 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.37 |
| HSL | 340.65º | 0.14% | 0.57% | - |
| HSV(B) | 340.65º | 0.19% | 0.63% | - |
| XYZ | 27.41 | 25.44 | 28.28 | - |
| YUV | 140.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 140 | 0 | 0.19 | 0.13 | 0.37 | 340.65 | 0.14 | 0.57 |
| Hex | A1 | 82 | 8C | 0 | 13 | D | 25 | 155 | E | 39 |
| Octal | 241 | 202 | 214 | 0 | 23 | 15 | 45 | 525 | 16 | 71 |
| Binary | 10100001 | 10000010 | 10001100 | 0 | 10011 | 1101 | 100101 | 101010101 | 1110 | 111001 |
Color Harmonies of #A1828C
Complementary color
Monochromatic Colors of #A1828C
Black with #A1828C
Text Example
Text Example
White with #A1828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1828C; }
p { color: rgb(161,130,140); }
H1.HeaderClassName
{
color: #A1828C;
}
.AnyTagClassName
{
color: #A1828C;
}
</style>
background-color css
<style>
a { background-color: #A1828C; }
a { background-color: rgb(161,130,140); }
div.DivClassName
{
background-color: #A1828C;
}
.BgClassName
{
background-color: #A1828C;
}
</style>
border-color css
<style>
span { border-color: #A1828C; }
span { border-color: rgb(161,130,140); }
td.TdClassName
{
border-color: #A1828C;
}
.TagClassName
{
border-color: #A1828C;
}
</style>