Shades of Rouge #A1406D
Tints of Rouge #A1406D
RGB
CMYK
RGB Variations
Color information
#A1406D (or 0xA1406D) is known color: Rouge. HEX triplet: A1, 40 and 6D. RGB value is (161,64,109). Sum of RGB (Red+Green+Blue) = 161+64+109=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1406D is #5EBF92. Grayscale: #626262. Windows color (decimal): -6209427 or 7159969. OLE color: 7159969.
HSL color Cylindrical-coordinate representation of color #A1406D: hue angle of 332.16º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1406D is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 109 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.37 |
| HSL | 332.16º | 0.43% | 0.44% | - |
| HSV(B) | 332.16º | 0.6% | 0.63% | - |
| XYZ | 19.29 | 12.35 | 15.83 | - |
| YUV | 98.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 109 | 0 | 0.60 | 0.32 | 0.37 | 332.16 | 0.43 | 0.44 |
| Hex | A1 | 40 | 6D | 0 | 3C | 20 | 25 | 14C | 2B | 2C |
| Octal | 241 | 100 | 155 | 0 | 74 | 40 | 45 | 514 | 53 | 54 |
| Binary | 10100001 | 1000000 | 1101101 | 0 | 111100 | 100000 | 100101 | 101001100 | 101011 | 101100 |
Color Harmonies of #A1406D
Complementary color
Monochromatic Colors of #A1406D
Black with #A1406D
Text Example
Text Example
White with #A1406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1406D; }
p { color: rgb(161,64,109); }
H1.HeaderClassName
{
color: #A1406D;
}
.AnyTagClassName
{
color: #A1406D;
}
</style>
background-color css
<style>
a { background-color: #A1406D; }
a { background-color: rgb(161,64,109); }
div.DivClassName
{
background-color: #A1406D;
}
.BgClassName
{
background-color: #A1406D;
}
</style>
border-color css
<style>
span { border-color: #A1406D; }
span { border-color: rgb(161,64,109); }
td.TdClassName
{
border-color: #A1406D;
}
.TagClassName
{
border-color: #A1406D;
}
</style>