Shades of Rouge #A72E70
Tints of Rouge #A72E70
RGB
CMYK
RGB Variations
Color information
#A72E70 (or 0xA72E70) is known color: Rouge. HEX triplet: A7, 2E and 70. RGB value is (167,46,112). Sum of RGB (Red+Green+Blue) = 167+46+112=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E70 is #58D18F. Grayscale: #595959. Windows color (decimal): -5820816 or 7351975. OLE color: 7351975.
HSL color Cylindrical-coordinate representation of color #A72E70: hue angle of 327.27º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72E70 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 112 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.35 |
| HSL | 327.27º | 0.57% | 0.42% | - |
| HSV(B) | 327.27º | 0.72% | 0.65% | - |
| XYZ | 19.84 | 11.34 | 16.47 | - |
| YUV | 89.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 112 | 0 | 0.72 | 0.33 | 0.35 | 327.27 | 0.57 | 0.42 |
| Hex | A7 | 2E | 70 | 0 | 48 | 21 | 23 | 147 | 39 | 2A |
| Octal | 247 | 56 | 160 | 0 | 110 | 41 | 43 | 507 | 71 | 52 |
| Binary | 10100111 | 101110 | 1110000 | 0 | 1001000 | 100001 | 100011 | 101000111 | 111001 | 101010 |
Color Harmonies of #A72E70
Complementary color
Monochromatic Colors of #A72E70
Black with #A72E70
Text Example
Text Example
White with #A72E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E70; }
p { color: rgb(167,46,112); }
H1.HeaderClassName
{
color: #A72E70;
}
.AnyTagClassName
{
color: #A72E70;
}
</style>
background-color css
<style>
a { background-color: #A72E70; }
a { background-color: rgb(167,46,112); }
div.DivClassName
{
background-color: #A72E70;
}
.BgClassName
{
background-color: #A72E70;
}
</style>
border-color css
<style>
span { border-color: #A72E70; }
span { border-color: rgb(167,46,112); }
td.TdClassName
{
border-color: #A72E70;
}
.TagClassName
{
border-color: #A72E70;
}
</style>