Shades of Rouge #A1496B
Tints of Rouge #A1496B
RGB
CMYK
RGB Variations
Color information
#A1496B (or 0xA1496B) is known color: Rouge. HEX triplet: A1, 49 and 6B. RGB value is (161,73,107). Sum of RGB (Red+Green+Blue) = 161+73+107=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1496B is #5EB694. Grayscale: #676767. Windows color (decimal): -6207125 or 7031201. OLE color: 7031201.
HSL color Cylindrical-coordinate representation of color #A1496B: hue angle of 336.82º 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 #A1496B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 107 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.37 |
| HSL | 336.82º | 0.38% | 0.46% | - |
| HSV(B) | 336.82º | 0.55% | 0.63% | - |
| XYZ | 19.73 | 13.4 | 15.46 | - |
| YUV | 103.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 107 | 0 | 0.55 | 0.34 | 0.37 | 336.82 | 0.38 | 0.46 |
| Hex | A1 | 49 | 6B | 0 | 37 | 22 | 25 | 151 | 26 | 2E |
| Octal | 241 | 111 | 153 | 0 | 67 | 42 | 45 | 521 | 46 | 56 |
| Binary | 10100001 | 1001001 | 1101011 | 0 | 110111 | 100010 | 100101 | 101010001 | 100110 | 101110 |
Color Harmonies of #A1496B
Complementary color
Monochromatic Colors of #A1496B
Black with #A1496B
Text Example
Text Example
White with #A1496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1496B; }
p { color: rgb(161,73,107); }
H1.HeaderClassName
{
color: #A1496B;
}
.AnyTagClassName
{
color: #A1496B;
}
</style>
background-color css
<style>
a { background-color: #A1496B; }
a { background-color: rgb(161,73,107); }
div.DivClassName
{
background-color: #A1496B;
}
.BgClassName
{
background-color: #A1496B;
}
</style>
border-color css
<style>
span { border-color: #A1496B; }
span { border-color: rgb(161,73,107); }
td.TdClassName
{
border-color: #A1496B;
}
.TagClassName
{
border-color: #A1496B;
}
</style>