Shades of Rouge #AC416F
Tints of Rouge #AC416F
RGB
CMYK
RGB Variations
Color information
#AC416F (or 0xAC416F) is known color: Rouge. HEX triplet: AC, 41 and 6F. RGB value is (172,65,111). Sum of RGB (Red+Green+Blue) = 172+65+111=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC416F is #53BE90. Grayscale: #666666. Windows color (decimal): -5488273 or 7291308. OLE color: 7291308.
HSL color Cylindrical-coordinate representation of color #AC416F: hue angle of 334.21º 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 #AC416F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 111 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.33 |
| HSL | 334.21º | 0.45% | 0.46% | - |
| HSV(B) | 334.21º | 0.62% | 0.67% | - |
| XYZ | 21.77 | 13.7 | 16.54 | - |
| YUV | 102.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 111 | 0 | 0.62 | 0.35 | 0.33 | 334.21 | 0.45 | 0.46 |
| Hex | AC | 41 | 6F | 0 | 3E | 23 | 21 | 14E | 2D | 2E |
| Octal | 254 | 101 | 157 | 0 | 76 | 43 | 41 | 516 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1101111 | 0 | 111110 | 100011 | 100001 | 101001110 | 101101 | 101110 |
Color Harmonies of #AC416F
Complementary color
Monochromatic Colors of #AC416F
Black with #AC416F
Text Example
Text Example
White with #AC416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC416F; }
p { color: rgb(172,65,111); }
H1.HeaderClassName
{
color: #AC416F;
}
.AnyTagClassName
{
color: #AC416F;
}
</style>
background-color css
<style>
a { background-color: #AC416F; }
a { background-color: rgb(172,65,111); }
div.DivClassName
{
background-color: #AC416F;
}
.BgClassName
{
background-color: #AC416F;
}
</style>
border-color css
<style>
span { border-color: #AC416F; }
span { border-color: rgb(172,65,111); }
td.TdClassName
{
border-color: #AC416F;
}
.TagClassName
{
border-color: #AC416F;
}
</style>