Shades of Rouge #A03974
Tints of Rouge #A03974
RGB
CMYK
RGB Variations
Color information
#A03974 (or 0xA03974) is known color: Rouge. HEX triplet: A0, 39 and 74. RGB value is (160,57,116). Sum of RGB (Red+Green+Blue) = 160+57+116=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A03974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03974 is #5FC68B. Grayscale: #5E5E5E. Windows color (decimal): -6276748 or 7616928. OLE color: 7616928.
HSL color Cylindrical-coordinate representation of color #A03974: hue angle of 325.63º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03974 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 116 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.37 |
| HSL | 325.63º | 0.47% | 0.43% | - |
| HSV(B) | 325.63º | 0.64% | 0.63% | - |
| XYZ | 19.11 | 11.66 | 17.77 | - |
| YUV | 94.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 116 | 0 | 0.64 | 0.28 | 0.37 | 325.63 | 0.47 | 0.43 |
| Hex | A0 | 39 | 74 | 0 | 40 | 1C | 25 | 146 | 2F | 2B |
| Octal | 240 | 71 | 164 | 0 | 100 | 34 | 45 | 506 | 57 | 53 |
| Binary | 10100000 | 111001 | 1110100 | 0 | 1000000 | 11100 | 100101 | 101000110 | 101111 | 101011 |
Color Harmonies of #A03974
Complementary color
Monochromatic Colors of #A03974
Black with #A03974
Text Example
Text Example
White with #A03974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03974; }
p { color: rgb(160,57,116); }
H1.HeaderClassName
{
color: #A03974;
}
.AnyTagClassName
{
color: #A03974;
}
</style>
background-color css
<style>
a { background-color: #A03974; }
a { background-color: rgb(160,57,116); }
div.DivClassName
{
background-color: #A03974;
}
.BgClassName
{
background-color: #A03974;
}
</style>
border-color css
<style>
span { border-color: #A03974; }
span { border-color: rgb(160,57,116); }
td.TdClassName
{
border-color: #A03974;
}
.TagClassName
{
border-color: #A03974;
}
</style>