Shades of Rouge #A04472
Tints of Rouge #A04472
RGB
CMYK
RGB Variations
Color information
#A04472 (or 0xA04472) is known color: Rouge. HEX triplet: A0, 44 and 72. RGB value is (160,68,114). Sum of RGB (Red+Green+Blue) = 160+68+114=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A04472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04472 is #5FBB8D. Grayscale: #646464. Windows color (decimal): -6273934 or 7488672. OLE color: 7488672.
HSL color Cylindrical-coordinate representation of color #A04472: hue angle of 330º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04472 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 114 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.37 |
| HSL | 330º | 0.4% | 0.45% | - |
| HSV(B) | 330º | 0.58% | 0.63% | - |
| XYZ | 19.6 | 12.82 | 17.36 | - |
| YUV | 100.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 114 | 0 | 0.57 | 0.29 | 0.37 | 330 | 0.4 | 0.45 |
| Hex | A0 | 44 | 72 | 0 | 39 | 1D | 25 | 14A | 28 | 2D |
| Octal | 240 | 104 | 162 | 0 | 71 | 35 | 45 | 512 | 50 | 55 |
| Binary | 10100000 | 1000100 | 1110010 | 0 | 111001 | 11101 | 100101 | 101001010 | 101000 | 101101 |
Color Harmonies of #A04472
Complementary color
Monochromatic Colors of #A04472
Black with #A04472
Text Example
Text Example
White with #A04472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04472; }
p { color: rgb(160,68,114); }
H1.HeaderClassName
{
color: #A04472;
}
.AnyTagClassName
{
color: #A04472;
}
</style>
background-color css
<style>
a { background-color: #A04472; }
a { background-color: rgb(160,68,114); }
div.DivClassName
{
background-color: #A04472;
}
.BgClassName
{
background-color: #A04472;
}
</style>
border-color css
<style>
span { border-color: #A04472; }
span { border-color: rgb(160,68,114); }
td.TdClassName
{
border-color: #A04472;
}
.TagClassName
{
border-color: #A04472;
}
</style>