Shades of Rouge #AC2C63
Tints of Rouge #AC2C63
RGB
CMYK
RGB Variations
Color information
#AC2C63 (or 0xAC2C63) is known color: Rouge. HEX triplet: AC, 2C and 63. RGB value is (172,44,99). Sum of RGB (Red+Green+Blue) = 172+44+99=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2C63 is #53D39C. Grayscale: #585858. Windows color (decimal): -5493661 or 6499500. OLE color: 6499500.
HSL color Cylindrical-coordinate representation of color #AC2C63: hue angle of 334.22º 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 #AC2C63 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 99 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.33 |
| HSL | 334.22º | 0.59% | 0.42% | - |
| HSV(B) | 334.22º | 0.74% | 0.67% | - |
| XYZ | 20.17 | 11.47 | 12.96 | - |
| YUV | 88.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 99 | 0 | 0.74 | 0.42 | 0.33 | 334.22 | 0.59 | 0.42 |
| Hex | AC | 2C | 63 | 0 | 4A | 2A | 21 | 14E | 3B | 2A |
| Octal | 254 | 54 | 143 | 0 | 112 | 52 | 41 | 516 | 73 | 52 |
| Binary | 10101100 | 101100 | 1100011 | 0 | 1001010 | 101010 | 100001 | 101001110 | 111011 | 101010 |
Color Harmonies of #AC2C63
Complementary color
Monochromatic Colors of #AC2C63
Black with #AC2C63
Text Example
Text Example
White with #AC2C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C63; }
p { color: rgb(172,44,99); }
H1.HeaderClassName
{
color: #AC2C63;
}
.AnyTagClassName
{
color: #AC2C63;
}
</style>
background-color css
<style>
a { background-color: #AC2C63; }
a { background-color: rgb(172,44,99); }
div.DivClassName
{
background-color: #AC2C63;
}
.BgClassName
{
background-color: #AC2C63;
}
</style>
border-color css
<style>
span { border-color: #AC2C63; }
span { border-color: rgb(172,44,99); }
td.TdClassName
{
border-color: #AC2C63;
}
.TagClassName
{
border-color: #AC2C63;
}
</style>