Shades of Rouge #AC3774
Tints of Rouge #AC3774
RGB
CMYK
RGB Variations
Color information
#AC3774 (or 0xAC3774) is known color: Rouge. HEX triplet: AC, 37 and 74. RGB value is (172,55,116). Sum of RGB (Red+Green+Blue) = 172+55+116=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3774 is #53C88B. Grayscale: #606060. Windows color (decimal): -5490828 or 7616428. OLE color: 7616428.
HSL color Cylindrical-coordinate representation of color #AC3774: hue angle of 328.72º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3774 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 116 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.33 |
| HSL | 328.72º | 0.52% | 0.45% | - |
| HSV(B) | 328.72º | 0.68% | 0.67% | - |
| XYZ | 21.53 | 12.76 | 17.85 | - |
| YUV | 96.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 116 | 0 | 0.68 | 0.33 | 0.33 | 328.72 | 0.52 | 0.45 |
| Hex | AC | 37 | 74 | 0 | 44 | 21 | 21 | 149 | 34 | 2D |
| Octal | 254 | 67 | 164 | 0 | 104 | 41 | 41 | 511 | 64 | 55 |
| Binary | 10101100 | 110111 | 1110100 | 0 | 1000100 | 100001 | 100001 | 101001001 | 110100 | 101101 |
Color Harmonies of #AC3774
Complementary color
Monochromatic Colors of #AC3774
Black with #AC3774
Text Example
Text Example
White with #AC3774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3774; }
p { color: rgb(172,55,116); }
H1.HeaderClassName
{
color: #AC3774;
}
.AnyTagClassName
{
color: #AC3774;
}
</style>
background-color css
<style>
a { background-color: #AC3774; }
a { background-color: rgb(172,55,116); }
div.DivClassName
{
background-color: #AC3774;
}
.BgClassName
{
background-color: #AC3774;
}
</style>
border-color css
<style>
span { border-color: #AC3774; }
span { border-color: rgb(172,55,116); }
td.TdClassName
{
border-color: #AC3774;
}
.TagClassName
{
border-color: #AC3774;
}
</style>