Shades of Rouge #AC2C64
Tints of Rouge #AC2C64
RGB
CMYK
RGB Variations
Color information
#AC2C64 (or 0xAC2C64) is known color: Rouge. HEX triplet: AC, 2C and 64. RGB value is (172,44,100). Sum of RGB (Red+Green+Blue) = 172+44+100=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2C64 is #53D39B. Grayscale: #585858. Windows color (decimal): -5493660 or 6565036. OLE color: 6565036.
HSL color Cylindrical-coordinate representation of color #AC2C64: hue angle of 333.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2C64 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 100 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.33 |
| HSL | 333.75º | 0.59% | 0.42% | - |
| HSV(B) | 333.75º | 0.74% | 0.67% | - |
| XYZ | 20.21 | 11.49 | 13.21 | - |
| YUV | 88.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 100 | 0 | 0.74 | 0.42 | 0.33 | 333.75 | 0.59 | 0.42 |
| Hex | AC | 2C | 64 | 0 | 4A | 2A | 21 | 14E | 3B | 2A |
| Octal | 254 | 54 | 144 | 0 | 112 | 52 | 41 | 516 | 73 | 52 |
| Binary | 10101100 | 101100 | 1100100 | 0 | 1001010 | 101010 | 100001 | 101001110 | 111011 | 101010 |
Color Harmonies of #AC2C64
Complementary color
Monochromatic Colors of #AC2C64
Black with #AC2C64
Text Example
Text Example
White with #AC2C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C64; }
p { color: rgb(172,44,100); }
H1.HeaderClassName
{
color: #AC2C64;
}
.AnyTagClassName
{
color: #AC2C64;
}
</style>
background-color css
<style>
a { background-color: #AC2C64; }
a { background-color: rgb(172,44,100); }
div.DivClassName
{
background-color: #AC2C64;
}
.BgClassName
{
background-color: #AC2C64;
}
</style>
border-color css
<style>
span { border-color: #AC2C64; }
span { border-color: rgb(172,44,100); }
td.TdClassName
{
border-color: #AC2C64;
}
.TagClassName
{
border-color: #AC2C64;
}
</style>