Shades of Rouge #A03F70
Tints of Rouge #A03F70
RGB
CMYK
RGB Variations
Color information
#A03F70 (or 0xA03F70) is known color: Rouge. HEX triplet: A0, 3F and 70. RGB value is (160,63,112). Sum of RGB (Red+Green+Blue) = 160+63+112=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03F70 is #5FC08F. Grayscale: #616161. Windows color (decimal): -6275216 or 7356320. OLE color: 7356320.
HSL color Cylindrical-coordinate representation of color #A03F70: hue angle of 329.69º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03F70 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 112 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.37 |
| HSL | 329.69º | 0.43% | 0.44% | - |
| HSV(B) | 329.69º | 0.61% | 0.63% | - |
| XYZ | 19.2 | 12.2 | 16.67 | - |
| YUV | 97.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 112 | 0 | 0.61 | 0.30 | 0.37 | 329.69 | 0.43 | 0.44 |
| Hex | A0 | 3F | 70 | 0 | 3D | 1E | 25 | 14A | 2B | 2C |
| Octal | 240 | 77 | 160 | 0 | 75 | 36 | 45 | 512 | 53 | 54 |
| Binary | 10100000 | 111111 | 1110000 | 0 | 111101 | 11110 | 100101 | 101001010 | 101011 | 101100 |
Color Harmonies of #A03F70
Complementary color
Monochromatic Colors of #A03F70
Black with #A03F70
Text Example
Text Example
White with #A03F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F70; }
p { color: rgb(160,63,112); }
H1.HeaderClassName
{
color: #A03F70;
}
.AnyTagClassName
{
color: #A03F70;
}
</style>
background-color css
<style>
a { background-color: #A03F70; }
a { background-color: rgb(160,63,112); }
div.DivClassName
{
background-color: #A03F70;
}
.BgClassName
{
background-color: #A03F70;
}
</style>
border-color css
<style>
span { border-color: #A03F70; }
span { border-color: rgb(160,63,112); }
td.TdClassName
{
border-color: #A03F70;
}
.TagClassName
{
border-color: #A03F70;
}
</style>