Shades of Rouge #AC386D
Tints of Rouge #AC386D
RGB
CMYK
RGB Variations
Color information
#AC386D (or 0xAC386D) is known color: Rouge. HEX triplet: AC, 38 and 6D. RGB value is (172,56,109). Sum of RGB (Red+Green+Blue) = 172+56+109=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC386D is #53C792. Grayscale: #606060. Windows color (decimal): -5490579 or 7157932. OLE color: 7157932.
HSL color Cylindrical-coordinate representation of color #AC386D: hue angle of 332.59º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC386D is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 109 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.33 |
| HSL | 332.59º | 0.51% | 0.45% | - |
| HSV(B) | 332.59º | 0.67% | 0.67% | - |
| XYZ | 21.19 | 12.7 | 15.8 | - |
| YUV | 96.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 109 | 0 | 0.67 | 0.37 | 0.33 | 332.59 | 0.51 | 0.45 |
| Hex | AC | 38 | 6D | 0 | 43 | 25 | 21 | 14D | 33 | 2D |
| Octal | 254 | 70 | 155 | 0 | 103 | 45 | 41 | 515 | 63 | 55 |
| Binary | 10101100 | 111000 | 1101101 | 0 | 1000011 | 100101 | 100001 | 101001101 | 110011 | 101101 |
Color Harmonies of #AC386D
Complementary color
Monochromatic Colors of #AC386D
Black with #AC386D
Text Example
Text Example
White with #AC386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC386D; }
p { color: rgb(172,56,109); }
H1.HeaderClassName
{
color: #AC386D;
}
.AnyTagClassName
{
color: #AC386D;
}
</style>
background-color css
<style>
a { background-color: #AC386D; }
a { background-color: rgb(172,56,109); }
div.DivClassName
{
background-color: #AC386D;
}
.BgClassName
{
background-color: #AC386D;
}
</style>
border-color css
<style>
span { border-color: #AC386D; }
span { border-color: rgb(172,56,109); }
td.TdClassName
{
border-color: #AC386D;
}
.TagClassName
{
border-color: #AC386D;
}
</style>