Shades of Rouge #A1476E
Tints of Rouge #A1476E
RGB
CMYK
RGB Variations
Color information
#A1476E (or 0xA1476E) is known color: Rouge. HEX triplet: A1, 47 and 6E. RGB value is (161,71,110). Sum of RGB (Red+Green+Blue) = 161+71+110=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1476E is #5EB891. Grayscale: #666666. Windows color (decimal): -6207634 or 7227297. OLE color: 7227297.
HSL color Cylindrical-coordinate representation of color #A1476E: hue angle of 334º 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 #A1476E is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 110 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.37 |
| HSL | 334º | 0.39% | 0.45% | - |
| HSV(B) | 334º | 0.56% | 0.63% | - |
| XYZ | 19.77 | 13.21 | 16.26 | - |
| YUV | 102.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 110 | 0 | 0.56 | 0.32 | 0.37 | 334 | 0.39 | 0.45 |
| Hex | A1 | 47 | 6E | 0 | 38 | 20 | 25 | 14E | 27 | 2D |
| Octal | 241 | 107 | 156 | 0 | 70 | 40 | 45 | 516 | 47 | 55 |
| Binary | 10100001 | 1000111 | 1101110 | 0 | 111000 | 100000 | 100101 | 101001110 | 100111 | 101101 |
Color Harmonies of #A1476E
Complementary color
Monochromatic Colors of #A1476E
Black with #A1476E
Text Example
Text Example
White with #A1476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1476E; }
p { color: rgb(161,71,110); }
H1.HeaderClassName
{
color: #A1476E;
}
.AnyTagClassName
{
color: #A1476E;
}
</style>
background-color css
<style>
a { background-color: #A1476E; }
a { background-color: rgb(161,71,110); }
div.DivClassName
{
background-color: #A1476E;
}
.BgClassName
{
background-color: #A1476E;
}
</style>
border-color css
<style>
span { border-color: #A1476E; }
span { border-color: rgb(161,71,110); }
td.TdClassName
{
border-color: #A1476E;
}
.TagClassName
{
border-color: #A1476E;
}
</style>