Shades of Rouge #A03D6C
Tints of Rouge #A03D6C
RGB
CMYK
RGB Variations
Color information
#A03D6C (or 0xA03D6C) is known color: Rouge. HEX triplet: A0, 3D and 6C. RGB value is (160,61,108). Sum of RGB (Red+Green+Blue) = 160+61+108=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03D6C is #5FC293. Grayscale: #5F5F5F. Windows color (decimal): -6275732 or 7093664. OLE color: 7093664.
HSL color Cylindrical-coordinate representation of color #A03D6C: hue angle of 331.52º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03D6C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 108 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.37 |
| HSL | 331.52º | 0.45% | 0.43% | - |
| HSV(B) | 331.52º | 0.62% | 0.63% | - |
| XYZ | 18.87 | 11.89 | 15.49 | - |
| YUV | 95.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 108 | 0 | 0.62 | 0.32 | 0.37 | 331.52 | 0.45 | 0.43 |
| Hex | A0 | 3D | 6C | 0 | 3E | 20 | 25 | 14C | 2D | 2B |
| Octal | 240 | 75 | 154 | 0 | 76 | 40 | 45 | 514 | 55 | 53 |
| Binary | 10100000 | 111101 | 1101100 | 0 | 111110 | 100000 | 100101 | 101001100 | 101101 | 101011 |
Color Harmonies of #A03D6C
Complementary color
Monochromatic Colors of #A03D6C
Black with #A03D6C
Text Example
Text Example
White with #A03D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D6C; }
p { color: rgb(160,61,108); }
H1.HeaderClassName
{
color: #A03D6C;
}
.AnyTagClassName
{
color: #A03D6C;
}
</style>
background-color css
<style>
a { background-color: #A03D6C; }
a { background-color: rgb(160,61,108); }
div.DivClassName
{
background-color: #A03D6C;
}
.BgClassName
{
background-color: #A03D6C;
}
</style>
border-color css
<style>
span { border-color: #A03D6C; }
span { border-color: rgb(160,61,108); }
td.TdClassName
{
border-color: #A03D6C;
}
.TagClassName
{
border-color: #A03D6C;
}
</style>