Shades of Rouge #A0446D
Tints of Rouge #A0446D
RGB
CMYK
RGB Variations
Color information
#A0446D (or 0xA0446D) is known color: Rouge. HEX triplet: A0, 44 and 6D. RGB value is (160,68,109). Sum of RGB (Red+Green+Blue) = 160+68+109=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0446D is #5FBB92. Grayscale: #646464. Windows color (decimal): -6273939 or 7160992. OLE color: 7160992.
HSL color Cylindrical-coordinate representation of color #A0446D: hue angle of 333.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0446D is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 109 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.37 |
| HSL | 333.26º | 0.4% | 0.45% | - |
| HSV(B) | 333.26º | 0.58% | 0.63% | - |
| XYZ | 19.32 | 12.71 | 15.9 | - |
| YUV | 100.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 109 | 0 | 0.57 | 0.32 | 0.37 | 333.26 | 0.4 | 0.45 |
| Hex | A0 | 44 | 6D | 0 | 39 | 20 | 25 | 14D | 28 | 2D |
| Octal | 240 | 104 | 155 | 0 | 71 | 40 | 45 | 515 | 50 | 55 |
| Binary | 10100000 | 1000100 | 1101101 | 0 | 111001 | 100000 | 100101 | 101001101 | 101000 | 101101 |
Color Harmonies of #A0446D
Complementary color
Monochromatic Colors of #A0446D
Black with #A0446D
Text Example
Text Example
White with #A0446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0446D; }
p { color: rgb(160,68,109); }
H1.HeaderClassName
{
color: #A0446D;
}
.AnyTagClassName
{
color: #A0446D;
}
</style>
background-color css
<style>
a { background-color: #A0446D; }
a { background-color: rgb(160,68,109); }
div.DivClassName
{
background-color: #A0446D;
}
.BgClassName
{
background-color: #A0446D;
}
</style>
border-color css
<style>
span { border-color: #A0446D; }
span { border-color: rgb(160,68,109); }
td.TdClassName
{
border-color: #A0446D;
}
.TagClassName
{
border-color: #A0446D;
}
</style>