Shades of Vin Rouge #A3566B
Tints of Vin Rouge #A3566B
RGB
CMYK
RGB Variations
Color information
#A3566B (or 0xA3566B) is known color: Vin Rouge. HEX triplet: A3, 56 and 6B. RGB value is (163,86,107). Sum of RGB (Red+Green+Blue) = 163+86+107=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3566B is #5CA994. Grayscale: #6F6F6F. Windows color (decimal): -6072725 or 7034531. OLE color: 7034531.
HSL color Cylindrical-coordinate representation of color #A3566B: hue angle of 343.64º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3566B is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 107 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.36 |
| HSL | 343.64º | 0.31% | 0.49% | - |
| HSV(B) | 343.64º | 0.47% | 0.64% | - |
| XYZ | 21.09 | 15.5 | 15.79 | - |
| YUV | 111.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 107 | 0 | 0.47 | 0.34 | 0.36 | 343.64 | 0.31 | 0.49 |
| Hex | A3 | 56 | 6B | 0 | 2F | 22 | 24 | 158 | 1F | 31 |
| Octal | 243 | 126 | 153 | 0 | 57 | 42 | 44 | 530 | 37 | 61 |
| Binary | 10100011 | 1010110 | 1101011 | 0 | 101111 | 100010 | 100100 | 101011000 | 11111 | 110001 |
Color Harmonies of #A3566B
Complementary color
Monochromatic Colors of #A3566B
Black with #A3566B
Text Example
Text Example
White with #A3566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3566B; }
p { color: rgb(163,86,107); }
H1.HeaderClassName
{
color: #A3566B;
}
.AnyTagClassName
{
color: #A3566B;
}
</style>
background-color css
<style>
a { background-color: #A3566B; }
a { background-color: rgb(163,86,107); }
div.DivClassName
{
background-color: #A3566B;
}
.BgClassName
{
background-color: #A3566B;
}
</style>
border-color css
<style>
span { border-color: #A3566B; }
span { border-color: rgb(163,86,107); }
td.TdClassName
{
border-color: #A3566B;
}
.TagClassName
{
border-color: #A3566B;
}
</style>