Shades of Vin Rouge #A3506A
Tints of Vin Rouge #A3506A
RGB
CMYK
RGB Variations
Color information
#A3506A (or 0xA3506A) is known color: Vin Rouge. HEX triplet: A3, 50 and 6A. RGB value is (163,80,106). Sum of RGB (Red+Green+Blue) = 163+80+106=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A3506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3506A is #5CAF95. Grayscale: #6B6B6B. Windows color (decimal): -6074262 or 6967459. OLE color: 6967459.
HSL color Cylindrical-coordinate representation of color #A3506A: hue angle of 341.2º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3506A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 106 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.36 |
| HSL | 341.2º | 0.34% | 0.48% | - |
| HSV(B) | 341.2º | 0.51% | 0.64% | - |
| XYZ | 20.57 | 14.56 | 15.36 | - |
| YUV | 107.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 106 | 0 | 0.51 | 0.35 | 0.36 | 341.2 | 0.34 | 0.48 |
| Hex | A3 | 50 | 6A | 0 | 33 | 23 | 24 | 155 | 22 | 30 |
| Octal | 243 | 120 | 152 | 0 | 63 | 43 | 44 | 525 | 42 | 60 |
| Binary | 10100011 | 1010000 | 1101010 | 0 | 110011 | 100011 | 100100 | 101010101 | 100010 | 110000 |
Color Harmonies of #A3506A
Complementary color
Monochromatic Colors of #A3506A
Black with #A3506A
Text Example
Text Example
White with #A3506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3506A; }
p { color: rgb(163,80,106); }
H1.HeaderClassName
{
color: #A3506A;
}
.AnyTagClassName
{
color: #A3506A;
}
</style>
background-color css
<style>
a { background-color: #A3506A; }
a { background-color: rgb(163,80,106); }
div.DivClassName
{
background-color: #A3506A;
}
.BgClassName
{
background-color: #A3506A;
}
</style>
border-color css
<style>
span { border-color: #A3506A; }
span { border-color: rgb(163,80,106); }
td.TdClassName
{
border-color: #A3506A;
}
.TagClassName
{
border-color: #A3506A;
}
</style>