Shades of Rouge #AC416C
Tints of Rouge #AC416C
RGB
CMYK
RGB Variations
Color information
#AC416C (or 0xAC416C) is known color: Rouge. HEX triplet: AC, 41 and 6C. RGB value is (172,65,108). Sum of RGB (Red+Green+Blue) = 172+65+108=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC416C is #53BE93. Grayscale: #656565. Windows color (decimal): -5488276 or 7094700. OLE color: 7094700.
HSL color Cylindrical-coordinate representation of color #AC416C: hue angle of 335.89º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC416C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 108 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.33 |
| HSL | 335.89º | 0.45% | 0.46% | - |
| HSV(B) | 335.89º | 0.62% | 0.67% | - |
| XYZ | 21.61 | 13.63 | 15.68 | - |
| YUV | 101.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 108 | 0 | 0.62 | 0.37 | 0.33 | 335.89 | 0.45 | 0.46 |
| Hex | AC | 41 | 6C | 0 | 3E | 25 | 21 | 150 | 2D | 2E |
| Octal | 254 | 101 | 154 | 0 | 76 | 45 | 41 | 520 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1101100 | 0 | 111110 | 100101 | 100001 | 101010000 | 101101 | 101110 |
Color Harmonies of #AC416C
Complementary color
Monochromatic Colors of #AC416C
Black with #AC416C
Text Example
Text Example
White with #AC416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC416C; }
p { color: rgb(172,65,108); }
H1.HeaderClassName
{
color: #AC416C;
}
.AnyTagClassName
{
color: #AC416C;
}
</style>
background-color css
<style>
a { background-color: #AC416C; }
a { background-color: rgb(172,65,108); }
div.DivClassName
{
background-color: #AC416C;
}
.BgClassName
{
background-color: #AC416C;
}
</style>
border-color css
<style>
span { border-color: #AC416C; }
span { border-color: rgb(172,65,108); }
td.TdClassName
{
border-color: #AC416C;
}
.TagClassName
{
border-color: #AC416C;
}
</style>