Shades of Vin Rouge #A1566B
Tints of Vin Rouge #A1566B
RGB
CMYK
RGB Variations
Color information
#A1566B (or 0xA1566B) is known color: Vin Rouge. HEX triplet: A1, 56 and 6B. RGB value is (161,86,107). Sum of RGB (Red+Green+Blue) = 161+86+107=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1566B is #5EA994. Grayscale: #6E6E6E. Windows color (decimal): -6203797 or 7034529. OLE color: 7034529.
HSL color Cylindrical-coordinate representation of color #A1566B: hue angle of 343.2º 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 #A1566B is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 107 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.37 |
| HSL | 343.2º | 0.3% | 0.48% | - |
| HSV(B) | 343.2º | 0.47% | 0.63% | - |
| XYZ | 20.68 | 15.29 | 15.77 | - |
| YUV | 110.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 107 | 0 | 0.47 | 0.34 | 0.37 | 343.2 | 0.3 | 0.48 |
| Hex | A1 | 56 | 6B | 0 | 2F | 22 | 25 | 157 | 1E | 30 |
| Octal | 241 | 126 | 153 | 0 | 57 | 42 | 45 | 527 | 36 | 60 |
| Binary | 10100001 | 1010110 | 1101011 | 0 | 101111 | 100010 | 100101 | 101010111 | 11110 | 110000 |
Color Harmonies of #A1566B
Complementary color
Monochromatic Colors of #A1566B
Black with #A1566B
Text Example
Text Example
White with #A1566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1566B; }
p { color: rgb(161,86,107); }
H1.HeaderClassName
{
color: #A1566B;
}
.AnyTagClassName
{
color: #A1566B;
}
</style>
background-color css
<style>
a { background-color: #A1566B; }
a { background-color: rgb(161,86,107); }
div.DivClassName
{
background-color: #A1566B;
}
.BgClassName
{
background-color: #A1566B;
}
</style>
border-color css
<style>
span { border-color: #A1566B; }
span { border-color: rgb(161,86,107); }
td.TdClassName
{
border-color: #A1566B;
}
.TagClassName
{
border-color: #A1566B;
}
</style>