Shades of Rouge #A03762
Tints of Rouge #A03762
RGB
CMYK
RGB Variations
Color information
#A03762 (or 0xA03762) is known color: Rouge. HEX triplet: A0, 37 and 62. RGB value is (160,55,98). Sum of RGB (Red+Green+Blue) = 160+55+98=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A03762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03762 is #5FC89D. Grayscale: #5B5B5B. Windows color (decimal): -6277278 or 6436768. OLE color: 6436768.
HSL color Cylindrical-coordinate representation of color #A03762: hue angle of 335.43º 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 #A03762 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 98 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.37 |
| HSL | 335.43º | 0.49% | 0.42% | - |
| HSV(B) | 335.43º | 0.66% | 0.63% | - |
| XYZ | 18.07 | 11.09 | 12.74 | - |
| YUV | 91.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 98 | 0 | 0.66 | 0.39 | 0.37 | 335.43 | 0.49 | 0.42 |
| Hex | A0 | 37 | 62 | 0 | 42 | 27 | 25 | 14F | 31 | 2A |
| Octal | 240 | 67 | 142 | 0 | 102 | 47 | 45 | 517 | 61 | 52 |
| Binary | 10100000 | 110111 | 1100010 | 0 | 1000010 | 100111 | 100101 | 101001111 | 110001 | 101010 |
Color Harmonies of #A03762
Complementary color
Monochromatic Colors of #A03762
Black with #A03762
Text Example
Text Example
White with #A03762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03762; }
p { color: rgb(160,55,98); }
H1.HeaderClassName
{
color: #A03762;
}
.AnyTagClassName
{
color: #A03762;
}
</style>
background-color css
<style>
a { background-color: #A03762; }
a { background-color: rgb(160,55,98); }
div.DivClassName
{
background-color: #A03762;
}
.BgClassName
{
background-color: #A03762;
}
</style>
border-color css
<style>
span { border-color: #A03762; }
span { border-color: rgb(160,55,98); }
td.TdClassName
{
border-color: #A03762;
}
.TagClassName
{
border-color: #A03762;
}
</style>