Shades of Rouge #A03870
Tints of Rouge #A03870
RGB
CMYK
RGB Variations
Color information
#A03870 (or 0xA03870) is known color: Rouge. HEX triplet: A0, 38 and 70. RGB value is (160,56,112). Sum of RGB (Red+Green+Blue) = 160+56+112=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A03870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03870 is #5FC78F. Grayscale: #5D5D5D. Windows color (decimal): -6277008 or 7354528. OLE color: 7354528.
HSL color Cylindrical-coordinate representation of color #A03870: hue angle of 327.69º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03870 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 112 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.37 |
| HSL | 327.69º | 0.48% | 0.42% | - |
| HSV(B) | 327.69º | 0.65% | 0.63% | - |
| XYZ | 18.84 | 11.47 | 16.55 | - |
| YUV | 93.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 112 | 0 | 0.65 | 0.30 | 0.37 | 327.69 | 0.48 | 0.42 |
| Hex | A0 | 38 | 70 | 0 | 41 | 1E | 25 | 148 | 30 | 2A |
| Octal | 240 | 70 | 160 | 0 | 101 | 36 | 45 | 510 | 60 | 52 |
| Binary | 10100000 | 111000 | 1110000 | 0 | 1000001 | 11110 | 100101 | 101001000 | 110000 | 101010 |
Color Harmonies of #A03870
Complementary color
Monochromatic Colors of #A03870
Black with #A03870
Text Example
Text Example
White with #A03870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03870; }
p { color: rgb(160,56,112); }
H1.HeaderClassName
{
color: #A03870;
}
.AnyTagClassName
{
color: #A03870;
}
</style>
background-color css
<style>
a { background-color: #A03870; }
a { background-color: rgb(160,56,112); }
div.DivClassName
{
background-color: #A03870;
}
.BgClassName
{
background-color: #A03870;
}
</style>
border-color css
<style>
span { border-color: #A03870; }
span { border-color: rgb(160,56,112); }
td.TdClassName
{
border-color: #A03870;
}
.TagClassName
{
border-color: #A03870;
}
</style>