Shades of Rouge #A04073
Tints of Rouge #A04073
RGB
CMYK
RGB Variations
Color information
#A04073 (or 0xA04073) is known color: Rouge. HEX triplet: A0, 40 and 73. RGB value is (160,64,115). Sum of RGB (Red+Green+Blue) = 160+64+115=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A04073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04073 is #5FBF8C. Grayscale: #626262. Windows color (decimal): -6274957 or 7553184. OLE color: 7553184.
HSL color Cylindrical-coordinate representation of color #A04073: hue angle of 328.12º 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 #A04073 is Cyan = 0, Magento = 0.6, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 115 | - |
| CMYK | 0 | 0.6 | 0.28 | 0.37 |
| HSL | 328.13º | 0.43% | 0.44% | - |
| HSV(B) | 328.13º | 0.6% | 0.63% | - |
| XYZ | 19.43 | 12.38 | 17.59 | - |
| YUV | 98.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 115 | 0 | 0.6 | 0.28 | 0.37 | 328.13 | 0.43 | 0.44 |
| Hex | A0 | 40 | 73 | 0 | 3C | 1C | 25 | 148 | 2B | 2C |
| Octal | 240 | 100 | 163 | 0 | 74 | 34 | 45 | 510 | 53 | 54 |
| Binary | 10100000 | 1000000 | 1110011 | 0 | 111100 | 11100 | 100101 | 101001000 | 101011 | 101100 |
Color Harmonies of #A04073
Complementary color
Monochromatic Colors of #A04073
Black with #A04073
Text Example
Text Example
White with #A04073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04073; }
p { color: rgb(160,64,115); }
H1.HeaderClassName
{
color: #A04073;
}
.AnyTagClassName
{
color: #A04073;
}
</style>
background-color css
<style>
a { background-color: #A04073; }
a { background-color: rgb(160,64,115); }
div.DivClassName
{
background-color: #A04073;
}
.BgClassName
{
background-color: #A04073;
}
</style>
border-color css
<style>
span { border-color: #A04073; }
span { border-color: rgb(160,64,115); }
td.TdClassName
{
border-color: #A04073;
}
.TagClassName
{
border-color: #A04073;
}
</style>