Shades of Rouge #A03972
Tints of Rouge #A03972
RGB
CMYK
RGB Variations
Color information
#A03972 (or 0xA03972) is known color: Rouge. HEX triplet: A0, 39 and 72. RGB value is (160,57,114). Sum of RGB (Red+Green+Blue) = 160+57+114=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A03972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03972 is #5FC68D. Grayscale: #5E5E5E. Windows color (decimal): -6276750 or 7485856. OLE color: 7485856.
HSL color Cylindrical-coordinate representation of color #A03972: hue angle of 326.8º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03972 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 114 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.37 |
| HSL | 326.8º | 0.47% | 0.43% | - |
| HSV(B) | 326.8º | 0.64% | 0.63% | - |
| XYZ | 19 | 11.61 | 17.16 | - |
| YUV | 94.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 114 | 0 | 0.64 | 0.29 | 0.37 | 326.8 | 0.47 | 0.43 |
| Hex | A0 | 39 | 72 | 0 | 40 | 1D | 25 | 147 | 2F | 2B |
| Octal | 240 | 71 | 162 | 0 | 100 | 35 | 45 | 507 | 57 | 53 |
| Binary | 10100000 | 111001 | 1110010 | 0 | 1000000 | 11101 | 100101 | 101000111 | 101111 | 101011 |
Color Harmonies of #A03972
Complementary color
Monochromatic Colors of #A03972
Black with #A03972
Text Example
Text Example
White with #A03972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03972; }
p { color: rgb(160,57,114); }
H1.HeaderClassName
{
color: #A03972;
}
.AnyTagClassName
{
color: #A03972;
}
</style>
background-color css
<style>
a { background-color: #A03972; }
a { background-color: rgb(160,57,114); }
div.DivClassName
{
background-color: #A03972;
}
.BgClassName
{
background-color: #A03972;
}
</style>
border-color css
<style>
span { border-color: #A03972; }
span { border-color: rgb(160,57,114); }
td.TdClassName
{
border-color: #A03972;
}
.TagClassName
{
border-color: #A03972;
}
</style>