Shades of Rouge #A72F70
Tints of Rouge #A72F70
RGB
CMYK
RGB Variations
Color information
#A72F70 (or 0xA72F70) is known color: Rouge. HEX triplet: A7, 2F and 70. RGB value is (167,47,112). Sum of RGB (Red+Green+Blue) = 167+47+112=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72F70 is #58D08F. Grayscale: #5A5A5A. Windows color (decimal): -5820560 or 7352231. OLE color: 7352231.
HSL color Cylindrical-coordinate representation of color #A72F70: hue angle of 327.5º degrees, saturation: 0.56, 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 #A72F70 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 112 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.35 |
| HSL | 327.5º | 0.56% | 0.42% | - |
| HSV(B) | 327.5º | 0.72% | 0.65% | - |
| XYZ | 19.88 | 11.42 | 16.49 | - |
| YUV | 90.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 112 | 0 | 0.72 | 0.33 | 0.35 | 327.5 | 0.56 | 0.42 |
| Hex | A7 | 2F | 70 | 0 | 48 | 21 | 23 | 148 | 38 | 2A |
| Octal | 247 | 57 | 160 | 0 | 110 | 41 | 43 | 510 | 70 | 52 |
| Binary | 10100111 | 101111 | 1110000 | 0 | 1001000 | 100001 | 100011 | 101001000 | 111000 | 101010 |
Color Harmonies of #A72F70
Complementary color
Monochromatic Colors of #A72F70
Black with #A72F70
Text Example
Text Example
White with #A72F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F70; }
p { color: rgb(167,47,112); }
H1.HeaderClassName
{
color: #A72F70;
}
.AnyTagClassName
{
color: #A72F70;
}
</style>
background-color css
<style>
a { background-color: #A72F70; }
a { background-color: rgb(167,47,112); }
div.DivClassName
{
background-color: #A72F70;
}
.BgClassName
{
background-color: #A72F70;
}
</style>
border-color css
<style>
span { border-color: #A72F70; }
span { border-color: rgb(167,47,112); }
td.TdClassName
{
border-color: #A72F70;
}
.TagClassName
{
border-color: #A72F70;
}
</style>