Shades of Rouge #AC315D
Tints of Rouge #AC315D
RGB
CMYK
RGB Variations
Color information
#AC315D (or 0xAC315D) is known color: Rouge. HEX triplet: AC, 31 and 5D. RGB value is (172,49,93). Sum of RGB (Red+Green+Blue) = 172+49+93=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC315D is #53CEA2. Grayscale: #5A5A5A. Windows color (decimal): -5492387 or 6107564. OLE color: 6107564.
HSL color Cylindrical-coordinate representation of color #AC315D: hue angle of 338.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC315D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 93 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.33 |
| HSL | 338.54º | 0.56% | 0.43% | - |
| HSV(B) | 338.54º | 0.72% | 0.67% | - |
| XYZ | 20.09 | 11.76 | 11.57 | - |
| YUV | 90.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 93 | 0 | 0.72 | 0.46 | 0.33 | 338.54 | 0.56 | 0.43 |
| Hex | AC | 31 | 5D | 0 | 48 | 2E | 21 | 153 | 38 | 2B |
| Octal | 254 | 61 | 135 | 0 | 110 | 56 | 41 | 523 | 70 | 53 |
| Binary | 10101100 | 110001 | 1011101 | 0 | 1001000 | 101110 | 100001 | 101010011 | 111000 | 101011 |
Color Harmonies of #AC315D
Complementary color
Monochromatic Colors of #AC315D
Black with #AC315D
Text Example
Text Example
White with #AC315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC315D; }
p { color: rgb(172,49,93); }
H1.HeaderClassName
{
color: #AC315D;
}
.AnyTagClassName
{
color: #AC315D;
}
</style>
background-color css
<style>
a { background-color: #AC315D; }
a { background-color: rgb(172,49,93); }
div.DivClassName
{
background-color: #AC315D;
}
.BgClassName
{
background-color: #AC315D;
}
</style>
border-color css
<style>
span { border-color: #AC315D; }
span { border-color: rgb(172,49,93); }
td.TdClassName
{
border-color: #AC315D;
}
.TagClassName
{
border-color: #AC315D;
}
</style>