Shades of Rouge #A03F62
Tints of Rouge #A03F62
RGB
CMYK
RGB Variations
Color information
#A03F62 (or 0xA03F62) is known color: Rouge. HEX triplet: A0, 3F and 62. RGB value is (160,63,98). Sum of RGB (Red+Green+Blue) = 160+63+98=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03F62 is #5FC09D. Grayscale: #5F5F5F. Windows color (decimal): -6275230 or 6438816. OLE color: 6438816.
HSL color Cylindrical-coordinate representation of color #A03F62: hue angle of 338.35º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03F62 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 98 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.37 |
| HSL | 338.35º | 0.43% | 0.44% | - |
| HSV(B) | 338.35º | 0.61% | 0.63% | - |
| XYZ | 18.48 | 11.91 | 12.88 | - |
| YUV | 95.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 98 | 0 | 0.61 | 0.39 | 0.37 | 338.35 | 0.43 | 0.44 |
| Hex | A0 | 3F | 62 | 0 | 3D | 27 | 25 | 152 | 2B | 2C |
| Octal | 240 | 77 | 142 | 0 | 75 | 47 | 45 | 522 | 53 | 54 |
| Binary | 10100000 | 111111 | 1100010 | 0 | 111101 | 100111 | 100101 | 101010010 | 101011 | 101100 |
Color Harmonies of #A03F62
Complementary color
Monochromatic Colors of #A03F62
Black with #A03F62
Text Example
Text Example
White with #A03F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F62; }
p { color: rgb(160,63,98); }
H1.HeaderClassName
{
color: #A03F62;
}
.AnyTagClassName
{
color: #A03F62;
}
</style>
background-color css
<style>
a { background-color: #A03F62; }
a { background-color: rgb(160,63,98); }
div.DivClassName
{
background-color: #A03F62;
}
.BgClassName
{
background-color: #A03F62;
}
</style>
border-color css
<style>
span { border-color: #A03F62; }
span { border-color: rgb(160,63,98); }
td.TdClassName
{
border-color: #A03F62;
}
.TagClassName
{
border-color: #A03F62;
}
</style>