Shades of Rouge #A0466C
Tints of Rouge #A0466C
RGB
CMYK
RGB Variations
Color information
#A0466C (or 0xA0466C) is known color: Rouge. HEX triplet: A0, 46 and 6C. RGB value is (160,70,108). Sum of RGB (Red+Green+Blue) = 160+70+108=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0466C is #5FB993. Grayscale: #656565. Windows color (decimal): -6273428 or 7095968. OLE color: 7095968.
HSL color Cylindrical-coordinate representation of color #A0466C: hue angle of 334.67º 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 #A0466C is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 108 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.37 |
| HSL | 334.67º | 0.39% | 0.45% | - |
| HSV(B) | 334.67º | 0.56% | 0.63% | - |
| XYZ | 19.39 | 12.94 | 15.66 | - |
| YUV | 101.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 108 | 0 | 0.56 | 0.32 | 0.37 | 334.67 | 0.39 | 0.45 |
| Hex | A0 | 46 | 6C | 0 | 38 | 20 | 25 | 14F | 27 | 2D |
| Octal | 240 | 106 | 154 | 0 | 70 | 40 | 45 | 517 | 47 | 55 |
| Binary | 10100000 | 1000110 | 1101100 | 0 | 111000 | 100000 | 100101 | 101001111 | 100111 | 101101 |
Color Harmonies of #A0466C
Complementary color
Monochromatic Colors of #A0466C
Black with #A0466C
Text Example
Text Example
White with #A0466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0466C; }
p { color: rgb(160,70,108); }
H1.HeaderClassName
{
color: #A0466C;
}
.AnyTagClassName
{
color: #A0466C;
}
</style>
background-color css
<style>
a { background-color: #A0466C; }
a { background-color: rgb(160,70,108); }
div.DivClassName
{
background-color: #A0466C;
}
.BgClassName
{
background-color: #A0466C;
}
</style>
border-color css
<style>
span { border-color: #A0466C; }
span { border-color: rgb(160,70,108); }
td.TdClassName
{
border-color: #A0466C;
}
.TagClassName
{
border-color: #A0466C;
}
</style>