Shades of Rouge #A14272
Tints of Rouge #A14272
RGB
CMYK
RGB Variations
Color information
#A14272 (or 0xA14272) is known color: Rouge. HEX triplet: A1, 42 and 72. RGB value is (161,66,114). Sum of RGB (Red+Green+Blue) = 161+66+114=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A14272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14272 is #5EBD8D. Grayscale: #636363. Windows color (decimal): -6208910 or 7488161. OLE color: 7488161.
HSL color Cylindrical-coordinate representation of color #A14272: hue angle of 329.68º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14272 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 114 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.37 |
| HSL | 329.68º | 0.42% | 0.45% | - |
| HSV(B) | 329.68º | 0.59% | 0.63% | - |
| XYZ | 19.68 | 12.69 | 17.33 | - |
| YUV | 99.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 114 | 0 | 0.59 | 0.29 | 0.37 | 329.68 | 0.42 | 0.45 |
| Hex | A1 | 42 | 72 | 0 | 3B | 1D | 25 | 14A | 2A | 2D |
| Octal | 241 | 102 | 162 | 0 | 73 | 35 | 45 | 512 | 52 | 55 |
| Binary | 10100001 | 1000010 | 1110010 | 0 | 111011 | 11101 | 100101 | 101001010 | 101010 | 101101 |
Color Harmonies of #A14272
Complementary color
Monochromatic Colors of #A14272
Black with #A14272
Text Example
Text Example
White with #A14272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14272; }
p { color: rgb(161,66,114); }
H1.HeaderClassName
{
color: #A14272;
}
.AnyTagClassName
{
color: #A14272;
}
</style>
background-color css
<style>
a { background-color: #A14272; }
a { background-color: rgb(161,66,114); }
div.DivClassName
{
background-color: #A14272;
}
.BgClassName
{
background-color: #A14272;
}
</style>
border-color css
<style>
span { border-color: #A14272; }
span { border-color: rgb(161,66,114); }
td.TdClassName
{
border-color: #A14272;
}
.TagClassName
{
border-color: #A14272;
}
</style>