Shades of Rouge #A14672
Tints of Rouge #A14672
RGB
CMYK
RGB Variations
Color information
#A14672 (or 0xA14672) is known color: Rouge. HEX triplet: A1, 46 and 72. RGB value is (161,70,114). Sum of RGB (Red+Green+Blue) = 161+70+114=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14672 is #5EB98D. Grayscale: #666666. Windows color (decimal): -6207886 or 7489185. OLE color: 7489185.
HSL color Cylindrical-coordinate representation of color #A14672: hue angle of 330.99º degrees, saturation: 0.39, 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 #A14672 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 114 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.37 |
| HSL | 330.99º | 0.39% | 0.45% | - |
| HSV(B) | 330.99º | 0.57% | 0.63% | - |
| XYZ | 19.93 | 13.17 | 17.41 | - |
| YUV | 102.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 114 | 0 | 0.57 | 0.29 | 0.37 | 330.99 | 0.39 | 0.45 |
| Hex | A1 | 46 | 72 | 0 | 39 | 1D | 25 | 14B | 27 | 2D |
| Octal | 241 | 106 | 162 | 0 | 71 | 35 | 45 | 513 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1110010 | 0 | 111001 | 11101 | 100101 | 101001011 | 100111 | 101101 |
Color Harmonies of #A14672
Complementary color
Monochromatic Colors of #A14672
Black with #A14672
Text Example
Text Example
White with #A14672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14672; }
p { color: rgb(161,70,114); }
H1.HeaderClassName
{
color: #A14672;
}
.AnyTagClassName
{
color: #A14672;
}
</style>
background-color css
<style>
a { background-color: #A14672; }
a { background-color: rgb(161,70,114); }
div.DivClassName
{
background-color: #A14672;
}
.BgClassName
{
background-color: #A14672;
}
</style>
border-color css
<style>
span { border-color: #A14672; }
span { border-color: rgb(161,70,114); }
td.TdClassName
{
border-color: #A14672;
}
.TagClassName
{
border-color: #A14672;
}
</style>