Shades of Rouge #A1456E
Tints of Rouge #A1456E
RGB
CMYK
RGB Variations
Color information
#A1456E (or 0xA1456E) is known color: Rouge. HEX triplet: A1, 45 and 6E. RGB value is (161,69,110). Sum of RGB (Red+Green+Blue) = 161+69+110=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1456E is #5EBA91. Grayscale: #656565. Windows color (decimal): -6208146 or 7226785. OLE color: 7226785.
HSL color Cylindrical-coordinate representation of color #A1456E: hue angle of 333.26º 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 #A1456E is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 110 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.37 |
| HSL | 333.26º | 0.4% | 0.45% | - |
| HSV(B) | 333.26º | 0.57% | 0.63% | - |
| XYZ | 19.64 | 12.96 | 16.22 | - |
| YUV | 101.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 110 | 0 | 0.57 | 0.32 | 0.37 | 333.26 | 0.4 | 0.45 |
| Hex | A1 | 45 | 6E | 0 | 39 | 20 | 25 | 14D | 28 | 2D |
| Octal | 241 | 105 | 156 | 0 | 71 | 40 | 45 | 515 | 50 | 55 |
| Binary | 10100001 | 1000101 | 1101110 | 0 | 111001 | 100000 | 100101 | 101001101 | 101000 | 101101 |
Color Harmonies of #A1456E
Complementary color
Monochromatic Colors of #A1456E
Black with #A1456E
Text Example
Text Example
White with #A1456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1456E; }
p { color: rgb(161,69,110); }
H1.HeaderClassName
{
color: #A1456E;
}
.AnyTagClassName
{
color: #A1456E;
}
</style>
background-color css
<style>
a { background-color: #A1456E; }
a { background-color: rgb(161,69,110); }
div.DivClassName
{
background-color: #A1456E;
}
.BgClassName
{
background-color: #A1456E;
}
</style>
border-color css
<style>
span { border-color: #A1456E; }
span { border-color: rgb(161,69,110); }
td.TdClassName
{
border-color: #A1456E;
}
.TagClassName
{
border-color: #A1456E;
}
</style>