Shades of Rouge #A1406C
Tints of Rouge #A1406C
RGB
CMYK
RGB Variations
Color information
#A1406C (or 0xA1406C) is known color: Rouge. HEX triplet: A1, 40 and 6C. RGB value is (161,64,108). Sum of RGB (Red+Green+Blue) = 161+64+108=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1406C is #5EBF93. Grayscale: #616161. Windows color (decimal): -6209428 or 7094433. OLE color: 7094433.
HSL color Cylindrical-coordinate representation of color #A1406C: hue angle of 332.78º 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 #A1406C is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 108 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.37 |
| HSL | 332.78º | 0.43% | 0.44% | - |
| HSV(B) | 332.78º | 0.6% | 0.63% | - |
| XYZ | 19.24 | 12.33 | 15.55 | - |
| YUV | 98.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 108 | 0 | 0.60 | 0.33 | 0.37 | 332.78 | 0.43 | 0.44 |
| Hex | A1 | 40 | 6C | 0 | 3C | 21 | 25 | 14D | 2B | 2C |
| Octal | 241 | 100 | 154 | 0 | 74 | 41 | 45 | 515 | 53 | 54 |
| Binary | 10100001 | 1000000 | 1101100 | 0 | 111100 | 100001 | 100101 | 101001101 | 101011 | 101100 |
Color Harmonies of #A1406C
Complementary color
Monochromatic Colors of #A1406C
Black with #A1406C
Text Example
Text Example
White with #A1406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1406C; }
p { color: rgb(161,64,108); }
H1.HeaderClassName
{
color: #A1406C;
}
.AnyTagClassName
{
color: #A1406C;
}
</style>
background-color css
<style>
a { background-color: #A1406C; }
a { background-color: rgb(161,64,108); }
div.DivClassName
{
background-color: #A1406C;
}
.BgClassName
{
background-color: #A1406C;
}
</style>
border-color css
<style>
span { border-color: #A1406C; }
span { border-color: rgb(161,64,108); }
td.TdClassName
{
border-color: #A1406C;
}
.TagClassName
{
border-color: #A1406C;
}
</style>