Shades of Rouge #AC2862
Tints of Rouge #AC2862
RGB
CMYK
RGB Variations
Color information
#AC2862 (or 0xAC2862) is known color: Rouge. HEX triplet: AC, 28 and 62. RGB value is (172,40,98). Sum of RGB (Red+Green+Blue) = 172+40+98=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2862 is #53D79D. Grayscale: #555555. Windows color (decimal): -5494686 or 6432940. OLE color: 6432940.
HSL color Cylindrical-coordinate representation of color #AC2862: hue angle of 333.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2862 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 98 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.33 |
| HSL | 333.64º | 0.62% | 0.42% | - |
| HSV(B) | 333.64º | 0.77% | 0.67% | - |
| XYZ | 19.98 | 11.17 | 12.66 | - |
| YUV | 86.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 98 | 0 | 0.77 | 0.43 | 0.33 | 333.64 | 0.62 | 0.42 |
| Hex | AC | 28 | 62 | 0 | 4D | 2B | 21 | 14E | 3E | 2A |
| Octal | 254 | 50 | 142 | 0 | 115 | 53 | 41 | 516 | 76 | 52 |
| Binary | 10101100 | 101000 | 1100010 | 0 | 1001101 | 101011 | 100001 | 101001110 | 111110 | 101010 |
Color Harmonies of #AC2862
Complementary color
Monochromatic Colors of #AC2862
Black with #AC2862
Text Example
Text Example
White with #AC2862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2862; }
p { color: rgb(172,40,98); }
H1.HeaderClassName
{
color: #AC2862;
}
.AnyTagClassName
{
color: #AC2862;
}
</style>
background-color css
<style>
a { background-color: #AC2862; }
a { background-color: rgb(172,40,98); }
div.DivClassName
{
background-color: #AC2862;
}
.BgClassName
{
background-color: #AC2862;
}
</style>
border-color css
<style>
span { border-color: #AC2862; }
span { border-color: rgb(172,40,98); }
td.TdClassName
{
border-color: #AC2862;
}
.TagClassName
{
border-color: #AC2862;
}
</style>