Shades of Vin Rouge #A05866
Tints of Vin Rouge #A05866
RGB
CMYK
RGB Variations
Color information
#A05866 (or 0xA05866) is known color: Vin Rouge. HEX triplet: A0, 58 and 66. RGB value is (160,88,102). Sum of RGB (Red+Green+Blue) = 160+88+102=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A05866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05866 is #5FA799. Grayscale: #6F6F6F. Windows color (decimal): -6268826 or 6707360. OLE color: 6707360.
HSL color Cylindrical-coordinate representation of color #A05866: hue angle of 348.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A05866 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 102 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.37 |
| HSL | 348.33º | 0.29% | 0.49% | - |
| HSV(B) | 348.33º | 0.45% | 0.63% | - |
| XYZ | 20.39 | 15.41 | 14.47 | - |
| YUV | 111.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 102 | 0 | 0.45 | 0.36 | 0.37 | 348.33 | 0.29 | 0.49 |
| Hex | A0 | 58 | 66 | 0 | 2D | 24 | 25 | 15C | 1D | 31 |
| Octal | 240 | 130 | 146 | 0 | 55 | 44 | 45 | 534 | 35 | 61 |
| Binary | 10100000 | 1011000 | 1100110 | 0 | 101101 | 100100 | 100101 | 101011100 | 11101 | 110001 |
Color Harmonies of #A05866
Complementary color
Monochromatic Colors of #A05866
Black with #A05866
Text Example
Text Example
White with #A05866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05866; }
p { color: rgb(160,88,102); }
H1.HeaderClassName
{
color: #A05866;
}
.AnyTagClassName
{
color: #A05866;
}
</style>
background-color css
<style>
a { background-color: #A05866; }
a { background-color: rgb(160,88,102); }
div.DivClassName
{
background-color: #A05866;
}
.BgClassName
{
background-color: #A05866;
}
</style>
border-color css
<style>
span { border-color: #A05866; }
span { border-color: rgb(160,88,102); }
td.TdClassName
{
border-color: #A05866;
}
.TagClassName
{
border-color: #A05866;
}
</style>