Shades of Rouge #AC356A
Tints of Rouge #AC356A
RGB
CMYK
RGB Variations
Color information
#AC356A (or 0xAC356A) is known color: Rouge. HEX triplet: AC, 35 and 6A. RGB value is (172,53,106). Sum of RGB (Red+Green+Blue) = 172+53+106=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC356A is #53CA95. Grayscale: #5E5E5E. Windows color (decimal): -5491350 or 6960556. OLE color: 6960556.
HSL color Cylindrical-coordinate representation of color #AC356A: hue angle of 333.28º 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 #AC356A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 106 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.33 |
| HSL | 333.28º | 0.53% | 0.44% | - |
| HSV(B) | 333.28º | 0.69% | 0.67% | - |
| XYZ | 20.89 | 12.36 | 14.92 | - |
| YUV | 94.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 106 | 0 | 0.69 | 0.38 | 0.33 | 333.28 | 0.53 | 0.44 |
| Hex | AC | 35 | 6A | 0 | 45 | 26 | 21 | 14D | 35 | 2C |
| Octal | 254 | 65 | 152 | 0 | 105 | 46 | 41 | 515 | 65 | 54 |
| Binary | 10101100 | 110101 | 1101010 | 0 | 1000101 | 100110 | 100001 | 101001101 | 110101 | 101100 |
Color Harmonies of #AC356A
Complementary color
Monochromatic Colors of #AC356A
Black with #AC356A
Text Example
Text Example
White with #AC356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC356A; }
p { color: rgb(172,53,106); }
H1.HeaderClassName
{
color: #AC356A;
}
.AnyTagClassName
{
color: #AC356A;
}
</style>
background-color css
<style>
a { background-color: #AC356A; }
a { background-color: rgb(172,53,106); }
div.DivClassName
{
background-color: #AC356A;
}
.BgClassName
{
background-color: #AC356A;
}
</style>
border-color css
<style>
span { border-color: #AC356A; }
span { border-color: rgb(172,53,106); }
td.TdClassName
{
border-color: #AC356A;
}
.TagClassName
{
border-color: #AC356A;
}
</style>