Shades of Rouge #A04971
Tints of Rouge #A04971
RGB
CMYK
RGB Variations
Color information
#A04971 (or 0xA04971) is known color: Rouge. HEX triplet: A0, 49 and 71. RGB value is (160,73,113). Sum of RGB (Red+Green+Blue) = 160+73+113=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04971 is #5FB68E. Grayscale: #676767. Windows color (decimal): -6272655 or 7424416. OLE color: 7424416.
HSL color Cylindrical-coordinate representation of color #A04971: hue angle of 332.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04971 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 113 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.37 |
| HSL | 332.41º | 0.37% | 0.46% | - |
| HSV(B) | 332.41º | 0.54% | 0.63% | - |
| XYZ | 19.86 | 13.43 | 17.17 | - |
| YUV | 103.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 113 | 0 | 0.54 | 0.29 | 0.37 | 332.41 | 0.37 | 0.46 |
| Hex | A0 | 49 | 71 | 0 | 36 | 1D | 25 | 14C | 25 | 2E |
| Octal | 240 | 111 | 161 | 0 | 66 | 35 | 45 | 514 | 45 | 56 |
| Binary | 10100000 | 1001001 | 1110001 | 0 | 110110 | 11101 | 100101 | 101001100 | 100101 | 101110 |
Color Harmonies of #A04971
Complementary color
Monochromatic Colors of #A04971
Black with #A04971
Text Example
Text Example
White with #A04971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04971; }
p { color: rgb(160,73,113); }
H1.HeaderClassName
{
color: #A04971;
}
.AnyTagClassName
{
color: #A04971;
}
</style>
background-color css
<style>
a { background-color: #A04971; }
a { background-color: rgb(160,73,113); }
div.DivClassName
{
background-color: #A04971;
}
.BgClassName
{
background-color: #A04971;
}
</style>
border-color css
<style>
span { border-color: #A04971; }
span { border-color: rgb(160,73,113); }
td.TdClassName
{
border-color: #A04971;
}
.TagClassName
{
border-color: #A04971;
}
</style>