Shades of Rouge #A03770
Tints of Rouge #A03770
RGB
CMYK
RGB Variations
Color information
#A03770 (or 0xA03770) is known color: Rouge. HEX triplet: A0, 37 and 70. RGB value is (160,55,112). Sum of RGB (Red+Green+Blue) = 160+55+112=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A03770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03770 is #5FC88F. Grayscale: #5C5C5C. Windows color (decimal): -6277264 or 7354272. OLE color: 7354272.
HSL color Cylindrical-coordinate representation of color #A03770: hue angle of 327.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03770 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 112 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.37 |
| HSL | 327.43º | 0.49% | 0.42% | - |
| HSV(B) | 327.43º | 0.66% | 0.63% | - |
| XYZ | 18.79 | 11.38 | 16.53 | - |
| YUV | 92.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 112 | 0 | 0.66 | 0.30 | 0.37 | 327.43 | 0.49 | 0.42 |
| Hex | A0 | 37 | 70 | 0 | 42 | 1E | 25 | 147 | 31 | 2A |
| Octal | 240 | 67 | 160 | 0 | 102 | 36 | 45 | 507 | 61 | 52 |
| Binary | 10100000 | 110111 | 1110000 | 0 | 1000010 | 11110 | 100101 | 101000111 | 110001 | 101010 |
Color Harmonies of #A03770
Complementary color
Monochromatic Colors of #A03770
Black with #A03770
Text Example
Text Example
White with #A03770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03770; }
p { color: rgb(160,55,112); }
H1.HeaderClassName
{
color: #A03770;
}
.AnyTagClassName
{
color: #A03770;
}
</style>
background-color css
<style>
a { background-color: #A03770; }
a { background-color: rgb(160,55,112); }
div.DivClassName
{
background-color: #A03770;
}
.BgClassName
{
background-color: #A03770;
}
</style>
border-color css
<style>
span { border-color: #A03770; }
span { border-color: rgb(160,55,112); }
td.TdClassName
{
border-color: #A03770;
}
.TagClassName
{
border-color: #A03770;
}
</style>