Shades of Rouge #AC3672
Tints of Rouge #AC3672
RGB
CMYK
RGB Variations
Color information
#AC3672 (or 0xAC3672) is known color: Rouge. HEX triplet: AC, 36 and 72. RGB value is (172,54,114). Sum of RGB (Red+Green+Blue) = 172+54+114=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3672 is #53C98D. Grayscale: #606060. Windows color (decimal): -5491086 or 7485100. OLE color: 7485100.
HSL color Cylindrical-coordinate representation of color #AC3672: hue angle of 329.49º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3672 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 114 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.33 |
| HSL | 329.49º | 0.52% | 0.44% | - |
| HSV(B) | 329.49º | 0.69% | 0.67% | - |
| XYZ | 21.37 | 12.62 | 17.23 | - |
| YUV | 96.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 114 | 0 | 0.69 | 0.34 | 0.33 | 329.49 | 0.52 | 0.44 |
| Hex | AC | 36 | 72 | 0 | 45 | 22 | 21 | 149 | 34 | 2C |
| Octal | 254 | 66 | 162 | 0 | 105 | 42 | 41 | 511 | 64 | 54 |
| Binary | 10101100 | 110110 | 1110010 | 0 | 1000101 | 100010 | 100001 | 101001001 | 110100 | 101100 |
Color Harmonies of #AC3672
Complementary color
Monochromatic Colors of #AC3672
Black with #AC3672
Text Example
Text Example
White with #AC3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3672; }
p { color: rgb(172,54,114); }
H1.HeaderClassName
{
color: #AC3672;
}
.AnyTagClassName
{
color: #AC3672;
}
</style>
background-color css
<style>
a { background-color: #AC3672; }
a { background-color: rgb(172,54,114); }
div.DivClassName
{
background-color: #AC3672;
}
.BgClassName
{
background-color: #AC3672;
}
</style>
border-color css
<style>
span { border-color: #AC3672; }
span { border-color: rgb(172,54,114); }
td.TdClassName
{
border-color: #AC3672;
}
.TagClassName
{
border-color: #AC3672;
}
</style>