Shades of Rouge #A03862
Tints of Rouge #A03862
RGB
CMYK
RGB Variations
Color information
#A03862 (or 0xA03862) is known color: Rouge. HEX triplet: A0, 38 and 62. RGB value is (160,56,98). Sum of RGB (Red+Green+Blue) = 160+56+98=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A03862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03862 is #5FC79D. Grayscale: #5B5B5B. Windows color (decimal): -6277022 or 6437024. OLE color: 6437024.
HSL color Cylindrical-coordinate representation of color #A03862: hue angle of 335.77º 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 #A03862 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 98 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.37 |
| HSL | 335.77º | 0.48% | 0.42% | - |
| HSV(B) | 335.77º | 0.65% | 0.63% | - |
| XYZ | 18.12 | 11.18 | 12.76 | - |
| YUV | 91.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 98 | 0 | 0.65 | 0.39 | 0.37 | 335.77 | 0.48 | 0.42 |
| Hex | A0 | 38 | 62 | 0 | 41 | 27 | 25 | 150 | 30 | 2A |
| Octal | 240 | 70 | 142 | 0 | 101 | 47 | 45 | 520 | 60 | 52 |
| Binary | 10100000 | 111000 | 1100010 | 0 | 1000001 | 100111 | 100101 | 101010000 | 110000 | 101010 |
Color Harmonies of #A03862
Complementary color
Monochromatic Colors of #A03862
Black with #A03862
Text Example
Text Example
White with #A03862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03862; }
p { color: rgb(160,56,98); }
H1.HeaderClassName
{
color: #A03862;
}
.AnyTagClassName
{
color: #A03862;
}
</style>
background-color css
<style>
a { background-color: #A03862; }
a { background-color: rgb(160,56,98); }
div.DivClassName
{
background-color: #A03862;
}
.BgClassName
{
background-color: #A03862;
}
</style>
border-color css
<style>
span { border-color: #A03862; }
span { border-color: rgb(160,56,98); }
td.TdClassName
{
border-color: #A03862;
}
.TagClassName
{
border-color: #A03862;
}
</style>