Shades of Rouge #AC356F
Tints of Rouge #AC356F
RGB
CMYK
RGB Variations
Color information
#AC356F (or 0xAC356F) is known color: Rouge. HEX triplet: AC, 35 and 6F. RGB value is (172,53,111). Sum of RGB (Red+Green+Blue) = 172+53+111=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC356F is #53CA90. Grayscale: #5F5F5F. Windows color (decimal): -5491345 or 7288236. OLE color: 7288236.
HSL color Cylindrical-coordinate representation of color #AC356F: hue angle of 330.76º degrees, saturation: 0.53, 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 #AC356F is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 111 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.33 |
| HSL | 330.76º | 0.53% | 0.44% | - |
| HSV(B) | 330.76º | 0.69% | 0.67% | - |
| XYZ | 21.16 | 12.46 | 16.33 | - |
| YUV | 95.19 | 136.92 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 111 | 0 | 0.69 | 0.35 | 0.33 | 330.76 | 0.53 | 0.44 |
| Hex | AC | 35 | 6F | 0 | 45 | 23 | 21 | 14B | 35 | 2C |
| Octal | 254 | 65 | 157 | 0 | 105 | 43 | 41 | 513 | 65 | 54 |
| Binary | 10101100 | 110101 | 1101111 | 0 | 1000101 | 100011 | 100001 | 101001011 | 110101 | 101100 |
Color Harmonies of #AC356F
Complementary color
Monochromatic Colors of #AC356F
Black with #AC356F
Text Example
Text Example
White with #AC356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC356F; }
p { color: rgb(172,53,111); }
H1.HeaderClassName
{
color: #AC356F;
}
.AnyTagClassName
{
color: #AC356F;
}
</style>
background-color css
<style>
a { background-color: #AC356F; }
a { background-color: rgb(172,53,111); }
div.DivClassName
{
background-color: #AC356F;
}
.BgClassName
{
background-color: #AC356F;
}
</style>
border-color css
<style>
span { border-color: #AC356F; }
span { border-color: rgb(172,53,111); }
td.TdClassName
{
border-color: #AC356F;
}
.TagClassName
{
border-color: #AC356F;
}
</style>