Shades of Rouge #A03F5E
Tints of Rouge #A03F5E
RGB
CMYK
RGB Variations
Color information
#A03F5E (or 0xA03F5E) is known color: Rouge. HEX triplet: A0, 3F and 5E. RGB value is (160,63,94). Sum of RGB (Red+Green+Blue) = 160+63+94=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03F5E is #5FC0A1. Grayscale: #5F5F5F. Windows color (decimal): -6275234 or 6176672. OLE color: 6176672.
HSL color Cylindrical-coordinate representation of color #A03F5E: hue angle of 340.82º 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 #A03F5E is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 94 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.37 |
| HSL | 340.82º | 0.43% | 0.44% | - |
| HSV(B) | 340.82º | 0.61% | 0.63% | - |
| XYZ | 18.3 | 11.84 | 11.91 | - |
| YUV | 95.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 94 | 0 | 0.61 | 0.41 | 0.37 | 340.82 | 0.43 | 0.44 |
| Hex | A0 | 3F | 5E | 0 | 3D | 29 | 25 | 155 | 2B | 2C |
| Octal | 240 | 77 | 136 | 0 | 75 | 51 | 45 | 525 | 53 | 54 |
| Binary | 10100000 | 111111 | 1011110 | 0 | 111101 | 101001 | 100101 | 101010101 | 101011 | 101100 |
Color Harmonies of #A03F5E
Complementary color
Monochromatic Colors of #A03F5E
Black with #A03F5E
Text Example
Text Example
White with #A03F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F5E; }
p { color: rgb(160,63,94); }
H1.HeaderClassName
{
color: #A03F5E;
}
.AnyTagClassName
{
color: #A03F5E;
}
</style>
background-color css
<style>
a { background-color: #A03F5E; }
a { background-color: rgb(160,63,94); }
div.DivClassName
{
background-color: #A03F5E;
}
.BgClassName
{
background-color: #A03F5E;
}
</style>
border-color css
<style>
span { border-color: #A03F5E; }
span { border-color: rgb(160,63,94); }
td.TdClassName
{
border-color: #A03F5E;
}
.TagClassName
{
border-color: #A03F5E;
}
</style>