Shades of Rouge #AC286C
Tints of Rouge #AC286C
RGB
CMYK
RGB Variations
Color information
#AC286C (or 0xAC286C) is known color: Rouge. HEX triplet: AC, 28 and 6C. RGB value is (172,40,108). Sum of RGB (Red+Green+Blue) = 172+40+108=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC286C is #53D793. Grayscale: #575757. Windows color (decimal): -5494676 or 7088300. OLE color: 7088300.
HSL color Cylindrical-coordinate representation of color #AC286C: hue angle of 329.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC286C is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 108 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.33 |
| HSL | 329.09º | 0.62% | 0.42% | - |
| HSV(B) | 329.09º | 0.77% | 0.67% | - |
| XYZ | 20.48 | 11.37 | 15.3 | - |
| YUV | 87.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 108 | 0 | 0.77 | 0.37 | 0.33 | 329.09 | 0.62 | 0.42 |
| Hex | AC | 28 | 6C | 0 | 4D | 25 | 21 | 149 | 3E | 2A |
| Octal | 254 | 50 | 154 | 0 | 115 | 45 | 41 | 511 | 76 | 52 |
| Binary | 10101100 | 101000 | 1101100 | 0 | 1001101 | 100101 | 100001 | 101001001 | 111110 | 101010 |
Color Harmonies of #AC286C
Complementary color
Monochromatic Colors of #AC286C
Black with #AC286C
Text Example
Text Example
White with #AC286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC286C; }
p { color: rgb(172,40,108); }
H1.HeaderClassName
{
color: #AC286C;
}
.AnyTagClassName
{
color: #AC286C;
}
</style>
background-color css
<style>
a { background-color: #AC286C; }
a { background-color: rgb(172,40,108); }
div.DivClassName
{
background-color: #AC286C;
}
.BgClassName
{
background-color: #AC286C;
}
</style>
border-color css
<style>
span { border-color: #AC286C; }
span { border-color: rgb(172,40,108); }
td.TdClassName
{
border-color: #AC286C;
}
.TagClassName
{
border-color: #AC286C;
}
</style>