Shades of Venus #A1838A
Tints of Venus #A1838A
RGB
CMYK
RGB Variations
Color information
#A1838A (or 0xA1838A) is known color: Venus. HEX triplet: A1, 83 and 8A. RGB value is (161,131,138). Sum of RGB (Red+Green+Blue) = 161+131+138=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A1838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1838A is #5E7C75. Grayscale: #8C8C8C. Windows color (decimal): -6192246 or 9077665. OLE color: 9077665.
HSL color Cylindrical-coordinate representation of color #A1838A: hue angle of 346º 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 #A1838A is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 138 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.37 |
| HSL | 346º | 0.14% | 0.57% | - |
| HSV(B) | 346º | 0.19% | 0.63% | - |
| XYZ | 27.4 | 25.64 | 27.55 | - |
| YUV | 140.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 138 | 0 | 0.19 | 0.14 | 0.37 | 346 | 0.14 | 0.57 |
| Hex | A1 | 83 | 8A | 0 | 13 | E | 25 | 15A | E | 39 |
| Octal | 241 | 203 | 212 | 0 | 23 | 16 | 45 | 532 | 16 | 71 |
| Binary | 10100001 | 10000011 | 10001010 | 0 | 10011 | 1110 | 100101 | 101011010 | 1110 | 111001 |
Color Harmonies of #A1838A
Complementary color
Monochromatic Colors of #A1838A
Black with #A1838A
Text Example
Text Example
White with #A1838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1838A; }
p { color: rgb(161,131,138); }
H1.HeaderClassName
{
color: #A1838A;
}
.AnyTagClassName
{
color: #A1838A;
}
</style>
background-color css
<style>
a { background-color: #A1838A; }
a { background-color: rgb(161,131,138); }
div.DivClassName
{
background-color: #A1838A;
}
.BgClassName
{
background-color: #A1838A;
}
</style>
border-color css
<style>
span { border-color: #A1838A; }
span { border-color: rgb(161,131,138); }
td.TdClassName
{
border-color: #A1838A;
}
.TagClassName
{
border-color: #A1838A;
}
</style>