Shades of Rouge #AC345C
Tints of Rouge #AC345C
RGB
CMYK
RGB Variations
Color information
#AC345C (or 0xAC345C) is known color: Rouge. HEX triplet: AC, 34 and 5C. RGB value is (172,52,92). Sum of RGB (Red+Green+Blue) = 172+52+92=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC345C is #53CBA3. Grayscale: #5C5C5C. Windows color (decimal): -5491620 or 6042796. OLE color: 6042796.
HSL color Cylindrical-coordinate representation of color #AC345C: hue angle of 340º 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 #AC345C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 92 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.33 |
| HSL | 340º | 0.54% | 0.44% | - |
| HSV(B) | 340º | 0.7% | 0.67% | - |
| XYZ | 20.17 | 12 | 11.38 | - |
| YUV | 92.44 | 127.76 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 92 | 0 | 0.70 | 0.47 | 0.33 | 340 | 0.54 | 0.44 |
| Hex | AC | 34 | 5C | 0 | 46 | 2F | 21 | 154 | 36 | 2C |
| Octal | 254 | 64 | 134 | 0 | 106 | 57 | 41 | 524 | 66 | 54 |
| Binary | 10101100 | 110100 | 1011100 | 0 | 1000110 | 101111 | 100001 | 101010100 | 110110 | 101100 |
Color Harmonies of #AC345C
Complementary color
Monochromatic Colors of #AC345C
Black with #AC345C
Text Example
Text Example
White with #AC345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC345C; }
p { color: rgb(172,52,92); }
H1.HeaderClassName
{
color: #AC345C;
}
.AnyTagClassName
{
color: #AC345C;
}
</style>
background-color css
<style>
a { background-color: #AC345C; }
a { background-color: rgb(172,52,92); }
div.DivClassName
{
background-color: #AC345C;
}
.BgClassName
{
background-color: #AC345C;
}
</style>
border-color css
<style>
span { border-color: #AC345C; }
span { border-color: rgb(172,52,92); }
td.TdClassName
{
border-color: #AC345C;
}
.TagClassName
{
border-color: #AC345C;
}
</style>