Shades of Rouge #AC366C
Tints of Rouge #AC366C
RGB
CMYK
RGB Variations
Color information
#AC366C (or 0xAC366C) is known color: Rouge. HEX triplet: AC, 36 and 6C. RGB value is (172,54,108). Sum of RGB (Red+Green+Blue) = 172+54+108=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC366C is #53C993. Grayscale: #5F5F5F. Windows color (decimal): -5491092 or 7091884. OLE color: 7091884.
HSL color Cylindrical-coordinate representation of color #AC366C: hue angle of 332.54º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC366C is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 108 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.33 |
| HSL | 332.54º | 0.52% | 0.44% | - |
| HSV(B) | 332.54º | 0.69% | 0.67% | - |
| XYZ | 21.04 | 12.49 | 15.49 | - |
| YUV | 95.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 108 | 0 | 0.69 | 0.37 | 0.33 | 332.54 | 0.52 | 0.44 |
| Hex | AC | 36 | 6C | 0 | 45 | 25 | 21 | 14D | 34 | 2C |
| Octal | 254 | 66 | 154 | 0 | 105 | 45 | 41 | 515 | 64 | 54 |
| Binary | 10101100 | 110110 | 1101100 | 0 | 1000101 | 100101 | 100001 | 101001101 | 110100 | 101100 |
Color Harmonies of #AC366C
Complementary color
Monochromatic Colors of #AC366C
Black with #AC366C
Text Example
Text Example
White with #AC366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC366C; }
p { color: rgb(172,54,108); }
H1.HeaderClassName
{
color: #AC366C;
}
.AnyTagClassName
{
color: #AC366C;
}
</style>
background-color css
<style>
a { background-color: #AC366C; }
a { background-color: rgb(172,54,108); }
div.DivClassName
{
background-color: #AC366C;
}
.BgClassName
{
background-color: #AC366C;
}
</style>
border-color css
<style>
span { border-color: #AC366C; }
span { border-color: rgb(172,54,108); }
td.TdClassName
{
border-color: #AC366C;
}
.TagClassName
{
border-color: #AC366C;
}
</style>