Shades of Rouge #A04372
Tints of Rouge #A04372
RGB
CMYK
RGB Variations
Color information
#A04372 (or 0xA04372) is known color: Rouge. HEX triplet: A0, 43 and 72. RGB value is (160,67,114). Sum of RGB (Red+Green+Blue) = 160+67+114=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A04372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04372 is #5FBC8D. Grayscale: #646464. Windows color (decimal): -6274190 or 7488416. OLE color: 7488416.
HSL color Cylindrical-coordinate representation of color #A04372: hue angle of 329.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04372 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 114 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.37 |
| HSL | 329.68º | 0.41% | 0.45% | - |
| HSV(B) | 329.68º | 0.58% | 0.63% | - |
| XYZ | 19.54 | 12.7 | 17.34 | - |
| YUV | 100.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 114 | 0 | 0.58 | 0.29 | 0.37 | 329.68 | 0.41 | 0.45 |
| Hex | A0 | 43 | 72 | 0 | 3A | 1D | 25 | 14A | 29 | 2D |
| Octal | 240 | 103 | 162 | 0 | 72 | 35 | 45 | 512 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1110010 | 0 | 111010 | 11101 | 100101 | 101001010 | 101001 | 101101 |
Color Harmonies of #A04372
Complementary color
Monochromatic Colors of #A04372
Black with #A04372
Text Example
Text Example
White with #A04372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04372; }
p { color: rgb(160,67,114); }
H1.HeaderClassName
{
color: #A04372;
}
.AnyTagClassName
{
color: #A04372;
}
</style>
background-color css
<style>
a { background-color: #A04372; }
a { background-color: rgb(160,67,114); }
div.DivClassName
{
background-color: #A04372;
}
.BgClassName
{
background-color: #A04372;
}
</style>
border-color css
<style>
span { border-color: #A04372; }
span { border-color: rgb(160,67,114); }
td.TdClassName
{
border-color: #A04372;
}
.TagClassName
{
border-color: #A04372;
}
</style>