Shades of Rouge #AC3C64
Tints of Rouge #AC3C64
RGB
CMYK
RGB Variations
Color information
#AC3C64 (or 0xAC3C64) is known color: Rouge. HEX triplet: AC, 3C and 64. RGB value is (172,60,100). Sum of RGB (Red+Green+Blue) = 172+60+100=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C64 is #53C39B. Grayscale: #626262. Windows color (decimal): -5489564 or 6569132. OLE color: 6569132.
HSL color Cylindrical-coordinate representation of color #AC3C64: hue angle of 338.57º 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 #AC3C64 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 100 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.33 |
| HSL | 338.57º | 0.48% | 0.45% | - |
| HSV(B) | 338.57º | 0.65% | 0.67% | - |
| XYZ | 20.93 | 12.92 | 13.45 | - |
| YUV | 98.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 100 | 0 | 0.65 | 0.42 | 0.33 | 338.57 | 0.48 | 0.45 |
| Hex | AC | 3C | 64 | 0 | 41 | 2A | 21 | 153 | 30 | 2D |
| Octal | 254 | 74 | 144 | 0 | 101 | 52 | 41 | 523 | 60 | 55 |
| Binary | 10101100 | 111100 | 1100100 | 0 | 1000001 | 101010 | 100001 | 101010011 | 110000 | 101101 |
Color Harmonies of #AC3C64
Complementary color
Monochromatic Colors of #AC3C64
Black with #AC3C64
Text Example
Text Example
White with #AC3C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C64; }
p { color: rgb(172,60,100); }
H1.HeaderClassName
{
color: #AC3C64;
}
.AnyTagClassName
{
color: #AC3C64;
}
</style>
background-color css
<style>
a { background-color: #AC3C64; }
a { background-color: rgb(172,60,100); }
div.DivClassName
{
background-color: #AC3C64;
}
.BgClassName
{
background-color: #AC3C64;
}
</style>
border-color css
<style>
span { border-color: #AC3C64; }
span { border-color: rgb(172,60,100); }
td.TdClassName
{
border-color: #AC3C64;
}
.TagClassName
{
border-color: #AC3C64;
}
</style>