Shades of Rouge #AC3E6F
Tints of Rouge #AC3E6F
RGB
CMYK
RGB Variations
Color information
#AC3E6F (or 0xAC3E6F) is known color: Rouge. HEX triplet: AC, 3E and 6F. RGB value is (172,62,111). Sum of RGB (Red+Green+Blue) = 172+62+111=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E6F is #53C190. Grayscale: #646464. Windows color (decimal): -5489041 or 7290540. OLE color: 7290540.
HSL color Cylindrical-coordinate representation of color #AC3E6F: hue angle of 333.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3E6F is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 111 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.33 |
| HSL | 333.27º | 0.47% | 0.46% | - |
| HSV(B) | 333.27º | 0.64% | 0.67% | - |
| XYZ | 21.61 | 13.36 | 16.48 | - |
| YUV | 100.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 111 | 0 | 0.64 | 0.35 | 0.33 | 333.27 | 0.47 | 0.46 |
| Hex | AC | 3E | 6F | 0 | 40 | 23 | 21 | 14D | 2F | 2E |
| Octal | 254 | 76 | 157 | 0 | 100 | 43 | 41 | 515 | 57 | 56 |
| Binary | 10101100 | 111110 | 1101111 | 0 | 1000000 | 100011 | 100001 | 101001101 | 101111 | 101110 |
Color Harmonies of #AC3E6F
Complementary color
Monochromatic Colors of #AC3E6F
Black with #AC3E6F
Text Example
Text Example
White with #AC3E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E6F; }
p { color: rgb(172,62,111); }
H1.HeaderClassName
{
color: #AC3E6F;
}
.AnyTagClassName
{
color: #AC3E6F;
}
</style>
background-color css
<style>
a { background-color: #AC3E6F; }
a { background-color: rgb(172,62,111); }
div.DivClassName
{
background-color: #AC3E6F;
}
.BgClassName
{
background-color: #AC3E6F;
}
</style>
border-color css
<style>
span { border-color: #AC3E6F; }
span { border-color: rgb(172,62,111); }
td.TdClassName
{
border-color: #AC3E6F;
}
.TagClassName
{
border-color: #AC3E6F;
}
</style>