Shades of Rouge #A03460
Tints of Rouge #A03460
RGB
CMYK
RGB Variations
Color information
#A03460 (or 0xA03460) is known color: Rouge. HEX triplet: A0, 34 and 60. RGB value is (160,52,96). Sum of RGB (Red+Green+Blue) = 160+52+96=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A03460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03460 is #5FCB9F. Grayscale: #595959. Windows color (decimal): -6278048 or 6304928. OLE color: 6304928.
HSL color Cylindrical-coordinate representation of color #A03460: hue angle of 335.56º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03460 is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 96 | - |
| CMYK | 0 | 0.68 | 0.4 | 0.37 |
| HSL | 335.56º | 0.51% | 0.42% | - |
| HSV(B) | 335.56º | 0.68% | 0.63% | - |
| XYZ | 17.84 | 10.77 | 12.21 | - |
| YUV | 89.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 96 | 0 | 0.68 | 0.4 | 0.37 | 335.56 | 0.51 | 0.42 |
| Hex | A0 | 34 | 60 | 0 | 44 | 28 | 25 | 150 | 33 | 2A |
| Octal | 240 | 64 | 140 | 0 | 104 | 50 | 45 | 520 | 63 | 52 |
| Binary | 10100000 | 110100 | 1100000 | 0 | 1000100 | 101000 | 100101 | 101010000 | 110011 | 101010 |
Color Harmonies of #A03460
Complementary color
Monochromatic Colors of #A03460
Black with #A03460
Text Example
Text Example
White with #A03460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03460; }
p { color: rgb(160,52,96); }
H1.HeaderClassName
{
color: #A03460;
}
.AnyTagClassName
{
color: #A03460;
}
</style>
background-color css
<style>
a { background-color: #A03460; }
a { background-color: rgb(160,52,96); }
div.DivClassName
{
background-color: #A03460;
}
.BgClassName
{
background-color: #A03460;
}
</style>
border-color css
<style>
span { border-color: #A03460; }
span { border-color: rgb(160,52,96); }
td.TdClassName
{
border-color: #A03460;
}
.TagClassName
{
border-color: #A03460;
}
</style>