Shades of Rouge #AC386A
Tints of Rouge #AC386A
RGB
CMYK
RGB Variations
Color information
#AC386A (or 0xAC386A) is known color: Rouge. HEX triplet: AC, 38 and 6A. RGB value is (172,56,106). Sum of RGB (Red+Green+Blue) = 172+56+106=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC386A is #53C795. Grayscale: #606060. Windows color (decimal): -5490582 or 6961324. OLE color: 6961324.
HSL color Cylindrical-coordinate representation of color #AC386A: hue angle of 334.14º 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 #AC386A is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 106 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.33 |
| HSL | 334.14º | 0.51% | 0.45% | - |
| HSV(B) | 334.14º | 0.67% | 0.67% | - |
| XYZ | 21.03 | 12.64 | 14.97 | - |
| YUV | 96.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 106 | 0 | 0.67 | 0.38 | 0.33 | 334.14 | 0.51 | 0.45 |
| Hex | AC | 38 | 6A | 0 | 43 | 26 | 21 | 14E | 33 | 2D |
| Octal | 254 | 70 | 152 | 0 | 103 | 46 | 41 | 516 | 63 | 55 |
| Binary | 10101100 | 111000 | 1101010 | 0 | 1000011 | 100110 | 100001 | 101001110 | 110011 | 101101 |
Color Harmonies of #AC386A
Complementary color
Monochromatic Colors of #AC386A
Black with #AC386A
Text Example
Text Example
White with #AC386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC386A; }
p { color: rgb(172,56,106); }
H1.HeaderClassName
{
color: #AC386A;
}
.AnyTagClassName
{
color: #AC386A;
}
</style>
background-color css
<style>
a { background-color: #AC386A; }
a { background-color: rgb(172,56,106); }
div.DivClassName
{
background-color: #AC386A;
}
.BgClassName
{
background-color: #AC386A;
}
</style>
border-color css
<style>
span { border-color: #AC386A; }
span { border-color: rgb(172,56,106); }
td.TdClassName
{
border-color: #AC386A;
}
.TagClassName
{
border-color: #AC386A;
}
</style>