Shades of Vin Rouge #A1566C
Tints of Vin Rouge #A1566C
RGB
CMYK
RGB Variations
Color information
#A1566C (or 0xA1566C) is known color: Vin Rouge. HEX triplet: A1, 56 and 6C. RGB value is (161,86,108). Sum of RGB (Red+Green+Blue) = 161+86+108=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1566C is #5EA993. Grayscale: #6E6E6E. Windows color (decimal): -6203796 or 7100065. OLE color: 7100065.
HSL color Cylindrical-coordinate representation of color #A1566C: hue angle of 342.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1566C is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 108 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.37 |
| HSL | 342.4º | 0.3% | 0.48% | - |
| HSV(B) | 342.4º | 0.47% | 0.63% | - |
| XYZ | 20.73 | 15.32 | 16.05 | - |
| YUV | 110.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 108 | 0 | 0.47 | 0.33 | 0.37 | 342.4 | 0.3 | 0.48 |
| Hex | A1 | 56 | 6C | 0 | 2F | 21 | 25 | 156 | 1E | 30 |
| Octal | 241 | 126 | 154 | 0 | 57 | 41 | 45 | 526 | 36 | 60 |
| Binary | 10100001 | 1010110 | 1101100 | 0 | 101111 | 100001 | 100101 | 101010110 | 11110 | 110000 |
Color Harmonies of #A1566C
Complementary color
Monochromatic Colors of #A1566C
Black with #A1566C
Text Example
Text Example
White with #A1566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1566C; }
p { color: rgb(161,86,108); }
H1.HeaderClassName
{
color: #A1566C;
}
.AnyTagClassName
{
color: #A1566C;
}
</style>
background-color css
<style>
a { background-color: #A1566C; }
a { background-color: rgb(161,86,108); }
div.DivClassName
{
background-color: #A1566C;
}
.BgClassName
{
background-color: #A1566C;
}
</style>
border-color css
<style>
span { border-color: #A1566C; }
span { border-color: rgb(161,86,108); }
td.TdClassName
{
border-color: #A1566C;
}
.TagClassName
{
border-color: #A1566C;
}
</style>