Shades of Rouge #A03763
Tints of Rouge #A03763
RGB
CMYK
RGB Variations
Color information
#A03763 (or 0xA03763) is known color: Rouge. HEX triplet: A0, 37 and 63. RGB value is (160,55,99). Sum of RGB (Red+Green+Blue) = 160+55+99=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A03763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03763 is #5FC89C. Grayscale: #5B5B5B. Windows color (decimal): -6277277 or 6502304. OLE color: 6502304.
HSL color Cylindrical-coordinate representation of color #A03763: hue angle of 334.86º 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 #A03763 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 99 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.37 |
| HSL | 334.86º | 0.49% | 0.42% | - |
| HSV(B) | 334.86º | 0.66% | 0.63% | - |
| XYZ | 18.12 | 11.11 | 12.99 | - |
| YUV | 91.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 99 | 0 | 0.66 | 0.38 | 0.37 | 334.86 | 0.49 | 0.42 |
| Hex | A0 | 37 | 63 | 0 | 42 | 26 | 25 | 14F | 31 | 2A |
| Octal | 240 | 67 | 143 | 0 | 102 | 46 | 45 | 517 | 61 | 52 |
| Binary | 10100000 | 110111 | 1100011 | 0 | 1000010 | 100110 | 100101 | 101001111 | 110001 | 101010 |
Color Harmonies of #A03763
Complementary color
Monochromatic Colors of #A03763
Black with #A03763
Text Example
Text Example
White with #A03763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03763; }
p { color: rgb(160,55,99); }
H1.HeaderClassName
{
color: #A03763;
}
.AnyTagClassName
{
color: #A03763;
}
</style>
background-color css
<style>
a { background-color: #A03763; }
a { background-color: rgb(160,55,99); }
div.DivClassName
{
background-color: #A03763;
}
.BgClassName
{
background-color: #A03763;
}
</style>
border-color css
<style>
span { border-color: #A03763; }
span { border-color: rgb(160,55,99); }
td.TdClassName
{
border-color: #A03763;
}
.TagClassName
{
border-color: #A03763;
}
</style>