Shades of Vin Rouge #A5516A
Tints of Vin Rouge #A5516A
RGB
CMYK
RGB Variations
Color information
#A5516A (or 0xA5516A) is known color: Vin Rouge. HEX triplet: A5, 51 and 6A. RGB value is (165,81,106). Sum of RGB (Red+Green+Blue) = 165+81+106=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5516A is #5AAE95. Grayscale: #6C6C6C. Windows color (decimal): -5942934 or 6967717. OLE color: 6967717.
HSL color Cylindrical-coordinate representation of color #A5516A: hue angle of 342.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5516A is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 106 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.35 |
| HSL | 342.14º | 0.34% | 0.48% | - |
| HSV(B) | 342.14º | 0.51% | 0.65% | - |
| XYZ | 21.06 | 14.92 | 15.41 | - |
| YUV | 108.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 106 | 0 | 0.51 | 0.36 | 0.35 | 342.14 | 0.34 | 0.48 |
| Hex | A5 | 51 | 6A | 0 | 33 | 24 | 23 | 156 | 22 | 30 |
| Octal | 245 | 121 | 152 | 0 | 63 | 44 | 43 | 526 | 42 | 60 |
| Binary | 10100101 | 1010001 | 1101010 | 0 | 110011 | 100100 | 100011 | 101010110 | 100010 | 110000 |
Color Harmonies of #A5516A
Complementary color
Monochromatic Colors of #A5516A
Black with #A5516A
Text Example
Text Example
White with #A5516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5516A; }
p { color: rgb(165,81,106); }
H1.HeaderClassName
{
color: #A5516A;
}
.AnyTagClassName
{
color: #A5516A;
}
</style>
background-color css
<style>
a { background-color: #A5516A; }
a { background-color: rgb(165,81,106); }
div.DivClassName
{
background-color: #A5516A;
}
.BgClassName
{
background-color: #A5516A;
}
</style>
border-color css
<style>
span { border-color: #A5516A; }
span { border-color: rgb(165,81,106); }
td.TdClassName
{
border-color: #A5516A;
}
.TagClassName
{
border-color: #A5516A;
}
</style>