Shades of Rouge #A0436A
Tints of Rouge #A0436A
RGB
CMYK
RGB Variations
Color information
#A0436A (or 0xA0436A) is known color: Rouge. HEX triplet: A0, 43 and 6A. RGB value is (160,67,106). Sum of RGB (Red+Green+Blue) = 160+67+106=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0436A is #5FBC95. Grayscale: #636363. Windows color (decimal): -6274198 or 6964128. OLE color: 6964128.
HSL color Cylindrical-coordinate representation of color #A0436A: hue angle of 334.84º 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 #A0436A is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 106 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.37 |
| HSL | 334.84º | 0.41% | 0.45% | - |
| HSV(B) | 334.84º | 0.58% | 0.63% | - |
| XYZ | 19.11 | 12.53 | 15.05 | - |
| YUV | 99.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 106 | 0 | 0.58 | 0.34 | 0.37 | 334.84 | 0.41 | 0.45 |
| Hex | A0 | 43 | 6A | 0 | 3A | 22 | 25 | 14F | 29 | 2D |
| Octal | 240 | 103 | 152 | 0 | 72 | 42 | 45 | 517 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1101010 | 0 | 111010 | 100010 | 100101 | 101001111 | 101001 | 101101 |
Color Harmonies of #A0436A
Complementary color
Monochromatic Colors of #A0436A
Black with #A0436A
Text Example
Text Example
White with #A0436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0436A; }
p { color: rgb(160,67,106); }
H1.HeaderClassName
{
color: #A0436A;
}
.AnyTagClassName
{
color: #A0436A;
}
</style>
background-color css
<style>
a { background-color: #A0436A; }
a { background-color: rgb(160,67,106); }
div.DivClassName
{
background-color: #A0436A;
}
.BgClassName
{
background-color: #A0436A;
}
</style>
border-color css
<style>
span { border-color: #A0436A; }
span { border-color: rgb(160,67,106); }
td.TdClassName
{
border-color: #A0436A;
}
.TagClassName
{
border-color: #A0436A;
}
</style>