Shades of Vin Rouge #A1586C
Tints of Vin Rouge #A1586C
RGB
CMYK
RGB Variations
Color information
#A1586C (or 0xA1586C) is known color: Vin Rouge. HEX triplet: A1, 58 and 6C. RGB value is (161,88,108). Sum of RGB (Red+Green+Blue) = 161+88+108=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1586C is #5EA793. Grayscale: #707070. Windows color (decimal): -6203284 or 7100577. OLE color: 7100577.
HSL color Cylindrical-coordinate representation of color #A1586C: hue angle of 343.56º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1586C is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 108 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.37 |
| HSL | 343.56º | 0.29% | 0.49% | - |
| HSV(B) | 343.56º | 0.45% | 0.63% | - |
| XYZ | 20.89 | 15.64 | 16.1 | - |
| YUV | 112.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 108 | 0 | 0.45 | 0.33 | 0.37 | 343.56 | 0.29 | 0.49 |
| Hex | A1 | 58 | 6C | 0 | 2D | 21 | 25 | 158 | 1D | 31 |
| Octal | 241 | 130 | 154 | 0 | 55 | 41 | 45 | 530 | 35 | 61 |
| Binary | 10100001 | 1011000 | 1101100 | 0 | 101101 | 100001 | 100101 | 101011000 | 11101 | 110001 |
Color Harmonies of #A1586C
Complementary color
Monochromatic Colors of #A1586C
Black with #A1586C
Text Example
Text Example
White with #A1586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1586C; }
p { color: rgb(161,88,108); }
H1.HeaderClassName
{
color: #A1586C;
}
.AnyTagClassName
{
color: #A1586C;
}
</style>
background-color css
<style>
a { background-color: #A1586C; }
a { background-color: rgb(161,88,108); }
div.DivClassName
{
background-color: #A1586C;
}
.BgClassName
{
background-color: #A1586C;
}
</style>
border-color css
<style>
span { border-color: #A1586C; }
span { border-color: rgb(161,88,108); }
td.TdClassName
{
border-color: #A1586C;
}
.TagClassName
{
border-color: #A1586C;
}
</style>