Shades of Rouge #A0366B
Tints of Rouge #A0366B
RGB
CMYK
RGB Variations
Color information
#A0366B (or 0xA0366B) is known color: Rouge. HEX triplet: A0, 36 and 6B. RGB value is (160,54,107). Sum of RGB (Red+Green+Blue) = 160+54+107=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0366B is #5FC994. Grayscale: #5B5B5B. Windows color (decimal): -6277525 or 7026336. OLE color: 7026336.
HSL color Cylindrical-coordinate representation of color #A0366B: hue angle of 330º 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 #A0366B is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 107 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.37 |
| HSL | 330º | 0.5% | 0.42% | - |
| HSV(B) | 330º | 0.66% | 0.63% | - |
| XYZ | 18.47 | 11.17 | 15.09 | - |
| YUV | 91.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 107 | 0 | 0.66 | 0.33 | 0.37 | 330 | 0.5 | 0.42 |
| Hex | A0 | 36 | 6B | 0 | 42 | 21 | 25 | 14A | 32 | 2A |
| Octal | 240 | 66 | 153 | 0 | 102 | 41 | 45 | 512 | 62 | 52 |
| Binary | 10100000 | 110110 | 1101011 | 0 | 1000010 | 100001 | 100101 | 101001010 | 110010 | 101010 |
Color Harmonies of #A0366B
Complementary color
Monochromatic Colors of #A0366B
Black with #A0366B
Text Example
Text Example
White with #A0366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0366B; }
p { color: rgb(160,54,107); }
H1.HeaderClassName
{
color: #A0366B;
}
.AnyTagClassName
{
color: #A0366B;
}
</style>
background-color css
<style>
a { background-color: #A0366B; }
a { background-color: rgb(160,54,107); }
div.DivClassName
{
background-color: #A0366B;
}
.BgClassName
{
background-color: #A0366B;
}
</style>
border-color css
<style>
span { border-color: #A0366B; }
span { border-color: rgb(160,54,107); }
td.TdClassName
{
border-color: #A0366B;
}
.TagClassName
{
border-color: #A0366B;
}
</style>