Shades of Vin Rouge #A15662
Tints of Vin Rouge #A15662
RGB
CMYK
RGB Variations
Color information
#A15662 (or 0xA15662) is known color: Vin Rouge. HEX triplet: A1, 56 and 62. RGB value is (161,86,98). Sum of RGB (Red+Green+Blue) = 161+86+98=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A15662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15662 is #5EA99D. Grayscale: #6D6D6D. Windows color (decimal): -6203806 or 6444705. OLE color: 6444705.
HSL color Cylindrical-coordinate representation of color #A15662: hue angle of 350.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15662 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 98 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.37 |
| HSL | 350.4º | 0.3% | 0.48% | - |
| HSV(B) | 350.4º | 0.47% | 0.63% | - |
| XYZ | 20.23 | 15.11 | 13.41 | - |
| YUV | 109.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 98 | 0 | 0.47 | 0.39 | 0.37 | 350.4 | 0.3 | 0.48 |
| Hex | A1 | 56 | 62 | 0 | 2F | 27 | 25 | 15E | 1E | 30 |
| Octal | 241 | 126 | 142 | 0 | 57 | 47 | 45 | 536 | 36 | 60 |
| Binary | 10100001 | 1010110 | 1100010 | 0 | 101111 | 100111 | 100101 | 101011110 | 11110 | 110000 |
Color Harmonies of #A15662
Complementary color
Monochromatic Colors of #A15662
Black with #A15662
Text Example
Text Example
White with #A15662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15662; }
p { color: rgb(161,86,98); }
H1.HeaderClassName
{
color: #A15662;
}
.AnyTagClassName
{
color: #A15662;
}
</style>
background-color css
<style>
a { background-color: #A15662; }
a { background-color: rgb(161,86,98); }
div.DivClassName
{
background-color: #A15662;
}
.BgClassName
{
background-color: #A15662;
}
</style>
border-color css
<style>
span { border-color: #A15662; }
span { border-color: rgb(161,86,98); }
td.TdClassName
{
border-color: #A15662;
}
.TagClassName
{
border-color: #A15662;
}
</style>