Shades of Rouge #AC355D
Tints of Rouge #AC355D
RGB
CMYK
RGB Variations
Color information
#AC355D (or 0xAC355D) is known color: Rouge. HEX triplet: AC, 35 and 5D. RGB value is (172,53,93). Sum of RGB (Red+Green+Blue) = 172+53+93=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC355D is #53CAA2. Grayscale: #5D5D5D. Windows color (decimal): -5491363 or 6108588. OLE color: 6108588.
HSL color Cylindrical-coordinate representation of color #AC355D: hue angle of 339.83º 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 #AC355D is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 93 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.33 |
| HSL | 339.83º | 0.53% | 0.44% | - |
| HSV(B) | 339.83º | 0.69% | 0.67% | - |
| XYZ | 20.26 | 12.11 | 11.62 | - |
| YUV | 93.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 93 | 0 | 0.69 | 0.46 | 0.33 | 339.83 | 0.53 | 0.44 |
| Hex | AC | 35 | 5D | 0 | 45 | 2E | 21 | 154 | 35 | 2C |
| Octal | 254 | 65 | 135 | 0 | 105 | 56 | 41 | 524 | 65 | 54 |
| Binary | 10101100 | 110101 | 1011101 | 0 | 1000101 | 101110 | 100001 | 101010100 | 110101 | 101100 |
Color Harmonies of #AC355D
Complementary color
Monochromatic Colors of #AC355D
Black with #AC355D
Text Example
Text Example
White with #AC355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC355D; }
p { color: rgb(172,53,93); }
H1.HeaderClassName
{
color: #AC355D;
}
.AnyTagClassName
{
color: #AC355D;
}
</style>
background-color css
<style>
a { background-color: #AC355D; }
a { background-color: rgb(172,53,93); }
div.DivClassName
{
background-color: #AC355D;
}
.BgClassName
{
background-color: #AC355D;
}
</style>
border-color css
<style>
span { border-color: #AC355D; }
span { border-color: rgb(172,53,93); }
td.TdClassName
{
border-color: #AC355D;
}
.TagClassName
{
border-color: #AC355D;
}
</style>