Shades of Rouge #A1476B
Tints of Rouge #A1476B
RGB
CMYK
RGB Variations
Color information
#A1476B (or 0xA1476B) is known color: Rouge. HEX triplet: A1, 47 and 6B. RGB value is (161,71,107). Sum of RGB (Red+Green+Blue) = 161+71+107=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1476B is #5EB894. Grayscale: #656565. Windows color (decimal): -6207637 or 7030689. OLE color: 7030689.
HSL color Cylindrical-coordinate representation of color #A1476B: hue angle of 336º 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 #A1476B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 107 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.37 |
| HSL | 336º | 0.39% | 0.45% | - |
| HSV(B) | 336º | 0.56% | 0.63% | - |
| XYZ | 19.61 | 13.15 | 15.41 | - |
| YUV | 102.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 107 | 0 | 0.56 | 0.34 | 0.37 | 336 | 0.39 | 0.45 |
| Hex | A1 | 47 | 6B | 0 | 38 | 22 | 25 | 150 | 27 | 2D |
| Octal | 241 | 107 | 153 | 0 | 70 | 42 | 45 | 520 | 47 | 55 |
| Binary | 10100001 | 1000111 | 1101011 | 0 | 111000 | 100010 | 100101 | 101010000 | 100111 | 101101 |
Color Harmonies of #A1476B
Complementary color
Monochromatic Colors of #A1476B
Black with #A1476B
Text Example
Text Example
White with #A1476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1476B; }
p { color: rgb(161,71,107); }
H1.HeaderClassName
{
color: #A1476B;
}
.AnyTagClassName
{
color: #A1476B;
}
</style>
background-color css
<style>
a { background-color: #A1476B; }
a { background-color: rgb(161,71,107); }
div.DivClassName
{
background-color: #A1476B;
}
.BgClassName
{
background-color: #A1476B;
}
</style>
border-color css
<style>
span { border-color: #A1476B; }
span { border-color: rgb(161,71,107); }
td.TdClassName
{
border-color: #A1476B;
}
.TagClassName
{
border-color: #A1476B;
}
</style>