Shades of Rouge #A72E66
Tints of Rouge #A72E66
RGB
CMYK
RGB Variations
Color information
#A72E66 (or 0xA72E66) is known color: Rouge. HEX triplet: A7, 2E and 66. RGB value is (167,46,102). Sum of RGB (Red+Green+Blue) = 167+46+102=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E66 is #58D199. Grayscale: #585858. Windows color (decimal): -5820826 or 6696615. OLE color: 6696615.
HSL color Cylindrical-coordinate representation of color #A72E66: hue angle of 332.23º 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 #A72E66 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 102 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.35 |
| HSL | 332.23º | 0.57% | 0.42% | - |
| HSV(B) | 332.23º | 0.72% | 0.65% | - |
| XYZ | 19.31 | 11.13 | 13.7 | - |
| YUV | 88.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 102 | 0 | 0.72 | 0.39 | 0.35 | 332.23 | 0.57 | 0.42 |
| Hex | A7 | 2E | 66 | 0 | 48 | 27 | 23 | 14C | 39 | 2A |
| Octal | 247 | 56 | 146 | 0 | 110 | 47 | 43 | 514 | 71 | 52 |
| Binary | 10100111 | 101110 | 1100110 | 0 | 1001000 | 100111 | 100011 | 101001100 | 111001 | 101010 |
Color Harmonies of #A72E66
Complementary color
Monochromatic Colors of #A72E66
Black with #A72E66
Text Example
Text Example
White with #A72E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E66; }
p { color: rgb(167,46,102); }
H1.HeaderClassName
{
color: #A72E66;
}
.AnyTagClassName
{
color: #A72E66;
}
</style>
background-color css
<style>
a { background-color: #A72E66; }
a { background-color: rgb(167,46,102); }
div.DivClassName
{
background-color: #A72E66;
}
.BgClassName
{
background-color: #A72E66;
}
</style>
border-color css
<style>
span { border-color: #A72E66; }
span { border-color: rgb(167,46,102); }
td.TdClassName
{
border-color: #A72E66;
}
.TagClassName
{
border-color: #A72E66;
}
</style>