Shades of Rouge #A14073
Tints of Rouge #A14073
RGB
CMYK
RGB Variations
Color information
#A14073 (or 0xA14073) is known color: Rouge. HEX triplet: A1, 40 and 73. RGB value is (161,64,115). Sum of RGB (Red+Green+Blue) = 161+64+115=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A14073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14073 is #5EBF8C. Grayscale: #626262. Windows color (decimal): -6209421 or 7553185. OLE color: 7553185.
HSL color Cylindrical-coordinate representation of color #A14073: hue angle of 328.45º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14073 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 115 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.37 |
| HSL | 328.45º | 0.43% | 0.44% | - |
| HSV(B) | 328.45º | 0.6% | 0.63% | - |
| XYZ | 19.63 | 12.48 | 17.59 | - |
| YUV | 98.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 115 | 0 | 0.60 | 0.29 | 0.37 | 328.45 | 0.43 | 0.44 |
| Hex | A1 | 40 | 73 | 0 | 3C | 1D | 25 | 148 | 2B | 2C |
| Octal | 241 | 100 | 163 | 0 | 74 | 35 | 45 | 510 | 53 | 54 |
| Binary | 10100001 | 1000000 | 1110011 | 0 | 111100 | 11101 | 100101 | 101001000 | 101011 | 101100 |
Color Harmonies of #A14073
Complementary color
Monochromatic Colors of #A14073
Black with #A14073
Text Example
Text Example
White with #A14073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14073; }
p { color: rgb(161,64,115); }
H1.HeaderClassName
{
color: #A14073;
}
.AnyTagClassName
{
color: #A14073;
}
</style>
background-color css
<style>
a { background-color: #A14073; }
a { background-color: rgb(161,64,115); }
div.DivClassName
{
background-color: #A14073;
}
.BgClassName
{
background-color: #A14073;
}
</style>
border-color css
<style>
span { border-color: #A14073; }
span { border-color: rgb(161,64,115); }
td.TdClassName
{
border-color: #A14073;
}
.TagClassName
{
border-color: #A14073;
}
</style>