Shades of Rouge #A0436D
Tints of Rouge #A0436D
RGB
CMYK
RGB Variations
Color information
#A0436D (or 0xA0436D) is known color: Rouge. HEX triplet: A0, 43 and 6D. RGB value is (160,67,109). Sum of RGB (Red+Green+Blue) = 160+67+109=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0436D is #5FBC92. Grayscale: #636363. Windows color (decimal): -6274195 or 7160736. OLE color: 7160736.
HSL color Cylindrical-coordinate representation of color #A0436D: hue angle of 332.9º 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 #A0436D is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 109 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.37 |
| HSL | 332.9º | 0.41% | 0.45% | - |
| HSV(B) | 332.9º | 0.58% | 0.63% | - |
| XYZ | 19.26 | 12.59 | 15.88 | - |
| YUV | 99.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 109 | 0 | 0.58 | 0.32 | 0.37 | 332.9 | 0.41 | 0.45 |
| Hex | A0 | 43 | 6D | 0 | 3A | 20 | 25 | 14D | 29 | 2D |
| Octal | 240 | 103 | 155 | 0 | 72 | 40 | 45 | 515 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1101101 | 0 | 111010 | 100000 | 100101 | 101001101 | 101001 | 101101 |
Color Harmonies of #A0436D
Complementary color
Monochromatic Colors of #A0436D
Black with #A0436D
Text Example
Text Example
White with #A0436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0436D; }
p { color: rgb(160,67,109); }
H1.HeaderClassName
{
color: #A0436D;
}
.AnyTagClassName
{
color: #A0436D;
}
</style>
background-color css
<style>
a { background-color: #A0436D; }
a { background-color: rgb(160,67,109); }
div.DivClassName
{
background-color: #A0436D;
}
.BgClassName
{
background-color: #A0436D;
}
</style>
border-color css
<style>
span { border-color: #A0436D; }
span { border-color: rgb(160,67,109); }
td.TdClassName
{
border-color: #A0436D;
}
.TagClassName
{
border-color: #A0436D;
}
</style>