Shades of Rouge #A04072
Tints of Rouge #A04072
RGB
CMYK
RGB Variations
Color information
#A04072 (or 0xA04072) is known color: Rouge. HEX triplet: A0, 40 and 72. RGB value is (160,64,114). Sum of RGB (Red+Green+Blue) = 160+64+114=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A04072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04072 is #5FBF8D. Grayscale: #626262. Windows color (decimal): -6274958 or 7487648. OLE color: 7487648.
HSL color Cylindrical-coordinate representation of color #A04072: hue angle of 328.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04072 is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 114 | - |
| CMYK | 0 | 0.6 | 0.29 | 0.37 |
| HSL | 328.75º | 0.43% | 0.44% | - |
| HSV(B) | 328.75º | 0.6% | 0.63% | - |
| XYZ | 19.37 | 12.36 | 17.28 | - |
| YUV | 98.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 114 | 0 | 0.6 | 0.29 | 0.37 | 328.75 | 0.43 | 0.44 |
| Hex | A0 | 40 | 72 | 0 | 3C | 1D | 25 | 149 | 2B | 2C |
| Octal | 240 | 100 | 162 | 0 | 74 | 35 | 45 | 511 | 53 | 54 |
| Binary | 10100000 | 1000000 | 1110010 | 0 | 111100 | 11101 | 100101 | 101001001 | 101011 | 101100 |
Color Harmonies of #A04072
Complementary color
Monochromatic Colors of #A04072
Black with #A04072
Text Example
Text Example
White with #A04072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04072; }
p { color: rgb(160,64,114); }
H1.HeaderClassName
{
color: #A04072;
}
.AnyTagClassName
{
color: #A04072;
}
</style>
background-color css
<style>
a { background-color: #A04072; }
a { background-color: rgb(160,64,114); }
div.DivClassName
{
background-color: #A04072;
}
.BgClassName
{
background-color: #A04072;
}
</style>
border-color css
<style>
span { border-color: #A04072; }
span { border-color: rgb(160,64,114); }
td.TdClassName
{
border-color: #A04072;
}
.TagClassName
{
border-color: #A04072;
}
</style>