Shades of Rouge #A04170
Tints of Rouge #A04170
RGB
CMYK
RGB Variations
Color information
#A04170 (or 0xA04170) is known color: Rouge. HEX triplet: A0, 41 and 70. RGB value is (160,65,112). Sum of RGB (Red+Green+Blue) = 160+65+112=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A04170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04170 is #5FBE8F. Grayscale: #626262. Windows color (decimal): -6274704 or 7356832. OLE color: 7356832.
HSL color Cylindrical-coordinate representation of color #A04170: hue angle of 330.32º 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 #A04170 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 112 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.37 |
| HSL | 330.32º | 0.42% | 0.44% | - |
| HSV(B) | 330.32º | 0.59% | 0.63% | - |
| XYZ | 19.31 | 12.42 | 16.71 | - |
| YUV | 98.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 112 | 0 | 0.59 | 0.30 | 0.37 | 330.32 | 0.42 | 0.44 |
| Hex | A0 | 41 | 70 | 0 | 3B | 1E | 25 | 14A | 2A | 2C |
| Octal | 240 | 101 | 160 | 0 | 73 | 36 | 45 | 512 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1110000 | 0 | 111011 | 11110 | 100101 | 101001010 | 101010 | 101100 |
Color Harmonies of #A04170
Complementary color
Monochromatic Colors of #A04170
Black with #A04170
Text Example
Text Example
White with #A04170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04170; }
p { color: rgb(160,65,112); }
H1.HeaderClassName
{
color: #A04170;
}
.AnyTagClassName
{
color: #A04170;
}
</style>
background-color css
<style>
a { background-color: #A04170; }
a { background-color: rgb(160,65,112); }
div.DivClassName
{
background-color: #A04170;
}
.BgClassName
{
background-color: #A04170;
}
</style>
border-color css
<style>
span { border-color: #A04170; }
span { border-color: rgb(160,65,112); }
td.TdClassName
{
border-color: #A04170;
}
.TagClassName
{
border-color: #A04170;
}
</style>