Shades of Rouge #AC356D
Tints of Rouge #AC356D
RGB
CMYK
RGB Variations
Color information
#AC356D (or 0xAC356D) is known color: Rouge. HEX triplet: AC, 35 and 6D. RGB value is (172,53,109). Sum of RGB (Red+Green+Blue) = 172+53+109=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC356D is #53CA92. Grayscale: #5E5E5E. Windows color (decimal): -5491347 or 7157164. OLE color: 7157164.
HSL color Cylindrical-coordinate representation of color #AC356D: hue angle of 331.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 #AC356D is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 109 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.33 |
| HSL | 331.76º | 0.53% | 0.44% | - |
| HSV(B) | 331.76º | 0.69% | 0.67% | - |
| XYZ | 21.05 | 12.42 | 15.76 | - |
| YUV | 94.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 109 | 0 | 0.69 | 0.37 | 0.33 | 331.76 | 0.53 | 0.44 |
| Hex | AC | 35 | 6D | 0 | 45 | 25 | 21 | 14C | 35 | 2C |
| Octal | 254 | 65 | 155 | 0 | 105 | 45 | 41 | 514 | 65 | 54 |
| Binary | 10101100 | 110101 | 1101101 | 0 | 1000101 | 100101 | 100001 | 101001100 | 110101 | 101100 |
Color Harmonies of #AC356D
Complementary color
Monochromatic Colors of #AC356D
Black with #AC356D
Text Example
Text Example
White with #AC356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC356D; }
p { color: rgb(172,53,109); }
H1.HeaderClassName
{
color: #AC356D;
}
.AnyTagClassName
{
color: #AC356D;
}
</style>
background-color css
<style>
a { background-color: #AC356D; }
a { background-color: rgb(172,53,109); }
div.DivClassName
{
background-color: #AC356D;
}
.BgClassName
{
background-color: #AC356D;
}
</style>
border-color css
<style>
span { border-color: #AC356D; }
span { border-color: rgb(172,53,109); }
td.TdClassName
{
border-color: #AC356D;
}
.TagClassName
{
border-color: #AC356D;
}
</style>