Shades of Rouge #AC2964
Tints of Rouge #AC2964
RGB
CMYK
RGB Variations
Color information
#AC2964 (or 0xAC2964) is known color: Rouge. HEX triplet: AC, 29 and 64. RGB value is (172,41,100). Sum of RGB (Red+Green+Blue) = 172+41+100=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2964 is #53D69B. Grayscale: #565656. Windows color (decimal): -5494428 or 6564268. OLE color: 6564268.
HSL color Cylindrical-coordinate representation of color #AC2964: hue angle of 332.98º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2964 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 100 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.33 |
| HSL | 332.98º | 0.62% | 0.42% | - |
| HSV(B) | 332.98º | 0.76% | 0.67% | - |
| XYZ | 20.11 | 11.28 | 13.17 | - |
| YUV | 86.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 100 | 0 | 0.76 | 0.42 | 0.33 | 332.98 | 0.62 | 0.42 |
| Hex | AC | 29 | 64 | 0 | 4C | 2A | 21 | 14D | 3E | 2A |
| Octal | 254 | 51 | 144 | 0 | 114 | 52 | 41 | 515 | 76 | 52 |
| Binary | 10101100 | 101001 | 1100100 | 0 | 1001100 | 101010 | 100001 | 101001101 | 111110 | 101010 |
Color Harmonies of #AC2964
Complementary color
Monochromatic Colors of #AC2964
Black with #AC2964
Text Example
Text Example
White with #AC2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2964; }
p { color: rgb(172,41,100); }
H1.HeaderClassName
{
color: #AC2964;
}
.AnyTagClassName
{
color: #AC2964;
}
</style>
background-color css
<style>
a { background-color: #AC2964; }
a { background-color: rgb(172,41,100); }
div.DivClassName
{
background-color: #AC2964;
}
.BgClassName
{
background-color: #AC2964;
}
</style>
border-color css
<style>
span { border-color: #AC2964; }
span { border-color: rgb(172,41,100); }
td.TdClassName
{
border-color: #AC2964;
}
.TagClassName
{
border-color: #AC2964;
}
</style>