Shades of Rouge #A03764
Tints of Rouge #A03764
RGB
CMYK
RGB Variations
Color information
#A03764 (or 0xA03764) is known color: Rouge. HEX triplet: A0, 37 and 64. RGB value is (160,55,100). Sum of RGB (Red+Green+Blue) = 160+55+100=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A03764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03764 is #5FC89B. Grayscale: #5B5B5B. Windows color (decimal): -6277276 or 6567840. OLE color: 6567840.
HSL color Cylindrical-coordinate representation of color #A03764: hue angle of 334.29º degrees, saturation: 0.49, 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 #A03764 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 100 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.37 |
| HSL | 334.29º | 0.49% | 0.42% | - |
| HSV(B) | 334.29º | 0.66% | 0.63% | - |
| XYZ | 18.16 | 11.13 | 13.25 | - |
| YUV | 91.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 100 | 0 | 0.66 | 0.38 | 0.37 | 334.29 | 0.49 | 0.42 |
| Hex | A0 | 37 | 64 | 0 | 42 | 26 | 25 | 14E | 31 | 2A |
| Octal | 240 | 67 | 144 | 0 | 102 | 46 | 45 | 516 | 61 | 52 |
| Binary | 10100000 | 110111 | 1100100 | 0 | 1000010 | 100110 | 100101 | 101001110 | 110001 | 101010 |
Color Harmonies of #A03764
Complementary color
Monochromatic Colors of #A03764
Black with #A03764
Text Example
Text Example
White with #A03764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03764; }
p { color: rgb(160,55,100); }
H1.HeaderClassName
{
color: #A03764;
}
.AnyTagClassName
{
color: #A03764;
}
</style>
background-color css
<style>
a { background-color: #A03764; }
a { background-color: rgb(160,55,100); }
div.DivClassName
{
background-color: #A03764;
}
.BgClassName
{
background-color: #A03764;
}
</style>
border-color css
<style>
span { border-color: #A03764; }
span { border-color: rgb(160,55,100); }
td.TdClassName
{
border-color: #A03764;
}
.TagClassName
{
border-color: #A03764;
}
</style>