Shades of Rouge #A03976
Tints of Rouge #A03976
RGB
CMYK
RGB Variations
Color information
#A03976 (or 0xA03976) is known color: Rouge. HEX triplet: A0, 39 and 76. RGB value is (160,57,118). Sum of RGB (Red+Green+Blue) = 160+57+118=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A03976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03976 is #5FC689. Grayscale: #5E5E5E. Windows color (decimal): -6276746 or 7748000. OLE color: 7748000.
HSL color Cylindrical-coordinate representation of color #A03976: hue angle of 324.47º 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 #A03976 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 118 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.37 |
| HSL | 324.47º | 0.47% | 0.43% | - |
| HSV(B) | 324.47º | 0.64% | 0.63% | - |
| XYZ | 19.23 | 11.71 | 18.39 | - |
| YUV | 94.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 118 | 0 | 0.64 | 0.26 | 0.37 | 324.47 | 0.47 | 0.43 |
| Hex | A0 | 39 | 76 | 0 | 40 | 1A | 25 | 144 | 2F | 2B |
| Octal | 240 | 71 | 166 | 0 | 100 | 32 | 45 | 504 | 57 | 53 |
| Binary | 10100000 | 111001 | 1110110 | 0 | 1000000 | 11010 | 100101 | 101000100 | 101111 | 101011 |
Color Harmonies of #A03976
Complementary color
Monochromatic Colors of #A03976
Black with #A03976
Text Example
Text Example
White with #A03976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03976; }
p { color: rgb(160,57,118); }
H1.HeaderClassName
{
color: #A03976;
}
.AnyTagClassName
{
color: #A03976;
}
</style>
background-color css
<style>
a { background-color: #A03976; }
a { background-color: rgb(160,57,118); }
div.DivClassName
{
background-color: #A03976;
}
.BgClassName
{
background-color: #A03976;
}
</style>
border-color css
<style>
span { border-color: #A03976; }
span { border-color: rgb(160,57,118); }
td.TdClassName
{
border-color: #A03976;
}
.TagClassName
{
border-color: #A03976;
}
</style>