Shades of Rouge #AC406E
Tints of Rouge #AC406E
RGB
CMYK
RGB Variations
Color information
#AC406E (or 0xAC406E) is known color: Rouge. HEX triplet: AC, 40 and 6E. RGB value is (172,64,110). Sum of RGB (Red+Green+Blue) = 172+64+110=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC406E is #53BF91. Grayscale: #656565. Windows color (decimal): -5488530 or 7225516. OLE color: 7225516.
HSL color Cylindrical-coordinate representation of color #AC406E: hue angle of 334.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC406E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 110 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.33 |
| HSL | 334.44º | 0.46% | 0.46% | - |
| HSV(B) | 334.44º | 0.63% | 0.67% | - |
| XYZ | 21.66 | 13.56 | 16.23 | - |
| YUV | 101.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 110 | 0 | 0.63 | 0.36 | 0.33 | 334.44 | 0.46 | 0.46 |
| Hex | AC | 40 | 6E | 0 | 3F | 24 | 21 | 14E | 2E | 2E |
| Octal | 254 | 100 | 156 | 0 | 77 | 44 | 41 | 516 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1101110 | 0 | 111111 | 100100 | 100001 | 101001110 | 101110 | 101110 |
Color Harmonies of #AC406E
Complementary color
Monochromatic Colors of #AC406E
Black with #AC406E
Text Example
Text Example
White with #AC406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC406E; }
p { color: rgb(172,64,110); }
H1.HeaderClassName
{
color: #AC406E;
}
.AnyTagClassName
{
color: #AC406E;
}
</style>
background-color css
<style>
a { background-color: #AC406E; }
a { background-color: rgb(172,64,110); }
div.DivClassName
{
background-color: #AC406E;
}
.BgClassName
{
background-color: #AC406E;
}
</style>
border-color css
<style>
span { border-color: #AC406E; }
span { border-color: rgb(172,64,110); }
td.TdClassName
{
border-color: #AC406E;
}
.TagClassName
{
border-color: #AC406E;
}
</style>