Shades of Rouge #A0436C
Tints of Rouge #A0436C
RGB
CMYK
RGB Variations
Color information
#A0436C (or 0xA0436C) is known color: Rouge. HEX triplet: A0, 43 and 6C. RGB value is (160,67,108). Sum of RGB (Red+Green+Blue) = 160+67+108=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0436C is #5FBC93. Grayscale: #636363. Windows color (decimal): -6274196 or 7095200. OLE color: 7095200.
HSL color Cylindrical-coordinate representation of color #A0436C: hue angle of 333.55º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0436C is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 108 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.37 |
| HSL | 333.55º | 0.41% | 0.45% | - |
| HSV(B) | 333.55º | 0.58% | 0.63% | - |
| XYZ | 19.21 | 12.57 | 15.6 | - |
| YUV | 99.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 108 | 0 | 0.58 | 0.32 | 0.37 | 333.55 | 0.41 | 0.45 |
| Hex | A0 | 43 | 6C | 0 | 3A | 20 | 25 | 14E | 29 | 2D |
| Octal | 240 | 103 | 154 | 0 | 72 | 40 | 45 | 516 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1101100 | 0 | 111010 | 100000 | 100101 | 101001110 | 101001 | 101101 |
Color Harmonies of #A0436C
Complementary color
Monochromatic Colors of #A0436C
Black with #A0436C
Text Example
Text Example
White with #A0436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0436C; }
p { color: rgb(160,67,108); }
H1.HeaderClassName
{
color: #A0436C;
}
.AnyTagClassName
{
color: #A0436C;
}
</style>
background-color css
<style>
a { background-color: #A0436C; }
a { background-color: rgb(160,67,108); }
div.DivClassName
{
background-color: #A0436C;
}
.BgClassName
{
background-color: #A0436C;
}
</style>
border-color css
<style>
span { border-color: #A0436C; }
span { border-color: rgb(160,67,108); }
td.TdClassName
{
border-color: #A0436C;
}
.TagClassName
{
border-color: #A0436C;
}
</style>