Shades of Rouge #AC336E
Tints of Rouge #AC336E
RGB
CMYK
RGB Variations
Color information
#AC336E (or 0xAC336E) is known color: Rouge. HEX triplet: AC, 33 and 6E. RGB value is (172,51,110). Sum of RGB (Red+Green+Blue) = 172+51+110=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC336E is #53CC91. Grayscale: #5D5D5D. Windows color (decimal): -5491858 or 7222188. OLE color: 7222188.
HSL color Cylindrical-coordinate representation of color #AC336E: hue angle of 330.74º 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 #AC336E is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 110 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.33 |
| HSL | 330.74º | 0.54% | 0.44% | - |
| HSV(B) | 330.74º | 0.7% | 0.67% | - |
| XYZ | 21.01 | 12.26 | 16.01 | - |
| YUV | 93.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 110 | 0 | 0.70 | 0.36 | 0.33 | 330.74 | 0.54 | 0.44 |
| Hex | AC | 33 | 6E | 0 | 46 | 24 | 21 | 14B | 36 | 2C |
| Octal | 254 | 63 | 156 | 0 | 106 | 44 | 41 | 513 | 66 | 54 |
| Binary | 10101100 | 110011 | 1101110 | 0 | 1000110 | 100100 | 100001 | 101001011 | 110110 | 101100 |
Color Harmonies of #AC336E
Complementary color
Monochromatic Colors of #AC336E
Black with #AC336E
Text Example
Text Example
White with #AC336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC336E; }
p { color: rgb(172,51,110); }
H1.HeaderClassName
{
color: #AC336E;
}
.AnyTagClassName
{
color: #AC336E;
}
</style>
background-color css
<style>
a { background-color: #AC336E; }
a { background-color: rgb(172,51,110); }
div.DivClassName
{
background-color: #AC336E;
}
.BgClassName
{
background-color: #AC336E;
}
</style>
border-color css
<style>
span { border-color: #AC336E; }
span { border-color: rgb(172,51,110); }
td.TdClassName
{
border-color: #AC336E;
}
.TagClassName
{
border-color: #AC336E;
}
</style>