Shades of Rouge #AC316F
Tints of Rouge #AC316F
RGB
CMYK
RGB Variations
Color information
#AC316F (or 0xAC316F) is known color: Rouge. HEX triplet: AC, 31 and 6F. RGB value is (172,49,111). Sum of RGB (Red+Green+Blue) = 172+49+111=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC316F is #53CE90. Grayscale: #5C5C5C. Windows color (decimal): -5492369 or 7287212. OLE color: 7287212.
HSL color Cylindrical-coordinate representation of color #AC316F: hue angle of 329.76º 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 #AC316F is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 111 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.33 |
| HSL | 329.76º | 0.56% | 0.43% | - |
| HSV(B) | 329.76º | 0.72% | 0.67% | - |
| XYZ | 20.98 | 12.11 | 16.27 | - |
| YUV | 92.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 111 | 0 | 0.72 | 0.35 | 0.33 | 329.76 | 0.56 | 0.43 |
| Hex | AC | 31 | 6F | 0 | 48 | 23 | 21 | 14A | 38 | 2B |
| Octal | 254 | 61 | 157 | 0 | 110 | 43 | 41 | 512 | 70 | 53 |
| Binary | 10101100 | 110001 | 1101111 | 0 | 1001000 | 100011 | 100001 | 101001010 | 111000 | 101011 |
Color Harmonies of #AC316F
Complementary color
Monochromatic Colors of #AC316F
Black with #AC316F
Text Example
Text Example
White with #AC316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC316F; }
p { color: rgb(172,49,111); }
H1.HeaderClassName
{
color: #AC316F;
}
.AnyTagClassName
{
color: #AC316F;
}
</style>
background-color css
<style>
a { background-color: #AC316F; }
a { background-color: rgb(172,49,111); }
div.DivClassName
{
background-color: #AC316F;
}
.BgClassName
{
background-color: #AC316F;
}
</style>
border-color css
<style>
span { border-color: #AC316F; }
span { border-color: rgb(172,49,111); }
td.TdClassName
{
border-color: #AC316F;
}
.TagClassName
{
border-color: #AC316F;
}
</style>