Shades of Rouge #AC316C
Tints of Rouge #AC316C
RGB
CMYK
RGB Variations
Color information
#AC316C (or 0xAC316C) is known color: Rouge. HEX triplet: AC, 31 and 6C. RGB value is (172,49,108). Sum of RGB (Red+Green+Blue) = 172+49+108=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC316C is #53CE93. Grayscale: #5C5C5C. Windows color (decimal): -5492372 or 7090604. OLE color: 7090604.
HSL color Cylindrical-coordinate representation of color #AC316C: hue angle of 331.22º 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 #AC316C is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 108 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.33 |
| HSL | 331.22º | 0.56% | 0.43% | - |
| HSV(B) | 331.22º | 0.72% | 0.67% | - |
| XYZ | 20.82 | 12.05 | 15.42 | - |
| YUV | 92.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 108 | 0 | 0.72 | 0.37 | 0.33 | 331.22 | 0.56 | 0.43 |
| Hex | AC | 31 | 6C | 0 | 48 | 25 | 21 | 14B | 38 | 2B |
| Octal | 254 | 61 | 154 | 0 | 110 | 45 | 41 | 513 | 70 | 53 |
| Binary | 10101100 | 110001 | 1101100 | 0 | 1001000 | 100101 | 100001 | 101001011 | 111000 | 101011 |
Color Harmonies of #AC316C
Complementary color
Monochromatic Colors of #AC316C
Black with #AC316C
Text Example
Text Example
White with #AC316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC316C; }
p { color: rgb(172,49,108); }
H1.HeaderClassName
{
color: #AC316C;
}
.AnyTagClassName
{
color: #AC316C;
}
</style>
background-color css
<style>
a { background-color: #AC316C; }
a { background-color: rgb(172,49,108); }
div.DivClassName
{
background-color: #AC316C;
}
.BgClassName
{
background-color: #AC316C;
}
</style>
border-color css
<style>
span { border-color: #AC316C; }
span { border-color: rgb(172,49,108); }
td.TdClassName
{
border-color: #AC316C;
}
.TagClassName
{
border-color: #AC316C;
}
</style>