Shades of Vin Rouge #A1546A
Tints of Vin Rouge #A1546A
RGB
CMYK
RGB Variations
Color information
#A1546A (or 0xA1546A) is known color: Vin Rouge. HEX triplet: A1, 54 and 6A. RGB value is (161,84,106). Sum of RGB (Red+Green+Blue) = 161+84+106=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1546A is #5EAB95. Grayscale: #6D6D6D. Windows color (decimal): -6204310 or 6968481. OLE color: 6968481.
HSL color Cylindrical-coordinate representation of color #A1546A: hue angle of 342.86º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1546A is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 106 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.37 |
| HSL | 342.86º | 0.31% | 0.48% | - |
| HSV(B) | 342.86º | 0.48% | 0.63% | - |
| XYZ | 20.47 | 14.96 | 15.44 | - |
| YUV | 109.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 106 | 0 | 0.48 | 0.34 | 0.37 | 342.86 | 0.31 | 0.48 |
| Hex | A1 | 54 | 6A | 0 | 30 | 22 | 25 | 157 | 1F | 30 |
| Octal | 241 | 124 | 152 | 0 | 60 | 42 | 45 | 527 | 37 | 60 |
| Binary | 10100001 | 1010100 | 1101010 | 0 | 110000 | 100010 | 100101 | 101010111 | 11111 | 110000 |
Color Harmonies of #A1546A
Complementary color
Monochromatic Colors of #A1546A
Black with #A1546A
Text Example
Text Example
White with #A1546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1546A; }
p { color: rgb(161,84,106); }
H1.HeaderClassName
{
color: #A1546A;
}
.AnyTagClassName
{
color: #A1546A;
}
</style>
background-color css
<style>
a { background-color: #A1546A; }
a { background-color: rgb(161,84,106); }
div.DivClassName
{
background-color: #A1546A;
}
.BgClassName
{
background-color: #A1546A;
}
</style>
border-color css
<style>
span { border-color: #A1546A; }
span { border-color: rgb(161,84,106); }
td.TdClassName
{
border-color: #A1546A;
}
.TagClassName
{
border-color: #A1546A;
}
</style>