Shades of Rouge #A04172
Tints of Rouge #A04172
RGB
CMYK
RGB Variations
Color information
#A04172 (or 0xA04172) is known color: Rouge. HEX triplet: A0, 41 and 72. RGB value is (160,65,114). Sum of RGB (Red+Green+Blue) = 160+65+114=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A04172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04172 is #5FBE8D. Grayscale: #626262. Windows color (decimal): -6274702 or 7487904. OLE color: 7487904.
HSL color Cylindrical-coordinate representation of color #A04172: hue angle of 329.05º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04172 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 114 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.37 |
| HSL | 329.05º | 0.42% | 0.44% | - |
| HSV(B) | 329.05º | 0.59% | 0.63% | - |
| XYZ | 19.42 | 12.47 | 17.3 | - |
| YUV | 98.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 114 | 0 | 0.59 | 0.29 | 0.37 | 329.05 | 0.42 | 0.44 |
| Hex | A0 | 41 | 72 | 0 | 3B | 1D | 25 | 149 | 2A | 2C |
| Octal | 240 | 101 | 162 | 0 | 73 | 35 | 45 | 511 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1110010 | 0 | 111011 | 11101 | 100101 | 101001001 | 101010 | 101100 |
Color Harmonies of #A04172
Complementary color
Monochromatic Colors of #A04172
Black with #A04172
Text Example
Text Example
White with #A04172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04172; }
p { color: rgb(160,65,114); }
H1.HeaderClassName
{
color: #A04172;
}
.AnyTagClassName
{
color: #A04172;
}
</style>
background-color css
<style>
a { background-color: #A04172; }
a { background-color: rgb(160,65,114); }
div.DivClassName
{
background-color: #A04172;
}
.BgClassName
{
background-color: #A04172;
}
</style>
border-color css
<style>
span { border-color: #A04172; }
span { border-color: rgb(160,65,114); }
td.TdClassName
{
border-color: #A04172;
}
.TagClassName
{
border-color: #A04172;
}
</style>