Shades of Rouge #AC316D
Tints of Rouge #AC316D
RGB
CMYK
RGB Variations
Color information
#AC316D (or 0xAC316D) is known color: Rouge. HEX triplet: AC, 31 and 6D. RGB value is (172,49,109). Sum of RGB (Red+Green+Blue) = 172+49+109=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC316D is #53CE92. Grayscale: #5C5C5C. Windows color (decimal): -5492371 or 7156140. OLE color: 7156140.
HSL color Cylindrical-coordinate representation of color #AC316D: hue angle of 330.73º 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 #AC316D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 109 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.33 |
| HSL | 330.73º | 0.56% | 0.43% | - |
| HSV(B) | 330.73º | 0.72% | 0.67% | - |
| XYZ | 20.87 | 12.07 | 15.7 | - |
| YUV | 92.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 109 | 0 | 0.72 | 0.37 | 0.33 | 330.73 | 0.56 | 0.43 |
| Hex | AC | 31 | 6D | 0 | 48 | 25 | 21 | 14B | 38 | 2B |
| Octal | 254 | 61 | 155 | 0 | 110 | 45 | 41 | 513 | 70 | 53 |
| Binary | 10101100 | 110001 | 1101101 | 0 | 1001000 | 100101 | 100001 | 101001011 | 111000 | 101011 |
Color Harmonies of #AC316D
Complementary color
Monochromatic Colors of #AC316D
Black with #AC316D
Text Example
Text Example
White with #AC316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC316D; }
p { color: rgb(172,49,109); }
H1.HeaderClassName
{
color: #AC316D;
}
.AnyTagClassName
{
color: #AC316D;
}
</style>
background-color css
<style>
a { background-color: #AC316D; }
a { background-color: rgb(172,49,109); }
div.DivClassName
{
background-color: #AC316D;
}
.BgClassName
{
background-color: #AC316D;
}
</style>
border-color css
<style>
span { border-color: #AC316D; }
span { border-color: rgb(172,49,109); }
td.TdClassName
{
border-color: #AC316D;
}
.TagClassName
{
border-color: #AC316D;
}
</style>