Shades of Rouge #A04076
Tints of Rouge #A04076
RGB
CMYK
RGB Variations
Color information
#A04076 (or 0xA04076) is known color: Rouge. HEX triplet: A0, 40 and 76. RGB value is (160,64,118). Sum of RGB (Red+Green+Blue) = 160+64+118=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A04076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04076 is #5FBF89. Grayscale: #626262. Windows color (decimal): -6274954 or 7749792. OLE color: 7749792.
HSL color Cylindrical-coordinate representation of color #A04076: hue angle of 326.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04076 is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 118 | - |
| CMYK | 0 | 0.6 | 0.26 | 0.37 |
| HSL | 326.25º | 0.43% | 0.44% | - |
| HSV(B) | 326.25º | 0.6% | 0.63% | - |
| XYZ | 19.6 | 12.45 | 18.51 | - |
| YUV | 98.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 118 | 0 | 0.6 | 0.26 | 0.37 | 326.25 | 0.43 | 0.44 |
| Hex | A0 | 40 | 76 | 0 | 3C | 1A | 25 | 146 | 2B | 2C |
| Octal | 240 | 100 | 166 | 0 | 74 | 32 | 45 | 506 | 53 | 54 |
| Binary | 10100000 | 1000000 | 1110110 | 0 | 111100 | 11010 | 100101 | 101000110 | 101011 | 101100 |
Color Harmonies of #A04076
Complementary color
Monochromatic Colors of #A04076
Black with #A04076
Text Example
Text Example
White with #A04076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04076; }
p { color: rgb(160,64,118); }
H1.HeaderClassName
{
color: #A04076;
}
.AnyTagClassName
{
color: #A04076;
}
</style>
background-color css
<style>
a { background-color: #A04076; }
a { background-color: rgb(160,64,118); }
div.DivClassName
{
background-color: #A04076;
}
.BgClassName
{
background-color: #A04076;
}
</style>
border-color css
<style>
span { border-color: #A04076; }
span { border-color: rgb(160,64,118); }
td.TdClassName
{
border-color: #A04076;
}
.TagClassName
{
border-color: #A04076;
}
</style>