Shades of Vin Rouge #A15469
Tints of Vin Rouge #A15469
RGB
CMYK
RGB Variations
Color information
#A15469 (or 0xA15469) is known color: Vin Rouge. HEX triplet: A1, 54 and 69. RGB value is (161,84,105). Sum of RGB (Red+Green+Blue) = 161+84+105=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A15469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15469 is #5EAB96. Grayscale: #6D6D6D. Windows color (decimal): -6204311 or 6902945. OLE color: 6902945.
HSL color Cylindrical-coordinate representation of color #A15469: hue angle of 343.64º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15469 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 105 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.37 |
| HSL | 343.64º | 0.31% | 0.48% | - |
| HSV(B) | 343.64º | 0.48% | 0.63% | - |
| XYZ | 20.42 | 14.94 | 15.17 | - |
| YUV | 109.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 105 | 0 | 0.48 | 0.35 | 0.37 | 343.64 | 0.31 | 0.48 |
| Hex | A1 | 54 | 69 | 0 | 30 | 23 | 25 | 158 | 1F | 30 |
| Octal | 241 | 124 | 151 | 0 | 60 | 43 | 45 | 530 | 37 | 60 |
| Binary | 10100001 | 1010100 | 1101001 | 0 | 110000 | 100011 | 100101 | 101011000 | 11111 | 110000 |
Color Harmonies of #A15469
Complementary color
Monochromatic Colors of #A15469
Black with #A15469
Text Example
Text Example
White with #A15469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15469; }
p { color: rgb(161,84,105); }
H1.HeaderClassName
{
color: #A15469;
}
.AnyTagClassName
{
color: #A15469;
}
</style>
background-color css
<style>
a { background-color: #A15469; }
a { background-color: rgb(161,84,105); }
div.DivClassName
{
background-color: #A15469;
}
.BgClassName
{
background-color: #A15469;
}
</style>
border-color css
<style>
span { border-color: #A15469; }
span { border-color: rgb(161,84,105); }
td.TdClassName
{
border-color: #A15469;
}
.TagClassName
{
border-color: #A15469;
}
</style>