Shades of Rouge #AC335E
Tints of Rouge #AC335E
RGB
CMYK
RGB Variations
Color information
#AC335E (or 0xAC335E) is known color: Rouge. HEX triplet: AC, 33 and 5E. RGB value is (172,51,94). Sum of RGB (Red+Green+Blue) = 172+51+94=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC335E is #53CCA1. Grayscale: #5C5C5C. Windows color (decimal): -5491874 or 6173612. OLE color: 6173612.
HSL color Cylindrical-coordinate representation of color #AC335E: hue angle of 338.68º 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 #AC335E is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 94 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.33 |
| HSL | 338.68º | 0.54% | 0.44% | - |
| HSV(B) | 338.68º | 0.7% | 0.67% | - |
| XYZ | 20.22 | 11.95 | 11.83 | - |
| YUV | 92.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 94 | 0 | 0.70 | 0.45 | 0.33 | 338.68 | 0.54 | 0.44 |
| Hex | AC | 33 | 5E | 0 | 46 | 2D | 21 | 153 | 36 | 2C |
| Octal | 254 | 63 | 136 | 0 | 106 | 55 | 41 | 523 | 66 | 54 |
| Binary | 10101100 | 110011 | 1011110 | 0 | 1000110 | 101101 | 100001 | 101010011 | 110110 | 101100 |
Color Harmonies of #AC335E
Complementary color
Monochromatic Colors of #AC335E
Black with #AC335E
Text Example
Text Example
White with #AC335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC335E; }
p { color: rgb(172,51,94); }
H1.HeaderClassName
{
color: #AC335E;
}
.AnyTagClassName
{
color: #AC335E;
}
</style>
background-color css
<style>
a { background-color: #AC335E; }
a { background-color: rgb(172,51,94); }
div.DivClassName
{
background-color: #AC335E;
}
.BgClassName
{
background-color: #AC335E;
}
</style>
border-color css
<style>
span { border-color: #AC335E; }
span { border-color: rgb(172,51,94); }
td.TdClassName
{
border-color: #AC335E;
}
.TagClassName
{
border-color: #AC335E;
}
</style>