Shades of Vin Rouge #A15B6A
Tints of Vin Rouge #A15B6A
RGB
CMYK
RGB Variations
Color information
#A15B6A (or 0xA15B6A) is known color: Vin Rouge. HEX triplet: A1, 5B and 6A. RGB value is (161,91,106). Sum of RGB (Red+Green+Blue) = 161+91+106=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B6A is #5EA495. Grayscale: #717171. Windows color (decimal): -6202518 or 6970273. OLE color: 6970273.
HSL color Cylindrical-coordinate representation of color #A15B6A: hue angle of 347.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15B6A is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 91 | 106 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.37 |
| HSL | 347.14º | 0.28% | 0.49% | - |
| HSV(B) | 347.14º | 0.43% | 0.63% | - |
| XYZ | 21.04 | 16.1 | 15.63 | - |
| YUV | 113.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 106 | 0 | 0.43 | 0.34 | 0.37 | 347.14 | 0.28 | 0.49 |
| Hex | A1 | 5B | 6A | 0 | 2B | 22 | 25 | 15B | 1C | 31 |
| Octal | 241 | 133 | 152 | 0 | 53 | 42 | 45 | 533 | 34 | 61 |
| Binary | 10100001 | 1011011 | 1101010 | 0 | 101011 | 100010 | 100101 | 101011011 | 11100 | 110001 |
Color Harmonies of #A15B6A
Complementary color
Monochromatic Colors of #A15B6A
Black with #A15B6A
Text Example
Text Example
White with #A15B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15B6A; }
p { color: rgb(161,91,106); }
H1.HeaderClassName
{
color: #A15B6A;
}
.AnyTagClassName
{
color: #A15B6A;
}
</style>
background-color css
<style>
a { background-color: #A15B6A; }
a { background-color: rgb(161,91,106); }
div.DivClassName
{
background-color: #A15B6A;
}
.BgClassName
{
background-color: #A15B6A;
}
</style>
border-color css
<style>
span { border-color: #A15B6A; }
span { border-color: rgb(161,91,106); }
td.TdClassName
{
border-color: #A15B6A;
}
.TagClassName
{
border-color: #A15B6A;
}
</style>