Shades of Vin Rouge #A3566D
Tints of Vin Rouge #A3566D
RGB
CMYK
RGB Variations
Color information
#A3566D (or 0xA3566D) is known color: Vin Rouge. HEX triplet: A3, 56 and 6D. RGB value is (163,86,109). Sum of RGB (Red+Green+Blue) = 163+86+109=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3566D is #5CA992. Grayscale: #6F6F6F. Windows color (decimal): -6072723 or 7165603. OLE color: 7165603.
HSL color Cylindrical-coordinate representation of color #A3566D: hue angle of 342.08º 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 #A3566D is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 109 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.36 |
| HSL | 342.08º | 0.31% | 0.49% | - |
| HSV(B) | 342.08º | 0.47% | 0.64% | - |
| XYZ | 21.19 | 15.55 | 16.35 | - |
| YUV | 111.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 109 | 0 | 0.47 | 0.33 | 0.36 | 342.08 | 0.31 | 0.49 |
| Hex | A3 | 56 | 6D | 0 | 2F | 21 | 24 | 156 | 1F | 31 |
| Octal | 243 | 126 | 155 | 0 | 57 | 41 | 44 | 526 | 37 | 61 |
| Binary | 10100011 | 1010110 | 1101101 | 0 | 101111 | 100001 | 100100 | 101010110 | 11111 | 110001 |
Color Harmonies of #A3566D
Complementary color
Monochromatic Colors of #A3566D
Black with #A3566D
Text Example
Text Example
White with #A3566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3566D; }
p { color: rgb(163,86,109); }
H1.HeaderClassName
{
color: #A3566D;
}
.AnyTagClassName
{
color: #A3566D;
}
</style>
background-color css
<style>
a { background-color: #A3566D; }
a { background-color: rgb(163,86,109); }
div.DivClassName
{
background-color: #A3566D;
}
.BgClassName
{
background-color: #A3566D;
}
</style>
border-color css
<style>
span { border-color: #A3566D; }
span { border-color: rgb(163,86,109); }
td.TdClassName
{
border-color: #A3566D;
}
.TagClassName
{
border-color: #A3566D;
}
</style>