Shades of Vin Rouge #A3586A
Tints of Vin Rouge #A3586A
RGB
CMYK
RGB Variations
Color information
#A3586A (or 0xA3586A) is known color: Vin Rouge. HEX triplet: A3, 58 and 6A. RGB value is (163,88,106). Sum of RGB (Red+Green+Blue) = 163+88+106=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3586A is #5CA795. Grayscale: #707070. Windows color (decimal): -6072214 or 6969507. OLE color: 6969507.
HSL color Cylindrical-coordinate representation of color #A3586A: hue angle of 345.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3586A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 106 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.36 |
| HSL | 345.6º | 0.3% | 0.49% | - |
| HSV(B) | 345.6º | 0.46% | 0.64% | - |
| XYZ | 21.2 | 15.81 | 15.57 | - |
| YUV | 112.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 106 | 0 | 0.46 | 0.35 | 0.36 | 345.6 | 0.3 | 0.49 |
| Hex | A3 | 58 | 6A | 0 | 2E | 23 | 24 | 15A | 1E | 31 |
| Octal | 243 | 130 | 152 | 0 | 56 | 43 | 44 | 532 | 36 | 61 |
| Binary | 10100011 | 1011000 | 1101010 | 0 | 101110 | 100011 | 100100 | 101011010 | 11110 | 110001 |
Color Harmonies of #A3586A
Complementary color
Monochromatic Colors of #A3586A
Black with #A3586A
Text Example
Text Example
White with #A3586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3586A; }
p { color: rgb(163,88,106); }
H1.HeaderClassName
{
color: #A3586A;
}
.AnyTagClassName
{
color: #A3586A;
}
</style>
background-color css
<style>
a { background-color: #A3586A; }
a { background-color: rgb(163,88,106); }
div.DivClassName
{
background-color: #A3586A;
}
.BgClassName
{
background-color: #A3586A;
}
</style>
border-color css
<style>
span { border-color: #A3586A; }
span { border-color: rgb(163,88,106); }
td.TdClassName
{
border-color: #A3586A;
}
.TagClassName
{
border-color: #A3586A;
}
</style>