Shades of Venus #A1828B
Tints of Venus #A1828B
RGB
CMYK
RGB Variations
Color information
#A1828B (or 0xA1828B) is known color: Venus. HEX triplet: A1, 82 and 8B. RGB value is (161,130,139). Sum of RGB (Red+Green+Blue) = 161+130+139=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A1828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1828B is #5E7D74. Grayscale: #8C8C8C. Windows color (decimal): -6192501 or 9142945. OLE color: 9142945.
HSL color Cylindrical-coordinate representation of color #A1828B: hue angle of 342.58º 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 #A1828B is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 139 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.37 |
| HSL | 342.58º | 0.14% | 0.57% | - |
| HSV(B) | 342.58º | 0.19% | 0.63% | - |
| XYZ | 27.34 | 25.41 | 27.89 | - |
| YUV | 140.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 139 | 0 | 0.19 | 0.14 | 0.37 | 342.58 | 0.14 | 0.57 |
| Hex | A1 | 82 | 8B | 0 | 13 | E | 25 | 157 | E | 39 |
| Octal | 241 | 202 | 213 | 0 | 23 | 16 | 45 | 527 | 16 | 71 |
| Binary | 10100001 | 10000010 | 10001011 | 0 | 10011 | 1110 | 100101 | 101010111 | 1110 | 111001 |
Color Harmonies of #A1828B
Complementary color
Monochromatic Colors of #A1828B
Black with #A1828B
Text Example
Text Example
White with #A1828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1828B; }
p { color: rgb(161,130,139); }
H1.HeaderClassName
{
color: #A1828B;
}
.AnyTagClassName
{
color: #A1828B;
}
</style>
background-color css
<style>
a { background-color: #A1828B; }
a { background-color: rgb(161,130,139); }
div.DivClassName
{
background-color: #A1828B;
}
.BgClassName
{
background-color: #A1828B;
}
</style>
border-color css
<style>
span { border-color: #A1828B; }
span { border-color: rgb(161,130,139); }
td.TdClassName
{
border-color: #A1828B;
}
.TagClassName
{
border-color: #A1828B;
}
</style>