Shades of Rouge #A04270
Tints of Rouge #A04270
RGB
CMYK
RGB Variations
Color information
#A04270 (or 0xA04270) is known color: Rouge. HEX triplet: A0, 42 and 70. RGB value is (160,66,112). Sum of RGB (Red+Green+Blue) = 160+66+112=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A04270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04270 is #5FBD8F. Grayscale: #636363. Windows color (decimal): -6274448 or 7357088. OLE color: 7357088.
HSL color Cylindrical-coordinate representation of color #A04270: hue angle of 330.64º 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 #A04270 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 112 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.37 |
| HSL | 330.64º | 0.42% | 0.44% | - |
| HSV(B) | 330.64º | 0.59% | 0.63% | - |
| XYZ | 19.37 | 12.54 | 16.73 | - |
| YUV | 99.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 112 | 0 | 0.59 | 0.30 | 0.37 | 330.64 | 0.42 | 0.44 |
| Hex | A0 | 42 | 70 | 0 | 3B | 1E | 25 | 14B | 2A | 2C |
| Octal | 240 | 102 | 160 | 0 | 73 | 36 | 45 | 513 | 52 | 54 |
| Binary | 10100000 | 1000010 | 1110000 | 0 | 111011 | 11110 | 100101 | 101001011 | 101010 | 101100 |
Color Harmonies of #A04270
Complementary color
Monochromatic Colors of #A04270
Black with #A04270
Text Example
Text Example
White with #A04270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04270; }
p { color: rgb(160,66,112); }
H1.HeaderClassName
{
color: #A04270;
}
.AnyTagClassName
{
color: #A04270;
}
</style>
background-color css
<style>
a { background-color: #A04270; }
a { background-color: rgb(160,66,112); }
div.DivClassName
{
background-color: #A04270;
}
.BgClassName
{
background-color: #A04270;
}
</style>
border-color css
<style>
span { border-color: #A04270; }
span { border-color: rgb(160,66,112); }
td.TdClassName
{
border-color: #A04270;
}
.TagClassName
{
border-color: #A04270;
}
</style>