Shades of Rouge #A0355F
Tints of Rouge #A0355F
RGB
CMYK
RGB Variations
Color information
#A0355F (or 0xA0355F) is known color: Rouge. HEX triplet: A0, 35 and 5F. RGB value is (160,53,95). Sum of RGB (Red+Green+Blue) = 160+53+95=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0355F is #5FCAA0. Grayscale: #595959. Windows color (decimal): -6277793 or 6239648. OLE color: 6239648.
HSL color Cylindrical-coordinate representation of color #A0355F: hue angle of 336.45º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0355F is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 95 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.37 |
| HSL | 336.45º | 0.5% | 0.42% | - |
| HSV(B) | 336.45º | 0.67% | 0.63% | - |
| XYZ | 17.84 | 10.85 | 11.98 | - |
| YUV | 89.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 95 | 0 | 0.67 | 0.41 | 0.37 | 336.45 | 0.5 | 0.42 |
| Hex | A0 | 35 | 5F | 0 | 43 | 29 | 25 | 150 | 32 | 2A |
| Octal | 240 | 65 | 137 | 0 | 103 | 51 | 45 | 520 | 62 | 52 |
| Binary | 10100000 | 110101 | 1011111 | 0 | 1000011 | 101001 | 100101 | 101010000 | 110010 | 101010 |
Color Harmonies of #A0355F
Complementary color
Monochromatic Colors of #A0355F
Black with #A0355F
Text Example
Text Example
White with #A0355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0355F; }
p { color: rgb(160,53,95); }
H1.HeaderClassName
{
color: #A0355F;
}
.AnyTagClassName
{
color: #A0355F;
}
</style>
background-color css
<style>
a { background-color: #A0355F; }
a { background-color: rgb(160,53,95); }
div.DivClassName
{
background-color: #A0355F;
}
.BgClassName
{
background-color: #A0355F;
}
</style>
border-color css
<style>
span { border-color: #A0355F; }
span { border-color: rgb(160,53,95); }
td.TdClassName
{
border-color: #A0355F;
}
.TagClassName
{
border-color: #A0355F;
}
</style>