Shades of Rouge #AC3C69
Tints of Rouge #AC3C69
RGB
CMYK
RGB Variations
Color information
#AC3C69 (or 0xAC3C69) is known color: Rouge. HEX triplet: AC, 3C and 69. RGB value is (172,60,105). Sum of RGB (Red+Green+Blue) = 172+60+105=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C69 is #53C396. Grayscale: #626262. Windows color (decimal): -5489559 or 6896812. OLE color: 6896812.
HSL color Cylindrical-coordinate representation of color #AC3C69: hue angle of 335.89º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3C69 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 105 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.33 |
| HSL | 335.89º | 0.48% | 0.45% | - |
| HSV(B) | 335.89º | 0.65% | 0.67% | - |
| XYZ | 21.18 | 13.02 | 14.76 | - |
| YUV | 98.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 105 | 0 | 0.65 | 0.39 | 0.33 | 335.89 | 0.48 | 0.45 |
| Hex | AC | 3C | 69 | 0 | 41 | 27 | 21 | 150 | 30 | 2D |
| Octal | 254 | 74 | 151 | 0 | 101 | 47 | 41 | 520 | 60 | 55 |
| Binary | 10101100 | 111100 | 1101001 | 0 | 1000001 | 100111 | 100001 | 101010000 | 110000 | 101101 |
Color Harmonies of #AC3C69
Complementary color
Monochromatic Colors of #AC3C69
Black with #AC3C69
Text Example
Text Example
White with #AC3C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C69; }
p { color: rgb(172,60,105); }
H1.HeaderClassName
{
color: #AC3C69;
}
.AnyTagClassName
{
color: #AC3C69;
}
</style>
background-color css
<style>
a { background-color: #AC3C69; }
a { background-color: rgb(172,60,105); }
div.DivClassName
{
background-color: #AC3C69;
}
.BgClassName
{
background-color: #AC3C69;
}
</style>
border-color css
<style>
span { border-color: #AC3C69; }
span { border-color: rgb(172,60,105); }
td.TdClassName
{
border-color: #AC3C69;
}
.TagClassName
{
border-color: #AC3C69;
}
</style>