Shades of Rouge #AC2F5D
Tints of Rouge #AC2F5D
RGB
CMYK
RGB Variations
Color information
#AC2F5D (or 0xAC2F5D) is known color: Rouge. HEX triplet: AC, 2F and 5D. RGB value is (172,47,93). Sum of RGB (Red+Green+Blue) = 172+47+93=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2F5D is #53D0A2. Grayscale: #595959. Windows color (decimal): -5492899 or 6107052. OLE color: 6107052.
HSL color Cylindrical-coordinate representation of color #AC2F5D: hue angle of 337.92º degrees, saturation: 0.57, 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 #AC2F5D is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 93 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.33 |
| HSL | 337.92º | 0.57% | 0.43% | - |
| HSV(B) | 337.92º | 0.73% | 0.67% | - |
| XYZ | 20.01 | 11.59 | 11.54 | - |
| YUV | 89.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 93 | 0 | 0.73 | 0.46 | 0.33 | 337.92 | 0.57 | 0.43 |
| Hex | AC | 2F | 5D | 0 | 49 | 2E | 21 | 152 | 39 | 2B |
| Octal | 254 | 57 | 135 | 0 | 111 | 56 | 41 | 522 | 71 | 53 |
| Binary | 10101100 | 101111 | 1011101 | 0 | 1001001 | 101110 | 100001 | 101010010 | 111001 | 101011 |
Color Harmonies of #AC2F5D
Complementary color
Monochromatic Colors of #AC2F5D
Black with #AC2F5D
Text Example
Text Example
White with #AC2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2F5D; }
p { color: rgb(172,47,93); }
H1.HeaderClassName
{
color: #AC2F5D;
}
.AnyTagClassName
{
color: #AC2F5D;
}
</style>
background-color css
<style>
a { background-color: #AC2F5D; }
a { background-color: rgb(172,47,93); }
div.DivClassName
{
background-color: #AC2F5D;
}
.BgClassName
{
background-color: #AC2F5D;
}
</style>
border-color css
<style>
span { border-color: #AC2F5D; }
span { border-color: rgb(172,47,93); }
td.TdClassName
{
border-color: #AC2F5D;
}
.TagClassName
{
border-color: #AC2F5D;
}
</style>