Shades of Rouge #AC375D
Tints of Rouge #AC375D
RGB
CMYK
RGB Variations
Color information
#AC375D (or 0xAC375D) is known color: Rouge. HEX triplet: AC, 37 and 5D. RGB value is (172,55,93). Sum of RGB (Red+Green+Blue) = 172+55+93=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC375D is #53C8A2. Grayscale: #5E5E5E. Windows color (decimal): -5490851 or 6109100. OLE color: 6109100.
HSL color Cylindrical-coordinate representation of color #AC375D: hue angle of 340.51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC375D is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 93 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.33 |
| HSL | 340.51º | 0.52% | 0.45% | - |
| HSV(B) | 340.51º | 0.68% | 0.67% | - |
| XYZ | 20.36 | 12.29 | 11.66 | - |
| YUV | 94.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 93 | 0 | 0.68 | 0.46 | 0.33 | 340.51 | 0.52 | 0.45 |
| Hex | AC | 37 | 5D | 0 | 44 | 2E | 21 | 155 | 34 | 2D |
| Octal | 254 | 67 | 135 | 0 | 104 | 56 | 41 | 525 | 64 | 55 |
| Binary | 10101100 | 110111 | 1011101 | 0 | 1000100 | 101110 | 100001 | 101010101 | 110100 | 101101 |
Color Harmonies of #AC375D
Complementary color
Monochromatic Colors of #AC375D
Black with #AC375D
Text Example
Text Example
White with #AC375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC375D; }
p { color: rgb(172,55,93); }
H1.HeaderClassName
{
color: #AC375D;
}
.AnyTagClassName
{
color: #AC375D;
}
</style>
background-color css
<style>
a { background-color: #AC375D; }
a { background-color: rgb(172,55,93); }
div.DivClassName
{
background-color: #AC375D;
}
.BgClassName
{
background-color: #AC375D;
}
</style>
border-color css
<style>
span { border-color: #AC375D; }
span { border-color: rgb(172,55,93); }
td.TdClassName
{
border-color: #AC375D;
}
.TagClassName
{
border-color: #AC375D;
}
</style>