Shades of Rouge #A04575
Tints of Rouge #A04575
RGB
CMYK
RGB Variations
Color information
#A04575 (or 0xA04575) is known color: Rouge. HEX triplet: A0, 45 and 75. RGB value is (160,69,117). Sum of RGB (Red+Green+Blue) = 160+69+117=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04575 is #5FBA8A. Grayscale: #656565. Windows color (decimal): -6273675 or 7685536. OLE color: 7685536.
HSL color Cylindrical-coordinate representation of color #A04575: hue angle of 328.35º 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 #A04575 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 117 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.37 |
| HSL | 328.35º | 0.4% | 0.45% | - |
| HSV(B) | 328.35º | 0.57% | 0.63% | - |
| XYZ | 19.84 | 13.01 | 18.3 | - |
| YUV | 101.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 117 | 0 | 0.57 | 0.27 | 0.37 | 328.35 | 0.4 | 0.45 |
| Hex | A0 | 45 | 75 | 0 | 39 | 1B | 25 | 148 | 28 | 2D |
| Octal | 240 | 105 | 165 | 0 | 71 | 33 | 45 | 510 | 50 | 55 |
| Binary | 10100000 | 1000101 | 1110101 | 0 | 111001 | 11011 | 100101 | 101001000 | 101000 | 101101 |
Color Harmonies of #A04575
Complementary color
Monochromatic Colors of #A04575
Black with #A04575
Text Example
Text Example
White with #A04575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04575; }
p { color: rgb(160,69,117); }
H1.HeaderClassName
{
color: #A04575;
}
.AnyTagClassName
{
color: #A04575;
}
</style>
background-color css
<style>
a { background-color: #A04575; }
a { background-color: rgb(160,69,117); }
div.DivClassName
{
background-color: #A04575;
}
.BgClassName
{
background-color: #A04575;
}
</style>
border-color css
<style>
span { border-color: #A04575; }
span { border-color: rgb(160,69,117); }
td.TdClassName
{
border-color: #A04575;
}
.TagClassName
{
border-color: #A04575;
}
</style>