Shades of Rouge #A03E5E
Tints of Rouge #A03E5E
RGB
CMYK
RGB Variations
Color information
#A03E5E (or 0xA03E5E) is known color: Rouge. HEX triplet: A0, 3E and 5E. RGB value is (160,62,94). Sum of RGB (Red+Green+Blue) = 160+62+94=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03E5E is #5FC1A1. Grayscale: #5E5E5E. Windows color (decimal): -6275490 or 6176416. OLE color: 6176416.
HSL color Cylindrical-coordinate representation of color #A03E5E: hue angle of 340.41º degrees, saturation: 0.44, 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 #A03E5E is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 94 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.37 |
| HSL | 340.41º | 0.44% | 0.44% | - |
| HSV(B) | 340.41º | 0.61% | 0.63% | - |
| XYZ | 18.24 | 11.73 | 11.89 | - |
| YUV | 94.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 94 | 0 | 0.61 | 0.41 | 0.37 | 340.41 | 0.44 | 0.44 |
| Hex | A0 | 3E | 5E | 0 | 3D | 29 | 25 | 154 | 2C | 2C |
| Octal | 240 | 76 | 136 | 0 | 75 | 51 | 45 | 524 | 54 | 54 |
| Binary | 10100000 | 111110 | 1011110 | 0 | 111101 | 101001 | 100101 | 101010100 | 101100 | 101100 |
Color Harmonies of #A03E5E
Complementary color
Monochromatic Colors of #A03E5E
Black with #A03E5E
Text Example
Text Example
White with #A03E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E5E; }
p { color: rgb(160,62,94); }
H1.HeaderClassName
{
color: #A03E5E;
}
.AnyTagClassName
{
color: #A03E5E;
}
</style>
background-color css
<style>
a { background-color: #A03E5E; }
a { background-color: rgb(160,62,94); }
div.DivClassName
{
background-color: #A03E5E;
}
.BgClassName
{
background-color: #A03E5E;
}
</style>
border-color css
<style>
span { border-color: #A03E5E; }
span { border-color: rgb(160,62,94); }
td.TdClassName
{
border-color: #A03E5E;
}
.TagClassName
{
border-color: #A03E5E;
}
</style>