Shades of Rouge #A1496D
Tints of Rouge #A1496D
RGB
CMYK
RGB Variations
Color information
#A1496D (or 0xA1496D) is known color: Rouge. HEX triplet: A1, 49 and 6D. RGB value is (161,73,109). Sum of RGB (Red+Green+Blue) = 161+73+109=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1496D is #5EB692. Grayscale: #676767. Windows color (decimal): -6207123 or 7162273. OLE color: 7162273.
HSL color Cylindrical-coordinate representation of color #A1496D: hue angle of 335.45º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1496D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 109 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.37 |
| HSL | 335.45º | 0.38% | 0.46% | - |
| HSV(B) | 335.45º | 0.55% | 0.63% | - |
| XYZ | 19.84 | 13.45 | 16.02 | - |
| YUV | 103.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 109 | 0 | 0.55 | 0.32 | 0.37 | 335.45 | 0.38 | 0.46 |
| Hex | A1 | 49 | 6D | 0 | 37 | 20 | 25 | 14F | 26 | 2E |
| Octal | 241 | 111 | 155 | 0 | 67 | 40 | 45 | 517 | 46 | 56 |
| Binary | 10100001 | 1001001 | 1101101 | 0 | 110111 | 100000 | 100101 | 101001111 | 100110 | 101110 |
Color Harmonies of #A1496D
Complementary color
Monochromatic Colors of #A1496D
Black with #A1496D
Text Example
Text Example
White with #A1496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1496D; }
p { color: rgb(161,73,109); }
H1.HeaderClassName
{
color: #A1496D;
}
.AnyTagClassName
{
color: #A1496D;
}
</style>
background-color css
<style>
a { background-color: #A1496D; }
a { background-color: rgb(161,73,109); }
div.DivClassName
{
background-color: #A1496D;
}
.BgClassName
{
background-color: #A1496D;
}
</style>
border-color css
<style>
span { border-color: #A1496D; }
span { border-color: rgb(161,73,109); }
td.TdClassName
{
border-color: #A1496D;
}
.TagClassName
{
border-color: #A1496D;
}
</style>