Shades of Rouge #A0366C
Tints of Rouge #A0366C
RGB
CMYK
RGB Variations
Color information
#A0366C (or 0xA0366C) is known color: Rouge. HEX triplet: A0, 36 and 6C. RGB value is (160,54,108). Sum of RGB (Red+Green+Blue) = 160+54+108=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0366C is #5FC993. Grayscale: #5B5B5B. Windows color (decimal): -6277524 or 7091872. OLE color: 7091872.
HSL color Cylindrical-coordinate representation of color #A0366C: hue angle of 329.43º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0366C is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 108 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.37 |
| HSL | 329.43º | 0.5% | 0.42% | - |
| HSV(B) | 329.43º | 0.66% | 0.63% | - |
| XYZ | 18.52 | 11.19 | 15.37 | - |
| YUV | 91.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 108 | 0 | 0.66 | 0.32 | 0.37 | 329.43 | 0.5 | 0.42 |
| Hex | A0 | 36 | 6C | 0 | 42 | 20 | 25 | 149 | 32 | 2A |
| Octal | 240 | 66 | 154 | 0 | 102 | 40 | 45 | 511 | 62 | 52 |
| Binary | 10100000 | 110110 | 1101100 | 0 | 1000010 | 100000 | 100101 | 101001001 | 110010 | 101010 |
Color Harmonies of #A0366C
Complementary color
Monochromatic Colors of #A0366C
Black with #A0366C
Text Example
Text Example
White with #A0366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0366C; }
p { color: rgb(160,54,108); }
H1.HeaderClassName
{
color: #A0366C;
}
.AnyTagClassName
{
color: #A0366C;
}
</style>
background-color css
<style>
a { background-color: #A0366C; }
a { background-color: rgb(160,54,108); }
div.DivClassName
{
background-color: #A0366C;
}
.BgClassName
{
background-color: #A0366C;
}
</style>
border-color css
<style>
span { border-color: #A0366C; }
span { border-color: rgb(160,54,108); }
td.TdClassName
{
border-color: #A0366C;
}
.TagClassName
{
border-color: #A0366C;
}
</style>