Shades of Rouge #A04A72
Tints of Rouge #A04A72
RGB
CMYK
RGB Variations
Color information
#A04A72 (or 0xA04A72) is known color: Rouge. HEX triplet: A0, 4A and 72. RGB value is (160,74,114). Sum of RGB (Red+Green+Blue) = 160+74+114=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04A72 is #5FB58D. Grayscale: #686868. Windows color (decimal): -6272398 or 7490208. OLE color: 7490208.
HSL color Cylindrical-coordinate representation of color #A04A72: hue angle of 332.09º 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 #A04A72 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 114 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.37 |
| HSL | 332.09º | 0.37% | 0.46% | - |
| HSV(B) | 332.09º | 0.54% | 0.63% | - |
| XYZ | 19.98 | 13.59 | 17.49 | - |
| YUV | 104.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 114 | 0 | 0.54 | 0.29 | 0.37 | 332.09 | 0.37 | 0.46 |
| Hex | A0 | 4A | 72 | 0 | 36 | 1D | 25 | 14C | 25 | 2E |
| Octal | 240 | 112 | 162 | 0 | 66 | 35 | 45 | 514 | 45 | 56 |
| Binary | 10100000 | 1001010 | 1110010 | 0 | 110110 | 11101 | 100101 | 101001100 | 100101 | 101110 |
Color Harmonies of #A04A72
Complementary color
Monochromatic Colors of #A04A72
Black with #A04A72
Text Example
Text Example
White with #A04A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A72; }
p { color: rgb(160,74,114); }
H1.HeaderClassName
{
color: #A04A72;
}
.AnyTagClassName
{
color: #A04A72;
}
</style>
background-color css
<style>
a { background-color: #A04A72; }
a { background-color: rgb(160,74,114); }
div.DivClassName
{
background-color: #A04A72;
}
.BgClassName
{
background-color: #A04A72;
}
</style>
border-color css
<style>
span { border-color: #A04A72; }
span { border-color: rgb(160,74,114); }
td.TdClassName
{
border-color: #A04A72;
}
.TagClassName
{
border-color: #A04A72;
}
</style>