Shades of Rouge #AC276C
Tints of Rouge #AC276C
RGB
CMYK
RGB Variations
Color information
#AC276C (or 0xAC276C) is known color: Rouge. HEX triplet: AC, 27 and 6C. RGB value is (172,39,108). Sum of RGB (Red+Green+Blue) = 172+39+108=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC276C is #53D893. Grayscale: #565656. Windows color (decimal): -5494932 or 7088044. OLE color: 7088044.
HSL color Cylindrical-coordinate representation of color #AC276C: hue angle of 328.87º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC276C is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 108 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.33 |
| HSL | 328.87º | 0.63% | 0.41% | - |
| HSV(B) | 328.87º | 0.77% | 0.67% | - |
| XYZ | 20.45 | 11.3 | 15.29 | - |
| YUV | 86.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 108 | 0 | 0.77 | 0.37 | 0.33 | 328.87 | 0.63 | 0.41 |
| Hex | AC | 27 | 6C | 0 | 4D | 25 | 21 | 149 | 3F | 29 |
| Octal | 254 | 47 | 154 | 0 | 115 | 45 | 41 | 511 | 77 | 51 |
| Binary | 10101100 | 100111 | 1101100 | 0 | 1001101 | 100101 | 100001 | 101001001 | 111111 | 101001 |
Color Harmonies of #AC276C
Complementary color
Monochromatic Colors of #AC276C
Black with #AC276C
Text Example
Text Example
White with #AC276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC276C; }
p { color: rgb(172,39,108); }
H1.HeaderClassName
{
color: #AC276C;
}
.AnyTagClassName
{
color: #AC276C;
}
</style>
background-color css
<style>
a { background-color: #AC276C; }
a { background-color: rgb(172,39,108); }
div.DivClassName
{
background-color: #AC276C;
}
.BgClassName
{
background-color: #AC276C;
}
</style>
border-color css
<style>
span { border-color: #AC276C; }
span { border-color: rgb(172,39,108); }
td.TdClassName
{
border-color: #AC276C;
}
.TagClassName
{
border-color: #AC276C;
}
</style>