Shades of Rouge #A03D72
Tints of Rouge #A03D72
RGB
CMYK
RGB Variations
Color information
#A03D72 (or 0xA03D72) is known color: Rouge. HEX triplet: A0, 3D and 72. RGB value is (160,61,114). Sum of RGB (Red+Green+Blue) = 160+61+114=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03D72 is #5FC28D. Grayscale: #606060. Windows color (decimal): -6275726 or 7486880. OLE color: 7486880.
HSL color Cylindrical-coordinate representation of color #A03D72: hue angle of 327.88º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03D72 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 114 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.37 |
| HSL | 327.88º | 0.45% | 0.43% | - |
| HSV(B) | 327.88º | 0.62% | 0.63% | - |
| XYZ | 19.2 | 12.03 | 17.23 | - |
| YUV | 96.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 114 | 0 | 0.62 | 0.29 | 0.37 | 327.88 | 0.45 | 0.43 |
| Hex | A0 | 3D | 72 | 0 | 3E | 1D | 25 | 148 | 2D | 2B |
| Octal | 240 | 75 | 162 | 0 | 76 | 35 | 45 | 510 | 55 | 53 |
| Binary | 10100000 | 111101 | 1110010 | 0 | 111110 | 11101 | 100101 | 101001000 | 101101 | 101011 |
Color Harmonies of #A03D72
Complementary color
Monochromatic Colors of #A03D72
Black with #A03D72
Text Example
Text Example
White with #A03D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D72; }
p { color: rgb(160,61,114); }
H1.HeaderClassName
{
color: #A03D72;
}
.AnyTagClassName
{
color: #A03D72;
}
</style>
background-color css
<style>
a { background-color: #A03D72; }
a { background-color: rgb(160,61,114); }
div.DivClassName
{
background-color: #A03D72;
}
.BgClassName
{
background-color: #A03D72;
}
</style>
border-color css
<style>
span { border-color: #A03D72; }
span { border-color: rgb(160,61,114); }
td.TdClassName
{
border-color: #A03D72;
}
.TagClassName
{
border-color: #A03D72;
}
</style>