Shades of Rouge #A0466D
Tints of Rouge #A0466D
RGB
CMYK
RGB Variations
Color information
#A0466D (or 0xA0466D) is known color: Rouge. HEX triplet: A0, 46 and 6D. RGB value is (160,70,109). Sum of RGB (Red+Green+Blue) = 160+70+109=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0466D is #5FB992. Grayscale: #656565. Windows color (decimal): -6273427 or 7161504. OLE color: 7161504.
HSL color Cylindrical-coordinate representation of color #A0466D: hue angle of 334º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0466D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 109 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.37 |
| HSL | 334º | 0.39% | 0.45% | - |
| HSV(B) | 334º | 0.56% | 0.63% | - |
| XYZ | 19.45 | 12.96 | 15.94 | - |
| YUV | 101.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 109 | 0 | 0.56 | 0.32 | 0.37 | 334 | 0.39 | 0.45 |
| Hex | A0 | 46 | 6D | 0 | 38 | 20 | 25 | 14E | 27 | 2D |
| Octal | 240 | 106 | 155 | 0 | 70 | 40 | 45 | 516 | 47 | 55 |
| Binary | 10100000 | 1000110 | 1101101 | 0 | 111000 | 100000 | 100101 | 101001110 | 100111 | 101101 |
Color Harmonies of #A0466D
Complementary color
Monochromatic Colors of #A0466D
Black with #A0466D
Text Example
Text Example
White with #A0466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0466D; }
p { color: rgb(160,70,109); }
H1.HeaderClassName
{
color: #A0466D;
}
.AnyTagClassName
{
color: #A0466D;
}
</style>
background-color css
<style>
a { background-color: #A0466D; }
a { background-color: rgb(160,70,109); }
div.DivClassName
{
background-color: #A0466D;
}
.BgClassName
{
background-color: #A0466D;
}
</style>
border-color css
<style>
span { border-color: #A0466D; }
span { border-color: rgb(160,70,109); }
td.TdClassName
{
border-color: #A0466D;
}
.TagClassName
{
border-color: #A0466D;
}
</style>