Shades of Rouge #AC3773
Tints of Rouge #AC3773
RGB
CMYK
RGB Variations
Color information
#AC3773 (or 0xAC3773) is known color: Rouge. HEX triplet: AC, 37 and 73. RGB value is (172,55,115). Sum of RGB (Red+Green+Blue) = 172+55+115=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3773 is #53C88C. Grayscale: #606060. Windows color (decimal): -5490829 or 7550892. OLE color: 7550892.
HSL color Cylindrical-coordinate representation of color #AC3773: hue angle of 329.23º 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 #AC3773 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 115 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.33 |
| HSL | 329.23º | 0.52% | 0.45% | - |
| HSV(B) | 329.23º | 0.68% | 0.67% | - |
| XYZ | 21.47 | 12.74 | 17.55 | - |
| YUV | 96.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 115 | 0 | 0.68 | 0.33 | 0.33 | 329.23 | 0.52 | 0.45 |
| Hex | AC | 37 | 73 | 0 | 44 | 21 | 21 | 149 | 34 | 2D |
| Octal | 254 | 67 | 163 | 0 | 104 | 41 | 41 | 511 | 64 | 55 |
| Binary | 10101100 | 110111 | 1110011 | 0 | 1000100 | 100001 | 100001 | 101001001 | 110100 | 101101 |
Color Harmonies of #AC3773
Complementary color
Monochromatic Colors of #AC3773
Black with #AC3773
Text Example
Text Example
White with #AC3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3773; }
p { color: rgb(172,55,115); }
H1.HeaderClassName
{
color: #AC3773;
}
.AnyTagClassName
{
color: #AC3773;
}
</style>
background-color css
<style>
a { background-color: #AC3773; }
a { background-color: rgb(172,55,115); }
div.DivClassName
{
background-color: #AC3773;
}
.BgClassName
{
background-color: #AC3773;
}
</style>
border-color css
<style>
span { border-color: #AC3773; }
span { border-color: rgb(172,55,115); }
td.TdClassName
{
border-color: #AC3773;
}
.TagClassName
{
border-color: #AC3773;
}
</style>