Shades of Rouge #A0366F
Tints of Rouge #A0366F
RGB
CMYK
RGB Variations
Color information
#A0366F (or 0xA0366F) is known color: Rouge. HEX triplet: A0, 36 and 6F. RGB value is (160,54,111). Sum of RGB (Red+Green+Blue) = 160+54+111=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0366F is #5FC990. Grayscale: #5C5C5C. Windows color (decimal): -6277521 or 7288480. OLE color: 7288480.
HSL color Cylindrical-coordinate representation of color #A0366F: hue angle of 327.74º 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 #A0366F is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 111 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.37 |
| HSL | 327.74º | 0.5% | 0.42% | - |
| HSV(B) | 327.74º | 0.66% | 0.63% | - |
| XYZ | 18.69 | 11.26 | 16.23 | - |
| YUV | 92.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 111 | 0 | 0.66 | 0.31 | 0.37 | 327.74 | 0.5 | 0.42 |
| Hex | A0 | 36 | 6F | 0 | 42 | 1F | 25 | 148 | 32 | 2A |
| Octal | 240 | 66 | 157 | 0 | 102 | 37 | 45 | 510 | 62 | 52 |
| Binary | 10100000 | 110110 | 1101111 | 0 | 1000010 | 11111 | 100101 | 101001000 | 110010 | 101010 |
Color Harmonies of #A0366F
Complementary color
Monochromatic Colors of #A0366F
Black with #A0366F
Text Example
Text Example
White with #A0366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0366F; }
p { color: rgb(160,54,111); }
H1.HeaderClassName
{
color: #A0366F;
}
.AnyTagClassName
{
color: #A0366F;
}
</style>
background-color css
<style>
a { background-color: #A0366F; }
a { background-color: rgb(160,54,111); }
div.DivClassName
{
background-color: #A0366F;
}
.BgClassName
{
background-color: #A0366F;
}
</style>
border-color css
<style>
span { border-color: #A0366F; }
span { border-color: rgb(160,54,111); }
td.TdClassName
{
border-color: #A0366F;
}
.TagClassName
{
border-color: #A0366F;
}
</style>