Shades of Rouge #AC345D
Tints of Rouge #AC345D
RGB
CMYK
RGB Variations
Color information
#AC345D (or 0xAC345D) is known color: Rouge. HEX triplet: AC, 34 and 5D. RGB value is (172,52,93). Sum of RGB (Red+Green+Blue) = 172+52+93=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC345D is #53CBA2. Grayscale: #5C5C5C. Windows color (decimal): -5491619 or 6108332. OLE color: 6108332.
HSL color Cylindrical-coordinate representation of color #AC345D: hue angle of 339.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 #AC345D is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 93 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.33 |
| HSL | 339.5º | 0.54% | 0.44% | - |
| HSV(B) | 339.5º | 0.7% | 0.67% | - |
| XYZ | 20.22 | 12.02 | 11.61 | - |
| YUV | 92.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 93 | 0 | 0.70 | 0.46 | 0.33 | 339.5 | 0.54 | 0.44 |
| Hex | AC | 34 | 5D | 0 | 46 | 2E | 21 | 154 | 36 | 2C |
| Octal | 254 | 64 | 135 | 0 | 106 | 56 | 41 | 524 | 66 | 54 |
| Binary | 10101100 | 110100 | 1011101 | 0 | 1000110 | 101110 | 100001 | 101010100 | 110110 | 101100 |
Color Harmonies of #AC345D
Complementary color
Monochromatic Colors of #AC345D
Black with #AC345D
Text Example
Text Example
White with #AC345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC345D; }
p { color: rgb(172,52,93); }
H1.HeaderClassName
{
color: #AC345D;
}
.AnyTagClassName
{
color: #AC345D;
}
</style>
background-color css
<style>
a { background-color: #AC345D; }
a { background-color: rgb(172,52,93); }
div.DivClassName
{
background-color: #AC345D;
}
.BgClassName
{
background-color: #AC345D;
}
</style>
border-color css
<style>
span { border-color: #AC345D; }
span { border-color: rgb(172,52,93); }
td.TdClassName
{
border-color: #AC345D;
}
.TagClassName
{
border-color: #AC345D;
}
</style>