Shades of Rouge #A04773
Tints of Rouge #A04773
RGB
CMYK
RGB Variations
Color information
#A04773 (or 0xA04773) is known color: Rouge. HEX triplet: A0, 47 and 73. RGB value is (160,71,115). Sum of RGB (Red+Green+Blue) = 160+71+115=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04773 is #5FB88C. Grayscale: #666666. Windows color (decimal): -6273165 or 7554976. OLE color: 7554976.
HSL color Cylindrical-coordinate representation of color #A04773: hue angle of 330.34º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04773 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 115 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.37 |
| HSL | 330.34º | 0.39% | 0.45% | - |
| HSV(B) | 330.34º | 0.56% | 0.63% | - |
| XYZ | 19.84 | 13.22 | 17.73 | - |
| YUV | 102.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 115 | 0 | 0.56 | 0.28 | 0.37 | 330.34 | 0.39 | 0.45 |
| Hex | A0 | 47 | 73 | 0 | 38 | 1C | 25 | 14A | 27 | 2D |
| Octal | 240 | 107 | 163 | 0 | 70 | 34 | 45 | 512 | 47 | 55 |
| Binary | 10100000 | 1000111 | 1110011 | 0 | 111000 | 11100 | 100101 | 101001010 | 100111 | 101101 |
Color Harmonies of #A04773
Complementary color
Monochromatic Colors of #A04773
Black with #A04773
Text Example
Text Example
White with #A04773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04773; }
p { color: rgb(160,71,115); }
H1.HeaderClassName
{
color: #A04773;
}
.AnyTagClassName
{
color: #A04773;
}
</style>
background-color css
<style>
a { background-color: #A04773; }
a { background-color: rgb(160,71,115); }
div.DivClassName
{
background-color: #A04773;
}
.BgClassName
{
background-color: #A04773;
}
</style>
border-color css
<style>
span { border-color: #A04773; }
span { border-color: rgb(160,71,115); }
td.TdClassName
{
border-color: #A04773;
}
.TagClassName
{
border-color: #A04773;
}
</style>