Shades of Rouge #A72E6A
Tints of Rouge #A72E6A
RGB
CMYK
RGB Variations
Color information
#A72E6A (or 0xA72E6A) is known color: Rouge. HEX triplet: A7, 2E and 6A. RGB value is (167,46,106). Sum of RGB (Red+Green+Blue) = 167+46+106=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E6A is #58D195. Grayscale: #585858. Windows color (decimal): -5820822 or 6958759. OLE color: 6958759.
HSL color Cylindrical-coordinate representation of color #A72E6A: hue angle of 330.25º 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 #A72E6A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 106 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.35 |
| HSL | 330.25º | 0.57% | 0.42% | - |
| HSV(B) | 330.25º | 0.72% | 0.65% | - |
| XYZ | 19.51 | 11.21 | 14.77 | - |
| YUV | 89.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 106 | 0 | 0.72 | 0.37 | 0.35 | 330.25 | 0.57 | 0.42 |
| Hex | A7 | 2E | 6A | 0 | 48 | 25 | 23 | 14A | 39 | 2A |
| Octal | 247 | 56 | 152 | 0 | 110 | 45 | 43 | 512 | 71 | 52 |
| Binary | 10100111 | 101110 | 1101010 | 0 | 1001000 | 100101 | 100011 | 101001010 | 111001 | 101010 |
Color Harmonies of #A72E6A
Complementary color
Monochromatic Colors of #A72E6A
Black with #A72E6A
Text Example
Text Example
White with #A72E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E6A; }
p { color: rgb(167,46,106); }
H1.HeaderClassName
{
color: #A72E6A;
}
.AnyTagClassName
{
color: #A72E6A;
}
</style>
background-color css
<style>
a { background-color: #A72E6A; }
a { background-color: rgb(167,46,106); }
div.DivClassName
{
background-color: #A72E6A;
}
.BgClassName
{
background-color: #A72E6A;
}
</style>
border-color css
<style>
span { border-color: #A72E6A; }
span { border-color: rgb(167,46,106); }
td.TdClassName
{
border-color: #A72E6A;
}
.TagClassName
{
border-color: #A72E6A;
}
</style>