Shades of Rouge #AC3C5E
Tints of Rouge #AC3C5E
RGB
CMYK
RGB Variations
Color information
#AC3C5E (or 0xAC3C5E) is known color: Rouge. HEX triplet: AC, 3C and 5E. RGB value is (172,60,94). Sum of RGB (Red+Green+Blue) = 172+60+94=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C5E is #53C3A1. Grayscale: #616161. Windows color (decimal): -5489570 or 6175916. OLE color: 6175916.
HSL color Cylindrical-coordinate representation of color #AC3C5E: hue angle of 341.79º 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 #AC3C5E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 94 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.33 |
| HSL | 341.79º | 0.48% | 0.45% | - |
| HSV(B) | 341.79º | 0.65% | 0.67% | - |
| XYZ | 20.65 | 12.81 | 11.97 | - |
| YUV | 97.36 | 126.11 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 94 | 0 | 0.65 | 0.45 | 0.33 | 341.79 | 0.48 | 0.45 |
| Hex | AC | 3C | 5E | 0 | 41 | 2D | 21 | 156 | 30 | 2D |
| Octal | 254 | 74 | 136 | 0 | 101 | 55 | 41 | 526 | 60 | 55 |
| Binary | 10101100 | 111100 | 1011110 | 0 | 1000001 | 101101 | 100001 | 101010110 | 110000 | 101101 |
Color Harmonies of #AC3C5E
Complementary color
Monochromatic Colors of #AC3C5E
Black with #AC3C5E
Text Example
Text Example
White with #AC3C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C5E; }
p { color: rgb(172,60,94); }
H1.HeaderClassName
{
color: #AC3C5E;
}
.AnyTagClassName
{
color: #AC3C5E;
}
</style>
background-color css
<style>
a { background-color: #AC3C5E; }
a { background-color: rgb(172,60,94); }
div.DivClassName
{
background-color: #AC3C5E;
}
.BgClassName
{
background-color: #AC3C5E;
}
</style>
border-color css
<style>
span { border-color: #AC3C5E; }
span { border-color: rgb(172,60,94); }
td.TdClassName
{
border-color: #AC3C5E;
}
.TagClassName
{
border-color: #AC3C5E;
}
</style>