Shades of Rouge #A04A70
Tints of Rouge #A04A70
RGB
CMYK
RGB Variations
Color information
#A04A70 (or 0xA04A70) is known color: Rouge. HEX triplet: A0, 4A and 70. RGB value is (160,74,112). Sum of RGB (Red+Green+Blue) = 160+74+112=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04A70 is #5FB58F. Grayscale: #676767. Windows color (decimal): -6272400 or 7359136. OLE color: 7359136.
HSL color Cylindrical-coordinate representation of color #A04A70: hue angle of 333.49º 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 #A04A70 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 112 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.37 |
| HSL | 333.49º | 0.37% | 0.46% | - |
| HSV(B) | 333.49º | 0.54% | 0.63% | - |
| XYZ | 19.87 | 13.54 | 16.9 | - |
| YUV | 104.05 | 132.49 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 112 | 0 | 0.54 | 0.30 | 0.37 | 333.49 | 0.37 | 0.46 |
| Hex | A0 | 4A | 70 | 0 | 36 | 1E | 25 | 14D | 25 | 2E |
| Octal | 240 | 112 | 160 | 0 | 66 | 36 | 45 | 515 | 45 | 56 |
| Binary | 10100000 | 1001010 | 1110000 | 0 | 110110 | 11110 | 100101 | 101001101 | 100101 | 101110 |
Color Harmonies of #A04A70
Complementary color
Monochromatic Colors of #A04A70
Black with #A04A70
Text Example
Text Example
White with #A04A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A70; }
p { color: rgb(160,74,112); }
H1.HeaderClassName
{
color: #A04A70;
}
.AnyTagClassName
{
color: #A04A70;
}
</style>
background-color css
<style>
a { background-color: #A04A70; }
a { background-color: rgb(160,74,112); }
div.DivClassName
{
background-color: #A04A70;
}
.BgClassName
{
background-color: #A04A70;
}
</style>
border-color css
<style>
span { border-color: #A04A70; }
span { border-color: rgb(160,74,112); }
td.TdClassName
{
border-color: #A04A70;
}
.TagClassName
{
border-color: #A04A70;
}
</style>