Shades of Rouge #AC3C6A
Tints of Rouge #AC3C6A
RGB
CMYK
RGB Variations
Color information
#AC3C6A (or 0xAC3C6A) is known color: Rouge. HEX triplet: AC, 3C and 6A. RGB value is (172,60,106). Sum of RGB (Red+Green+Blue) = 172+60+106=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C6A is #53C395. Grayscale: #626262. Windows color (decimal): -5489558 or 6962348. OLE color: 6962348.
HSL color Cylindrical-coordinate representation of color #AC3C6A: hue angle of 335.36º 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 #AC3C6A is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 106 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.33 |
| HSL | 335.36º | 0.48% | 0.45% | - |
| HSV(B) | 335.36º | 0.65% | 0.67% | - |
| XYZ | 21.23 | 13.04 | 15.03 | - |
| YUV | 98.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 106 | 0 | 0.65 | 0.38 | 0.33 | 335.36 | 0.48 | 0.45 |
| Hex | AC | 3C | 6A | 0 | 41 | 26 | 21 | 14F | 30 | 2D |
| Octal | 254 | 74 | 152 | 0 | 101 | 46 | 41 | 517 | 60 | 55 |
| Binary | 10101100 | 111100 | 1101010 | 0 | 1000001 | 100110 | 100001 | 101001111 | 110000 | 101101 |
Color Harmonies of #AC3C6A
Complementary color
Monochromatic Colors of #AC3C6A
Black with #AC3C6A
Text Example
Text Example
White with #AC3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C6A; }
p { color: rgb(172,60,106); }
H1.HeaderClassName
{
color: #AC3C6A;
}
.AnyTagClassName
{
color: #AC3C6A;
}
</style>
background-color css
<style>
a { background-color: #AC3C6A; }
a { background-color: rgb(172,60,106); }
div.DivClassName
{
background-color: #AC3C6A;
}
.BgClassName
{
background-color: #AC3C6A;
}
</style>
border-color css
<style>
span { border-color: #AC3C6A; }
span { border-color: rgb(172,60,106); }
td.TdClassName
{
border-color: #AC3C6A;
}
.TagClassName
{
border-color: #AC3C6A;
}
</style>