Shades of Vin Rouge #A05765
Tints of Vin Rouge #A05765
RGB
CMYK
RGB Variations
Color information
#A05765 (or 0xA05765) is known color: Vin Rouge. HEX triplet: A0, 57 and 65. RGB value is (160,87,101). Sum of RGB (Red+Green+Blue) = 160+87+101=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A05765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05765 is #5FA89A. Grayscale: #6E6E6E. Windows color (decimal): -6269083 or 6641568. OLE color: 6641568.
HSL color Cylindrical-coordinate representation of color #A05765: hue angle of 348.49º 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 #A05765 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 101 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.37 |
| HSL | 348.49º | 0.3% | 0.48% | - |
| HSV(B) | 348.49º | 0.46% | 0.63% | - |
| XYZ | 20.25 | 15.23 | 14.18 | - |
| YUV | 110.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 101 | 0 | 0.46 | 0.37 | 0.37 | 348.49 | 0.3 | 0.48 |
| Hex | A0 | 57 | 65 | 0 | 2E | 25 | 25 | 15C | 1E | 30 |
| Octal | 240 | 127 | 145 | 0 | 56 | 45 | 45 | 534 | 36 | 60 |
| Binary | 10100000 | 1010111 | 1100101 | 0 | 101110 | 100101 | 100101 | 101011100 | 11110 | 110000 |
Color Harmonies of #A05765
Complementary color
Monochromatic Colors of #A05765
Black with #A05765
Text Example
Text Example
White with #A05765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05765; }
p { color: rgb(160,87,101); }
H1.HeaderClassName
{
color: #A05765;
}
.AnyTagClassName
{
color: #A05765;
}
</style>
background-color css
<style>
a { background-color: #A05765; }
a { background-color: rgb(160,87,101); }
div.DivClassName
{
background-color: #A05765;
}
.BgClassName
{
background-color: #A05765;
}
</style>
border-color css
<style>
span { border-color: #A05765; }
span { border-color: rgb(160,87,101); }
td.TdClassName
{
border-color: #A05765;
}
.TagClassName
{
border-color: #A05765;
}
</style>