Shades of Rouge #A0365E
Tints of Rouge #A0365E
RGB
CMYK
RGB Variations
Color information
#A0365E (or 0xA0365E) is known color: Rouge. HEX triplet: A0, 36 and 5E. RGB value is (160,54,94). Sum of RGB (Red+Green+Blue) = 160+54+94=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0365E is #5FC9A1. Grayscale: #5A5A5A. Windows color (decimal): -6277538 or 6174368. OLE color: 6174368.
HSL color Cylindrical-coordinate representation of color #A0365E: hue angle of 337.36º 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 #A0365E is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 94 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.37 |
| HSL | 337.36º | 0.5% | 0.42% | - |
| HSV(B) | 337.36º | 0.66% | 0.63% | - |
| XYZ | 17.84 | 10.92 | 11.76 | - |
| YUV | 90.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 94 | 0 | 0.66 | 0.41 | 0.37 | 337.36 | 0.5 | 0.42 |
| Hex | A0 | 36 | 5E | 0 | 42 | 29 | 25 | 151 | 32 | 2A |
| Octal | 240 | 66 | 136 | 0 | 102 | 51 | 45 | 521 | 62 | 52 |
| Binary | 10100000 | 110110 | 1011110 | 0 | 1000010 | 101001 | 100101 | 101010001 | 110010 | 101010 |
Color Harmonies of #A0365E
Complementary color
Monochromatic Colors of #A0365E
Black with #A0365E
Text Example
Text Example
White with #A0365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0365E; }
p { color: rgb(160,54,94); }
H1.HeaderClassName
{
color: #A0365E;
}
.AnyTagClassName
{
color: #A0365E;
}
</style>
background-color css
<style>
a { background-color: #A0365E; }
a { background-color: rgb(160,54,94); }
div.DivClassName
{
background-color: #A0365E;
}
.BgClassName
{
background-color: #A0365E;
}
</style>
border-color css
<style>
span { border-color: #A0365E; }
span { border-color: rgb(160,54,94); }
td.TdClassName
{
border-color: #A0365E;
}
.TagClassName
{
border-color: #A0365E;
}
</style>