Shades of Rouge #AC2E64
Tints of Rouge #AC2E64
RGB
CMYK
RGB Variations
Color information
#AC2E64 (or 0xAC2E64) is known color: Rouge. HEX triplet: AC, 2E and 64. RGB value is (172,46,100). Sum of RGB (Red+Green+Blue) = 172+46+100=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2E64 is #53D19B. Grayscale: #595959. Windows color (decimal): -5493148 or 6565548. OLE color: 6565548.
HSL color Cylindrical-coordinate representation of color #AC2E64: hue angle of 334.29º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E64 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 100 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.33 |
| HSL | 334.29º | 0.58% | 0.43% | - |
| HSV(B) | 334.29º | 0.73% | 0.67% | - |
| XYZ | 20.29 | 11.64 | 13.23 | - |
| YUV | 89.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 100 | 0 | 0.73 | 0.42 | 0.33 | 334.29 | 0.58 | 0.43 |
| Hex | AC | 2E | 64 | 0 | 49 | 2A | 21 | 14E | 3A | 2B |
| Octal | 254 | 56 | 144 | 0 | 111 | 52 | 41 | 516 | 72 | 53 |
| Binary | 10101100 | 101110 | 1100100 | 0 | 1001001 | 101010 | 100001 | 101001110 | 111010 | 101011 |
Color Harmonies of #AC2E64
Complementary color
Monochromatic Colors of #AC2E64
Black with #AC2E64
Text Example
Text Example
White with #AC2E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E64; }
p { color: rgb(172,46,100); }
H1.HeaderClassName
{
color: #AC2E64;
}
.AnyTagClassName
{
color: #AC2E64;
}
</style>
background-color css
<style>
a { background-color: #AC2E64; }
a { background-color: rgb(172,46,100); }
div.DivClassName
{
background-color: #AC2E64;
}
.BgClassName
{
background-color: #AC2E64;
}
</style>
border-color css
<style>
span { border-color: #AC2E64; }
span { border-color: rgb(172,46,100); }
td.TdClassName
{
border-color: #AC2E64;
}
.TagClassName
{
border-color: #AC2E64;
}
</style>