Shades of Rouge #AC2C5E
Tints of Rouge #AC2C5E
RGB
CMYK
RGB Variations
Color information
#AC2C5E (or 0xAC2C5E) is known color: Rouge. HEX triplet: AC, 2C and 5E. RGB value is (172,44,94). Sum of RGB (Red+Green+Blue) = 172+44+94=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2C5E is #53D3A1. Grayscale: #575757. Windows color (decimal): -5493666 or 6171820. OLE color: 6171820.
HSL color Cylindrical-coordinate representation of color #AC2C5E: hue angle of 336.56º 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 #AC2C5E is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 44 | 94 | - |
CMYK | 0 | 0.74 | 0.45 | 0.33 |
HSL | 336.56º | 0.59% | 0.42% | - |
HSV(B) | 336.56º | 0.74% | 0.67% | - |
XYZ | 19.93 | 11.38 | 11.74 | - |
YUV | 87.97 | 131.41 | 187.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 44 | 94 | 0 | 0.74 | 0.45 | 0.33 | 336.56 | 0.59 | 0.42 |
Hex | AC | 2C | 5E | 0 | 4A | 2D | 21 | 151 | 3B | 2A |
Octal | 254 | 54 | 136 | 0 | 112 | 55 | 41 | 521 | 73 | 52 |
Binary | 10101100 | 101100 | 1011110 | 0 | 1001010 | 101101 | 100001 | 101010001 | 111011 | 101010 |
Color Harmonies of #AC2C5E
Complementary color
Monochromatic Colors of #AC2C5E
Black with #AC2C5E
Text Example
Text Example
White with #AC2C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C5E; }
p { color: rgb(172,44,94); }
H1.HeaderClassName
{
color: #AC2C5E;
}
.AnyTagClassName
{
color: #AC2C5E;
}
</style>
background-color css
<style>
a { background-color: #AC2C5E; }
a { background-color: rgb(172,44,94); }
div.DivClassName
{
background-color: #AC2C5E;
}
.BgClassName
{
background-color: #AC2C5E;
}
</style>
border-color css
<style>
span { border-color: #AC2C5E; }
span { border-color: rgb(172,44,94); }
td.TdClassName
{
border-color: #AC2C5E;
}
.TagClassName
{
border-color: #AC2C5E;
}
</style>