Shades of Rouge #AC3C72
Tints of Rouge #AC3C72
RGB
CMYK
RGB Variations
Color information
#AC3C72 (or 0xAC3C72) is known color: Rouge. HEX triplet: AC, 3C and 72. RGB value is (172,60,114). Sum of RGB (Red+Green+Blue) = 172+60+114=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C72 is #53C38D. Grayscale: #636363. Windows color (decimal): -5489550 or 7486636. OLE color: 7486636.
HSL color Cylindrical-coordinate representation of color #AC3C72: hue angle of 331.07º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3C72 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 114 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.33 |
| HSL | 331.07º | 0.48% | 0.45% | - |
| HSV(B) | 331.07º | 0.65% | 0.67% | - |
| XYZ | 21.67 | 13.22 | 17.33 | - |
| YUV | 99.64 | 136.11 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 114 | 0 | 0.65 | 0.34 | 0.33 | 331.07 | 0.48 | 0.45 |
| Hex | AC | 3C | 72 | 0 | 41 | 22 | 21 | 14B | 30 | 2D |
| Octal | 254 | 74 | 162 | 0 | 101 | 42 | 41 | 513 | 60 | 55 |
| Binary | 10101100 | 111100 | 1110010 | 0 | 1000001 | 100010 | 100001 | 101001011 | 110000 | 101101 |
Color Harmonies of #AC3C72
Complementary color
Monochromatic Colors of #AC3C72
Black with #AC3C72
Text Example
Text Example
White with #AC3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C72; }
p { color: rgb(172,60,114); }
H1.HeaderClassName
{
color: #AC3C72;
}
.AnyTagClassName
{
color: #AC3C72;
}
</style>
background-color css
<style>
a { background-color: #AC3C72; }
a { background-color: rgb(172,60,114); }
div.DivClassName
{
background-color: #AC3C72;
}
.BgClassName
{
background-color: #AC3C72;
}
</style>
border-color css
<style>
span { border-color: #AC3C72; }
span { border-color: rgb(172,60,114); }
td.TdClassName
{
border-color: #AC3C72;
}
.TagClassName
{
border-color: #AC3C72;
}
</style>