Shades of Rouge #AC406F
Tints of Rouge #AC406F
RGB
CMYK
RGB Variations
Color information
#AC406F (or 0xAC406F) is known color: Rouge. HEX triplet: AC, 40 and 6F. RGB value is (172,64,111). Sum of RGB (Red+Green+Blue) = 172+64+111=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC406F is #53BF90. Grayscale: #656565. Windows color (decimal): -5488529 or 7291052. OLE color: 7291052.
HSL color Cylindrical-coordinate representation of color #AC406F: hue angle of 333.89º 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 #AC406F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 111 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.33 |
| HSL | 333.89º | 0.46% | 0.46% | - |
| HSV(B) | 333.89º | 0.63% | 0.67% | - |
| XYZ | 21.72 | 13.59 | 16.52 | - |
| YUV | 101.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 111 | 0 | 0.63 | 0.35 | 0.33 | 333.89 | 0.46 | 0.46 |
| Hex | AC | 40 | 6F | 0 | 3F | 23 | 21 | 14E | 2E | 2E |
| Octal | 254 | 100 | 157 | 0 | 77 | 43 | 41 | 516 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1101111 | 0 | 111111 | 100011 | 100001 | 101001110 | 101110 | 101110 |
Color Harmonies of #AC406F
Complementary color
Monochromatic Colors of #AC406F
Black with #AC406F
Text Example
Text Example
White with #AC406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC406F; }
p { color: rgb(172,64,111); }
H1.HeaderClassName
{
color: #AC406F;
}
.AnyTagClassName
{
color: #AC406F;
}
</style>
background-color css
<style>
a { background-color: #AC406F; }
a { background-color: rgb(172,64,111); }
div.DivClassName
{
background-color: #AC406F;
}
.BgClassName
{
background-color: #AC406F;
}
</style>
border-color css
<style>
span { border-color: #AC406F; }
span { border-color: rgb(172,64,111); }
td.TdClassName
{
border-color: #AC406F;
}
.TagClassName
{
border-color: #AC406F;
}
</style>