Shades of Rouge #A0346B
Tints of Rouge #A0346B
RGB
CMYK
RGB Variations
Color information
#A0346B (or 0xA0346B) is known color: Rouge. HEX triplet: A0, 34 and 6B. RGB value is (160,52,107). Sum of RGB (Red+Green+Blue) = 160+52+107=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0346B is #5FCB94. Grayscale: #5A5A5A. Windows color (decimal): -6278037 or 7025824. OLE color: 7025824.
HSL color Cylindrical-coordinate representation of color #A0346B: hue angle of 329.44º 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 #A0346B is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 107 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.37 |
| HSL | 329.44º | 0.51% | 0.42% | - |
| HSV(B) | 329.44º | 0.68% | 0.63% | - |
| XYZ | 18.38 | 10.99 | 15.06 | - |
| YUV | 90.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 107 | 0 | 0.68 | 0.33 | 0.37 | 329.44 | 0.51 | 0.42 |
| Hex | A0 | 34 | 6B | 0 | 44 | 21 | 25 | 149 | 33 | 2A |
| Octal | 240 | 64 | 153 | 0 | 104 | 41 | 45 | 511 | 63 | 52 |
| Binary | 10100000 | 110100 | 1101011 | 0 | 1000100 | 100001 | 100101 | 101001001 | 110011 | 101010 |
Color Harmonies of #A0346B
Complementary color
Monochromatic Colors of #A0346B
Black with #A0346B
Text Example
Text Example
White with #A0346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0346B; }
p { color: rgb(160,52,107); }
H1.HeaderClassName
{
color: #A0346B;
}
.AnyTagClassName
{
color: #A0346B;
}
</style>
background-color css
<style>
a { background-color: #A0346B; }
a { background-color: rgb(160,52,107); }
div.DivClassName
{
background-color: #A0346B;
}
.BgClassName
{
background-color: #A0346B;
}
</style>
border-color css
<style>
span { border-color: #A0346B; }
span { border-color: rgb(160,52,107); }
td.TdClassName
{
border-color: #A0346B;
}
.TagClassName
{
border-color: #A0346B;
}
</style>