Shades of Rouge #A04770
Tints of Rouge #A04770
RGB
CMYK
RGB Variations
Color information
#A04770 (or 0xA04770) is known color: Rouge. HEX triplet: A0, 47 and 70. RGB value is (160,71,112). Sum of RGB (Red+Green+Blue) = 160+71+112=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A04770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04770 is #5FB88F. Grayscale: #666666. Windows color (decimal): -6273168 or 7358368. OLE color: 7358368.
HSL color Cylindrical-coordinate representation of color #A04770: hue angle of 332.36º 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 #A04770 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 112 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.37 |
| HSL | 332.36º | 0.39% | 0.45% | - |
| HSV(B) | 332.36º | 0.56% | 0.63% | - |
| XYZ | 19.68 | 13.15 | 16.83 | - |
| YUV | 102.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 112 | 0 | 0.56 | 0.30 | 0.37 | 332.36 | 0.39 | 0.45 |
| Hex | A0 | 47 | 70 | 0 | 38 | 1E | 25 | 14C | 27 | 2D |
| Octal | 240 | 107 | 160 | 0 | 70 | 36 | 45 | 514 | 47 | 55 |
| Binary | 10100000 | 1000111 | 1110000 | 0 | 111000 | 11110 | 100101 | 101001100 | 100111 | 101101 |
Color Harmonies of #A04770
Complementary color
Monochromatic Colors of #A04770
Black with #A04770
Text Example
Text Example
White with #A04770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04770; }
p { color: rgb(160,71,112); }
H1.HeaderClassName
{
color: #A04770;
}
.AnyTagClassName
{
color: #A04770;
}
</style>
background-color css
<style>
a { background-color: #A04770; }
a { background-color: rgb(160,71,112); }
div.DivClassName
{
background-color: #A04770;
}
.BgClassName
{
background-color: #A04770;
}
</style>
border-color css
<style>
span { border-color: #A04770; }
span { border-color: rgb(160,71,112); }
td.TdClassName
{
border-color: #A04770;
}
.TagClassName
{
border-color: #A04770;
}
</style>