Shades of Rouge #A04474
Tints of Rouge #A04474
RGB
CMYK
RGB Variations
Color information
#A04474 (or 0xA04474) is known color: Rouge. HEX triplet: A0, 44 and 74. RGB value is (160,68,116). Sum of RGB (Red+Green+Blue) = 160+68+116=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04474 is #5FBB8B. Grayscale: #646464. Windows color (decimal): -6273932 or 7619744. OLE color: 7619744.
HSL color Cylindrical-coordinate representation of color #A04474: hue angle of 328.7º 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 #A04474 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 116 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.37 |
| HSL | 328.7º | 0.4% | 0.45% | - |
| HSV(B) | 328.7º | 0.58% | 0.63% | - |
| XYZ | 19.72 | 12.87 | 17.97 | - |
| YUV | 100.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 116 | 0 | 0.57 | 0.28 | 0.37 | 328.7 | 0.4 | 0.45 |
| Hex | A0 | 44 | 74 | 0 | 39 | 1C | 25 | 149 | 28 | 2D |
| Octal | 240 | 104 | 164 | 0 | 71 | 34 | 45 | 511 | 50 | 55 |
| Binary | 10100000 | 1000100 | 1110100 | 0 | 111001 | 11100 | 100101 | 101001001 | 101000 | 101101 |
Color Harmonies of #A04474
Complementary color
Monochromatic Colors of #A04474
Black with #A04474
Text Example
Text Example
White with #A04474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04474; }
p { color: rgb(160,68,116); }
H1.HeaderClassName
{
color: #A04474;
}
.AnyTagClassName
{
color: #A04474;
}
</style>
background-color css
<style>
a { background-color: #A04474; }
a { background-color: rgb(160,68,116); }
div.DivClassName
{
background-color: #A04474;
}
.BgClassName
{
background-color: #A04474;
}
</style>
border-color css
<style>
span { border-color: #A04474; }
span { border-color: rgb(160,68,116); }
td.TdClassName
{
border-color: #A04474;
}
.TagClassName
{
border-color: #A04474;
}
</style>