Shades of Vin Rouge #A05965
Tints of Vin Rouge #A05965
RGB
CMYK
RGB Variations
Color information
#A05965 (or 0xA05965) is known color: Vin Rouge. HEX triplet: A0, 59 and 65. RGB value is (160,89,101). Sum of RGB (Red+Green+Blue) = 160+89+101=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A05965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05965 is #5FA69A. Grayscale: #6F6F6F. Windows color (decimal): -6268571 or 6642080. OLE color: 6642080.
HSL color Cylindrical-coordinate representation of color #A05965: hue angle of 349.86º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05965 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 101 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.37 |
| HSL | 349.86º | 0.29% | 0.49% | - |
| HSV(B) | 349.86º | 0.44% | 0.63% | - |
| XYZ | 20.42 | 15.56 | 14.24 | - |
| YUV | 111.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 101 | 0 | 0.44 | 0.37 | 0.37 | 349.86 | 0.29 | 0.49 |
| Hex | A0 | 59 | 65 | 0 | 2C | 25 | 25 | 15E | 1D | 31 |
| Octal | 240 | 131 | 145 | 0 | 54 | 45 | 45 | 536 | 35 | 61 |
| Binary | 10100000 | 1011001 | 1100101 | 0 | 101100 | 100101 | 100101 | 101011110 | 11101 | 110001 |
Color Harmonies of #A05965
Complementary color
Monochromatic Colors of #A05965
Black with #A05965
Text Example
Text Example
White with #A05965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05965; }
p { color: rgb(160,89,101); }
H1.HeaderClassName
{
color: #A05965;
}
.AnyTagClassName
{
color: #A05965;
}
</style>
background-color css
<style>
a { background-color: #A05965; }
a { background-color: rgb(160,89,101); }
div.DivClassName
{
background-color: #A05965;
}
.BgClassName
{
background-color: #A05965;
}
</style>
border-color css
<style>
span { border-color: #A05965; }
span { border-color: rgb(160,89,101); }
td.TdClassName
{
border-color: #A05965;
}
.TagClassName
{
border-color: #A05965;
}
</style>