Shades of Rouge #A13660
Tints of Rouge #A13660
RGB
CMYK
RGB Variations
Color information
#A13660 (or 0xA13660) is known color: Rouge. HEX triplet: A1, 36 and 60. RGB value is (161,54,96). Sum of RGB (Red+Green+Blue) = 161+54+96=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A13660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13660 is #5EC99F. Grayscale: #5A5A5A. Windows color (decimal): -6212000 or 6305441. OLE color: 6305441.
HSL color Cylindrical-coordinate representation of color #A13660: hue angle of 336.45º 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 #A13660 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 96 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.37 |
| HSL | 336.45º | 0.5% | 0.42% | - |
| HSV(B) | 336.45º | 0.66% | 0.63% | - |
| XYZ | 18.13 | 11.06 | 12.25 | - |
| YUV | 90.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 96 | 0 | 0.66 | 0.40 | 0.37 | 336.45 | 0.5 | 0.42 |
| Hex | A1 | 36 | 60 | 0 | 42 | 28 | 25 | 150 | 32 | 2A |
| Octal | 241 | 66 | 140 | 0 | 102 | 50 | 45 | 520 | 62 | 52 |
| Binary | 10100001 | 110110 | 1100000 | 0 | 1000010 | 101000 | 100101 | 101010000 | 110010 | 101010 |
Color Harmonies of #A13660
Complementary color
Monochromatic Colors of #A13660
Black with #A13660
Text Example
Text Example
White with #A13660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13660; }
p { color: rgb(161,54,96); }
H1.HeaderClassName
{
color: #A13660;
}
.AnyTagClassName
{
color: #A13660;
}
</style>
background-color css
<style>
a { background-color: #A13660; }
a { background-color: rgb(161,54,96); }
div.DivClassName
{
background-color: #A13660;
}
.BgClassName
{
background-color: #A13660;
}
</style>
border-color css
<style>
span { border-color: #A13660; }
span { border-color: rgb(161,54,96); }
td.TdClassName
{
border-color: #A13660;
}
.TagClassName
{
border-color: #A13660;
}
</style>