Shades of Rouge #A1466E
Tints of Rouge #A1466E
RGB
CMYK
RGB Variations
Color information
#A1466E (or 0xA1466E) is known color: Rouge. HEX triplet: A1, 46 and 6E. RGB value is (161,70,110). Sum of RGB (Red+Green+Blue) = 161+70+110=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1466E is #5EB991. Grayscale: #656565. Windows color (decimal): -6207890 or 7227041. OLE color: 7227041.
HSL color Cylindrical-coordinate representation of color #A1466E: hue angle of 333.63º degrees, saturation: 0.39, 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 #A1466E is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 110 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.37 |
| HSL | 333.63º | 0.39% | 0.45% | - |
| HSV(B) | 333.63º | 0.57% | 0.63% | - |
| XYZ | 19.7 | 13.08 | 16.24 | - |
| YUV | 101.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 110 | 0 | 0.57 | 0.32 | 0.37 | 333.63 | 0.39 | 0.45 |
| Hex | A1 | 46 | 6E | 0 | 39 | 20 | 25 | 14E | 27 | 2D |
| Octal | 241 | 106 | 156 | 0 | 71 | 40 | 45 | 516 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1101110 | 0 | 111001 | 100000 | 100101 | 101001110 | 100111 | 101101 |
Color Harmonies of #A1466E
Complementary color
Monochromatic Colors of #A1466E
Black with #A1466E
Text Example
Text Example
White with #A1466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1466E; }
p { color: rgb(161,70,110); }
H1.HeaderClassName
{
color: #A1466E;
}
.AnyTagClassName
{
color: #A1466E;
}
</style>
background-color css
<style>
a { background-color: #A1466E; }
a { background-color: rgb(161,70,110); }
div.DivClassName
{
background-color: #A1466E;
}
.BgClassName
{
background-color: #A1466E;
}
</style>
border-color css
<style>
span { border-color: #A1466E; }
span { border-color: rgb(161,70,110); }
td.TdClassName
{
border-color: #A1466E;
}
.TagClassName
{
border-color: #A1466E;
}
</style>