Shades of Rouge #AC2A5D
Tints of Rouge #AC2A5D
RGB
CMYK
RGB Variations
Color information
#AC2A5D (or 0xAC2A5D) is known color: Rouge. HEX triplet: AC, 2A and 5D. RGB value is (172,42,93). Sum of RGB (Red+Green+Blue) = 172+42+93=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A5D is #53D5A2. Grayscale: #565656. Windows color (decimal): -5494179 or 6105772. OLE color: 6105772.
HSL color Cylindrical-coordinate representation of color #AC2A5D: hue angle of 336.46º degrees, saturation: 0.61, 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 #AC2A5D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 93 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.33 |
| HSL | 336.46º | 0.61% | 0.42% | - |
| HSV(B) | 336.46º | 0.76% | 0.67% | - |
| XYZ | 19.82 | 11.22 | 11.48 | - |
| YUV | 86.68 | 131.57 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 93 | 0 | 0.76 | 0.46 | 0.33 | 336.46 | 0.61 | 0.42 |
| Hex | AC | 2A | 5D | 0 | 4C | 2E | 21 | 150 | 3D | 2A |
| Octal | 254 | 52 | 135 | 0 | 114 | 56 | 41 | 520 | 75 | 52 |
| Binary | 10101100 | 101010 | 1011101 | 0 | 1001100 | 101110 | 100001 | 101010000 | 111101 | 101010 |
Color Harmonies of #AC2A5D
Complementary color
Monochromatic Colors of #AC2A5D
Black with #AC2A5D
Text Example
Text Example
White with #AC2A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A5D; }
p { color: rgb(172,42,93); }
H1.HeaderClassName
{
color: #AC2A5D;
}
.AnyTagClassName
{
color: #AC2A5D;
}
</style>
background-color css
<style>
a { background-color: #AC2A5D; }
a { background-color: rgb(172,42,93); }
div.DivClassName
{
background-color: #AC2A5D;
}
.BgClassName
{
background-color: #AC2A5D;
}
</style>
border-color css
<style>
span { border-color: #AC2A5D; }
span { border-color: rgb(172,42,93); }
td.TdClassName
{
border-color: #AC2A5D;
}
.TagClassName
{
border-color: #AC2A5D;
}
</style>