Shades of Vin Rouge #A05460
Tints of Vin Rouge #A05460
RGB
CMYK
RGB Variations
Color information
#A05460 (or 0xA05460) is known color: Vin Rouge. HEX triplet: A0, 54 and 60. RGB value is (160,84,96). Sum of RGB (Red+Green+Blue) = 160+84+96=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A05460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05460 is #5FAB9F. Grayscale: #6C6C6C. Windows color (decimal): -6269856 or 6313120. OLE color: 6313120.
HSL color Cylindrical-coordinate representation of color #A05460: hue angle of 350.53º 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 #A05460 is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 84 | 96 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.37 |
| HSL | 350.53º | 0.31% | 0.48% | - |
| HSV(B) | 350.53º | 0.48% | 0.63% | - |
| XYZ | 19.78 | 14.66 | 12.85 | - |
| YUV | 108.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 96 | 0 | 0.48 | 0.4 | 0.37 | 350.53 | 0.31 | 0.48 |
| Hex | A0 | 54 | 60 | 0 | 30 | 28 | 25 | 15F | 1F | 30 |
| Octal | 240 | 124 | 140 | 0 | 60 | 50 | 45 | 537 | 37 | 60 |
| Binary | 10100000 | 1010100 | 1100000 | 0 | 110000 | 101000 | 100101 | 101011111 | 11111 | 110000 |
Color Harmonies of #A05460
Complementary color
Monochromatic Colors of #A05460
Black with #A05460
Text Example
Text Example
White with #A05460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05460; }
p { color: rgb(160,84,96); }
H1.HeaderClassName
{
color: #A05460;
}
.AnyTagClassName
{
color: #A05460;
}
</style>
background-color css
<style>
a { background-color: #A05460; }
a { background-color: rgb(160,84,96); }
div.DivClassName
{
background-color: #A05460;
}
.BgClassName
{
background-color: #A05460;
}
</style>
border-color css
<style>
span { border-color: #A05460; }
span { border-color: rgb(160,84,96); }
td.TdClassName
{
border-color: #A05460;
}
.TagClassName
{
border-color: #A05460;
}
</style>