Shades of Rouge #A0386D
Tints of Rouge #A0386D
RGB
CMYK
RGB Variations
Color information
#A0386D (or 0xA0386D) is known color: Rouge. HEX triplet: A0, 38 and 6D. RGB value is (160,56,109). Sum of RGB (Red+Green+Blue) = 160+56+109=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0386D is #5FC792. Grayscale: #5D5D5D. Windows color (decimal): -6277011 or 7157920. OLE color: 7157920.
HSL color Cylindrical-coordinate representation of color #A0386D: hue angle of 329.42º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0386D is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 109 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.37 |
| HSL | 329.42º | 0.48% | 0.42% | - |
| HSV(B) | 329.42º | 0.65% | 0.63% | - |
| XYZ | 18.67 | 11.41 | 15.69 | - |
| YUV | 93.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 109 | 0 | 0.65 | 0.32 | 0.37 | 329.42 | 0.48 | 0.42 |
| Hex | A0 | 38 | 6D | 0 | 41 | 20 | 25 | 149 | 30 | 2A |
| Octal | 240 | 70 | 155 | 0 | 101 | 40 | 45 | 511 | 60 | 52 |
| Binary | 10100000 | 111000 | 1101101 | 0 | 1000001 | 100000 | 100101 | 101001001 | 110000 | 101010 |
Color Harmonies of #A0386D
Complementary color
Monochromatic Colors of #A0386D
Black with #A0386D
Text Example
Text Example
White with #A0386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0386D; }
p { color: rgb(160,56,109); }
H1.HeaderClassName
{
color: #A0386D;
}
.AnyTagClassName
{
color: #A0386D;
}
</style>
background-color css
<style>
a { background-color: #A0386D; }
a { background-color: rgb(160,56,109); }
div.DivClassName
{
background-color: #A0386D;
}
.BgClassName
{
background-color: #A0386D;
}
</style>
border-color css
<style>
span { border-color: #A0386D; }
span { border-color: rgb(160,56,109); }
td.TdClassName
{
border-color: #A0386D;
}
.TagClassName
{
border-color: #A0386D;
}
</style>