Shades of Rouge #AC3D6C
Tints of Rouge #AC3D6C
RGB
CMYK
RGB Variations
Color information
#AC3D6C (or 0xAC3D6C) is known color: Rouge. HEX triplet: AC, 3D and 6C. RGB value is (172,61,108). Sum of RGB (Red+Green+Blue) = 172+61+108=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D6C is #53C293. Grayscale: #636363. Windows color (decimal): -5489300 or 7093676. OLE color: 7093676.
HSL color Cylindrical-coordinate representation of color #AC3D6C: hue angle of 334.59º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3D6C is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 108 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.33 |
| HSL | 334.59º | 0.48% | 0.46% | - |
| HSV(B) | 334.59º | 0.65% | 0.67% | - |
| XYZ | 21.39 | 13.19 | 15.61 | - |
| YUV | 99.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 108 | 0 | 0.65 | 0.37 | 0.33 | 334.59 | 0.48 | 0.46 |
| Hex | AC | 3D | 6C | 0 | 41 | 25 | 21 | 14F | 30 | 2E |
| Octal | 254 | 75 | 154 | 0 | 101 | 45 | 41 | 517 | 60 | 56 |
| Binary | 10101100 | 111101 | 1101100 | 0 | 1000001 | 100101 | 100001 | 101001111 | 110000 | 101110 |
Color Harmonies of #AC3D6C
Complementary color
Monochromatic Colors of #AC3D6C
Black with #AC3D6C
Text Example
Text Example
White with #AC3D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D6C; }
p { color: rgb(172,61,108); }
H1.HeaderClassName
{
color: #AC3D6C;
}
.AnyTagClassName
{
color: #AC3D6C;
}
</style>
background-color css
<style>
a { background-color: #AC3D6C; }
a { background-color: rgb(172,61,108); }
div.DivClassName
{
background-color: #AC3D6C;
}
.BgClassName
{
background-color: #AC3D6C;
}
</style>
border-color css
<style>
span { border-color: #AC3D6C; }
span { border-color: rgb(172,61,108); }
td.TdClassName
{
border-color: #AC3D6C;
}
.TagClassName
{
border-color: #AC3D6C;
}
</style>