Shades of Vin Rouge #A05669
Tints of Vin Rouge #A05669
RGB
CMYK
RGB Variations
Color information
#A05669 (or 0xA05669) is known color: Vin Rouge. HEX triplet: A0, 56 and 69. RGB value is (160,86,105). Sum of RGB (Red+Green+Blue) = 160+86+105=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A05669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05669 is #5FA996. Grayscale: #6E6E6E. Windows color (decimal): -6269335 or 6903456. OLE color: 6903456.
HSL color Cylindrical-coordinate representation of color #A05669: hue angle of 344.59º 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 #A05669 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 105 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.37 |
| HSL | 344.59º | 0.3% | 0.48% | - |
| HSV(B) | 344.59º | 0.46% | 0.63% | - |
| XYZ | 20.37 | 15.15 | 15.21 | - |
| YUV | 110.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 105 | 0 | 0.46 | 0.34 | 0.37 | 344.59 | 0.3 | 0.48 |
| Hex | A0 | 56 | 69 | 0 | 2E | 22 | 25 | 159 | 1E | 30 |
| Octal | 240 | 126 | 151 | 0 | 56 | 42 | 45 | 531 | 36 | 60 |
| Binary | 10100000 | 1010110 | 1101001 | 0 | 101110 | 100010 | 100101 | 101011001 | 11110 | 110000 |
Color Harmonies of #A05669
Complementary color
Monochromatic Colors of #A05669
Black with #A05669
Text Example
Text Example
White with #A05669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05669; }
p { color: rgb(160,86,105); }
H1.HeaderClassName
{
color: #A05669;
}
.AnyTagClassName
{
color: #A05669;
}
</style>
background-color css
<style>
a { background-color: #A05669; }
a { background-color: rgb(160,86,105); }
div.DivClassName
{
background-color: #A05669;
}
.BgClassName
{
background-color: #A05669;
}
</style>
border-color css
<style>
span { border-color: #A05669; }
span { border-color: rgb(160,86,105); }
td.TdClassName
{
border-color: #A05669;
}
.TagClassName
{
border-color: #A05669;
}
</style>