Shades of Vin Rouge #A05762
Tints of Vin Rouge #A05762
RGB
CMYK
RGB Variations
Color information
#A05762 (or 0xA05762) is known color: Vin Rouge. HEX triplet: A0, 57 and 62. RGB value is (160,87,98). Sum of RGB (Red+Green+Blue) = 160+87+98=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A05762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05762 is #5FA89D. Grayscale: #6E6E6E. Windows color (decimal): -6269086 or 6444960. OLE color: 6444960.
HSL color Cylindrical-coordinate representation of color #A05762: hue angle of 350.96º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05762 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 98 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.37 |
| HSL | 350.96º | 0.3% | 0.48% | - |
| HSV(B) | 350.96º | 0.46% | 0.63% | - |
| XYZ | 20.11 | 15.17 | 13.42 | - |
| YUV | 110.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 98 | 0 | 0.46 | 0.39 | 0.37 | 350.96 | 0.3 | 0.48 |
| Hex | A0 | 57 | 62 | 0 | 2E | 27 | 25 | 15F | 1E | 30 |
| Octal | 240 | 127 | 142 | 0 | 56 | 47 | 45 | 537 | 36 | 60 |
| Binary | 10100000 | 1010111 | 1100010 | 0 | 101110 | 100111 | 100101 | 101011111 | 11110 | 110000 |
Color Harmonies of #A05762
Complementary color
Monochromatic Colors of #A05762
Black with #A05762
Text Example
Text Example
White with #A05762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05762; }
p { color: rgb(160,87,98); }
H1.HeaderClassName
{
color: #A05762;
}
.AnyTagClassName
{
color: #A05762;
}
</style>
background-color css
<style>
a { background-color: #A05762; }
a { background-color: rgb(160,87,98); }
div.DivClassName
{
background-color: #A05762;
}
.BgClassName
{
background-color: #A05762;
}
</style>
border-color css
<style>
span { border-color: #A05762; }
span { border-color: rgb(160,87,98); }
td.TdClassName
{
border-color: #A05762;
}
.TagClassName
{
border-color: #A05762;
}
</style>