Shades of Rouge #A04673
Tints of Rouge #A04673
RGB
CMYK
RGB Variations
Color information
#A04673 (or 0xA04673) is known color: Rouge. HEX triplet: A0, 46 and 73. RGB value is (160,70,115). Sum of RGB (Red+Green+Blue) = 160+70+115=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A04673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04673 is #5FB98C. Grayscale: #656565. Windows color (decimal): -6273421 or 7554720. OLE color: 7554720.
HSL color Cylindrical-coordinate representation of color #A04673: hue angle of 330º 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 #A04673 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 115 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.37 |
| HSL | 330º | 0.39% | 0.45% | - |
| HSV(B) | 330º | 0.56% | 0.63% | - |
| XYZ | 19.78 | 13.09 | 17.7 | - |
| YUV | 102.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 115 | 0 | 0.56 | 0.28 | 0.37 | 330 | 0.39 | 0.45 |
| Hex | A0 | 46 | 73 | 0 | 38 | 1C | 25 | 14A | 27 | 2D |
| Octal | 240 | 106 | 163 | 0 | 70 | 34 | 45 | 512 | 47 | 55 |
| Binary | 10100000 | 1000110 | 1110011 | 0 | 111000 | 11100 | 100101 | 101001010 | 100111 | 101101 |
Color Harmonies of #A04673
Complementary color
Monochromatic Colors of #A04673
Black with #A04673
Text Example
Text Example
White with #A04673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04673; }
p { color: rgb(160,70,115); }
H1.HeaderClassName
{
color: #A04673;
}
.AnyTagClassName
{
color: #A04673;
}
</style>
background-color css
<style>
a { background-color: #A04673; }
a { background-color: rgb(160,70,115); }
div.DivClassName
{
background-color: #A04673;
}
.BgClassName
{
background-color: #A04673;
}
</style>
border-color css
<style>
span { border-color: #A04673; }
span { border-color: rgb(160,70,115); }
td.TdClassName
{
border-color: #A04673;
}
.TagClassName
{
border-color: #A04673;
}
</style>