Shades of Rouge #AC2D61
Tints of Rouge #AC2D61
RGB
CMYK
RGB Variations
Color information
#AC2D61 (or 0xAC2D61) is known color: Rouge. HEX triplet: AC, 2D and 61. RGB value is (172,45,97). Sum of RGB (Red+Green+Blue) = 172+45+97=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2D61 is #53D29E. Grayscale: #585858. Windows color (decimal): -5493407 or 6368684. OLE color: 6368684.
HSL color Cylindrical-coordinate representation of color #AC2D61: hue angle of 335.43º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2D61 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 97 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.33 |
| HSL | 335.43º | 0.59% | 0.43% | - |
| HSV(B) | 335.43º | 0.74% | 0.67% | - |
| XYZ | 20.11 | 11.51 | 12.47 | - |
| YUV | 88.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 97 | 0 | 0.74 | 0.44 | 0.33 | 335.43 | 0.59 | 0.43 |
| Hex | AC | 2D | 61 | 0 | 4A | 2C | 21 | 14F | 3B | 2B |
| Octal | 254 | 55 | 141 | 0 | 112 | 54 | 41 | 517 | 73 | 53 |
| Binary | 10101100 | 101101 | 1100001 | 0 | 1001010 | 101100 | 100001 | 101001111 | 111011 | 101011 |
Color Harmonies of #AC2D61
Complementary color
Monochromatic Colors of #AC2D61
Black with #AC2D61
Text Example
Text Example
White with #AC2D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D61; }
p { color: rgb(172,45,97); }
H1.HeaderClassName
{
color: #AC2D61;
}
.AnyTagClassName
{
color: #AC2D61;
}
</style>
background-color css
<style>
a { background-color: #AC2D61; }
a { background-color: rgb(172,45,97); }
div.DivClassName
{
background-color: #AC2D61;
}
.BgClassName
{
background-color: #AC2D61;
}
</style>
border-color css
<style>
span { border-color: #AC2D61; }
span { border-color: rgb(172,45,97); }
td.TdClassName
{
border-color: #AC2D61;
}
.TagClassName
{
border-color: #AC2D61;
}
</style>