Shades of Rouge #A1366D
Tints of Rouge #A1366D
RGB
CMYK
RGB Variations
Color information
#A1366D (or 0xA1366D) is known color: Rouge. HEX triplet: A1, 36 and 6D. RGB value is (161,54,109). Sum of RGB (Red+Green+Blue) = 161+54+109=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1366D is #5EC992. Grayscale: #5C5C5C. Windows color (decimal): -6211987 or 7157409. OLE color: 7157409.
HSL color Cylindrical-coordinate representation of color #A1366D: hue angle of 329.16º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1366D is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 109 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.37 |
| HSL | 329.16º | 0.5% | 0.42% | - |
| HSV(B) | 329.16º | 0.66% | 0.63% | - |
| XYZ | 18.78 | 11.32 | 15.66 | - |
| YUV | 92.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 109 | 0 | 0.66 | 0.32 | 0.37 | 329.16 | 0.5 | 0.42 |
| Hex | A1 | 36 | 6D | 0 | 42 | 20 | 25 | 149 | 32 | 2A |
| Octal | 241 | 66 | 155 | 0 | 102 | 40 | 45 | 511 | 62 | 52 |
| Binary | 10100001 | 110110 | 1101101 | 0 | 1000010 | 100000 | 100101 | 101001001 | 110010 | 101010 |
Color Harmonies of #A1366D
Complementary color
Monochromatic Colors of #A1366D
Black with #A1366D
Text Example
Text Example
White with #A1366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1366D; }
p { color: rgb(161,54,109); }
H1.HeaderClassName
{
color: #A1366D;
}
.AnyTagClassName
{
color: #A1366D;
}
</style>
background-color css
<style>
a { background-color: #A1366D; }
a { background-color: rgb(161,54,109); }
div.DivClassName
{
background-color: #A1366D;
}
.BgClassName
{
background-color: #A1366D;
}
</style>
border-color css
<style>
span { border-color: #A1366D; }
span { border-color: rgb(161,54,109); }
td.TdClassName
{
border-color: #A1366D;
}
.TagClassName
{
border-color: #A1366D;
}
</style>