Shades of Rouge #A04271
Tints of Rouge #A04271
RGB
CMYK
RGB Variations
Color information
#A04271 (or 0xA04271) is known color: Rouge. HEX triplet: A0, 42 and 71. RGB value is (160,66,113). Sum of RGB (Red+Green+Blue) = 160+66+113=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A04271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04271 is #5FBD8E. Grayscale: #636363. Windows color (decimal): -6274447 or 7422624. OLE color: 7422624.
HSL color Cylindrical-coordinate representation of color #A04271: hue angle of 330º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04271 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 113 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.37 |
| HSL | 330º | 0.42% | 0.44% | - |
| HSV(B) | 330º | 0.59% | 0.63% | - |
| XYZ | 19.43 | 12.56 | 17.02 | - |
| YUV | 99.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 113 | 0 | 0.59 | 0.29 | 0.37 | 330 | 0.42 | 0.44 |
| Hex | A0 | 42 | 71 | 0 | 3B | 1D | 25 | 14A | 2A | 2C |
| Octal | 240 | 102 | 161 | 0 | 73 | 35 | 45 | 512 | 52 | 54 |
| Binary | 10100000 | 1000010 | 1110001 | 0 | 111011 | 11101 | 100101 | 101001010 | 101010 | 101100 |
Color Harmonies of #A04271
Complementary color
Monochromatic Colors of #A04271
Black with #A04271
Text Example
Text Example
White with #A04271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04271; }
p { color: rgb(160,66,113); }
H1.HeaderClassName
{
color: #A04271;
}
.AnyTagClassName
{
color: #A04271;
}
</style>
background-color css
<style>
a { background-color: #A04271; }
a { background-color: rgb(160,66,113); }
div.DivClassName
{
background-color: #A04271;
}
.BgClassName
{
background-color: #A04271;
}
</style>
border-color css
<style>
span { border-color: #A04271; }
span { border-color: rgb(160,66,113); }
td.TdClassName
{
border-color: #A04271;
}
.TagClassName
{
border-color: #A04271;
}
</style>