Shades of Rouge #AC346F
Tints of Rouge #AC346F
RGB
CMYK
RGB Variations
Color information
#AC346F (or 0xAC346F) is known color: Rouge. HEX triplet: AC, 34 and 6F. RGB value is (172,52,111). Sum of RGB (Red+Green+Blue) = 172+52+111=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC346F is #53CB90. Grayscale: #5E5E5E. Windows color (decimal): -5491601 or 7287980. OLE color: 7287980.
HSL color Cylindrical-coordinate representation of color #AC346F: hue angle of 330.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC346F is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 111 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.33 |
| HSL | 330.5º | 0.54% | 0.44% | - |
| HSV(B) | 330.5º | 0.7% | 0.67% | - |
| XYZ | 21.11 | 12.37 | 16.31 | - |
| YUV | 94.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 111 | 0 | 0.70 | 0.35 | 0.33 | 330.5 | 0.54 | 0.44 |
| Hex | AC | 34 | 6F | 0 | 46 | 23 | 21 | 14A | 36 | 2C |
| Octal | 254 | 64 | 157 | 0 | 106 | 43 | 41 | 512 | 66 | 54 |
| Binary | 10101100 | 110100 | 1101111 | 0 | 1000110 | 100011 | 100001 | 101001010 | 110110 | 101100 |
Color Harmonies of #AC346F
Complementary color
Monochromatic Colors of #AC346F
Black with #AC346F
Text Example
Text Example
White with #AC346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC346F; }
p { color: rgb(172,52,111); }
H1.HeaderClassName
{
color: #AC346F;
}
.AnyTagClassName
{
color: #AC346F;
}
</style>
background-color css
<style>
a { background-color: #AC346F; }
a { background-color: rgb(172,52,111); }
div.DivClassName
{
background-color: #AC346F;
}
.BgClassName
{
background-color: #AC346F;
}
</style>
border-color css
<style>
span { border-color: #AC346F; }
span { border-color: rgb(172,52,111); }
td.TdClassName
{
border-color: #AC346F;
}
.TagClassName
{
border-color: #AC346F;
}
</style>