Shades of Vin Rouge #A05D5E
Tints of Vin Rouge #A05D5E
RGB
CMYK
RGB Variations
Color information
#A05D5E (or 0xA05D5E) is known color: Vin Rouge. HEX triplet: A0, 5D and 5E. RGB value is (160,93,94). Sum of RGB (Red+Green+Blue) = 160+93+94=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D5E is #5FA2A1. Grayscale: #717171. Windows color (decimal): -6267554 or 6184352. OLE color: 6184352.
HSL color Cylindrical-coordinate representation of color #A05D5E: hue angle of 359.1º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05D5E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 94 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.37 |
| HSL | 359.1º | 0.26% | 0.5% | - |
| HSV(B) | 359.1º | 0.42% | 0.63% | - |
| XYZ | 20.43 | 16.11 | 12.62 | - |
| YUV | 113.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 94 | 0 | 0.42 | 0.41 | 0.37 | 359.1 | 0.26 | 0.5 |
| Hex | A0 | 5D | 5E | 0 | 2A | 29 | 25 | 167 | 1A | 32 |
| Octal | 240 | 135 | 136 | 0 | 52 | 51 | 45 | 547 | 32 | 62 |
| Binary | 10100000 | 1011101 | 1011110 | 0 | 101010 | 101001 | 100101 | 101100111 | 11010 | 110010 |
Color Harmonies of #A05D5E
Complementary color
Monochromatic Colors of #A05D5E
Black with #A05D5E
Text Example
Text Example
White with #A05D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D5E; }
p { color: rgb(160,93,94); }
H1.HeaderClassName
{
color: #A05D5E;
}
.AnyTagClassName
{
color: #A05D5E;
}
</style>
background-color css
<style>
a { background-color: #A05D5E; }
a { background-color: rgb(160,93,94); }
div.DivClassName
{
background-color: #A05D5E;
}
.BgClassName
{
background-color: #A05D5E;
}
</style>
border-color css
<style>
span { border-color: #A05D5E; }
span { border-color: rgb(160,93,94); }
td.TdClassName
{
border-color: #A05D5E;
}
.TagClassName
{
border-color: #A05D5E;
}
</style>