Shades of Rouge #AC3E68
Tints of Rouge #AC3E68
RGB
CMYK
RGB Variations
Color information
#AC3E68 (or 0xAC3E68) is known color: Rouge. HEX triplet: AC, 3E and 68. RGB value is (172,62,104). Sum of RGB (Red+Green+Blue) = 172+62+104=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E68 is #53C197. Grayscale: #636363. Windows color (decimal): -5489048 or 6831788. OLE color: 6831788.
HSL color Cylindrical-coordinate representation of color #AC3E68: hue angle of 337.09º 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 #AC3E68 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 104 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.33 |
| HSL | 337.09º | 0.47% | 0.46% | - |
| HSV(B) | 337.09º | 0.64% | 0.67% | - |
| XYZ | 21.23 | 13.22 | 14.53 | - |
| YUV | 99.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 104 | 0 | 0.64 | 0.40 | 0.33 | 337.09 | 0.47 | 0.46 |
| Hex | AC | 3E | 68 | 0 | 40 | 28 | 21 | 151 | 2F | 2E |
| Octal | 254 | 76 | 150 | 0 | 100 | 50 | 41 | 521 | 57 | 56 |
| Binary | 10101100 | 111110 | 1101000 | 0 | 1000000 | 101000 | 100001 | 101010001 | 101111 | 101110 |
Color Harmonies of #AC3E68
Complementary color
Monochromatic Colors of #AC3E68
Black with #AC3E68
Text Example
Text Example
White with #AC3E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E68; }
p { color: rgb(172,62,104); }
H1.HeaderClassName
{
color: #AC3E68;
}
.AnyTagClassName
{
color: #AC3E68;
}
</style>
background-color css
<style>
a { background-color: #AC3E68; }
a { background-color: rgb(172,62,104); }
div.DivClassName
{
background-color: #AC3E68;
}
.BgClassName
{
background-color: #AC3E68;
}
</style>
border-color css
<style>
span { border-color: #AC3E68; }
span { border-color: rgb(172,62,104); }
td.TdClassName
{
border-color: #AC3E68;
}
.TagClassName
{
border-color: #AC3E68;
}
</style>