Shades of Rouge #A04177
Tints of Rouge #A04177
RGB
CMYK
RGB Variations
Color information
#A04177 (or 0xA04177) is known color: Rouge. HEX triplet: A0, 41 and 77. RGB value is (160,65,119). Sum of RGB (Red+Green+Blue) = 160+65+119=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04177 is #5FBE88. Grayscale: #636363. Windows color (decimal): -6274697 or 7815584. OLE color: 7815584.
HSL color Cylindrical-coordinate representation of color #A04177: hue angle of 325.89º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04177 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 119 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.37 |
| HSL | 325.89º | 0.42% | 0.44% | - |
| HSV(B) | 325.89º | 0.59% | 0.63% | - |
| XYZ | 19.72 | 12.59 | 18.84 | - |
| YUV | 99.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 119 | 0 | 0.59 | 0.26 | 0.37 | 325.89 | 0.42 | 0.44 |
| Hex | A0 | 41 | 77 | 0 | 3B | 1A | 25 | 146 | 2A | 2C |
| Octal | 240 | 101 | 167 | 0 | 73 | 32 | 45 | 506 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1110111 | 0 | 111011 | 11010 | 100101 | 101000110 | 101010 | 101100 |
Color Harmonies of #A04177
Complementary color
Monochromatic Colors of #A04177
Black with #A04177
Text Example
Text Example
White with #A04177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04177; }
p { color: rgb(160,65,119); }
H1.HeaderClassName
{
color: #A04177;
}
.AnyTagClassName
{
color: #A04177;
}
</style>
background-color css
<style>
a { background-color: #A04177; }
a { background-color: rgb(160,65,119); }
div.DivClassName
{
background-color: #A04177;
}
.BgClassName
{
background-color: #A04177;
}
</style>
border-color css
<style>
span { border-color: #A04177; }
span { border-color: rgb(160,65,119); }
td.TdClassName
{
border-color: #A04177;
}
.TagClassName
{
border-color: #A04177;
}
</style>