Shades of Rouge #AC326C
Tints of Rouge #AC326C
RGB
CMYK
RGB Variations
Color information
#AC326C (or 0xAC326C) is known color: Rouge. HEX triplet: AC, 32 and 6C. RGB value is (172,50,108). Sum of RGB (Red+Green+Blue) = 172+50+108=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC326C is #53CD93. Grayscale: #5C5C5C. Windows color (decimal): -5492116 or 7090860. OLE color: 7090860.
HSL color Cylindrical-coordinate representation of color #AC326C: hue angle of 331.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC326C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 108 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.33 |
| HSL | 331.48º | 0.55% | 0.44% | - |
| HSV(B) | 331.48º | 0.71% | 0.67% | - |
| XYZ | 20.86 | 12.13 | 15.43 | - |
| YUV | 93.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 108 | 0 | 0.71 | 0.37 | 0.33 | 331.48 | 0.55 | 0.44 |
| Hex | AC | 32 | 6C | 0 | 47 | 25 | 21 | 14B | 37 | 2C |
| Octal | 254 | 62 | 154 | 0 | 107 | 45 | 41 | 513 | 67 | 54 |
| Binary | 10101100 | 110010 | 1101100 | 0 | 1000111 | 100101 | 100001 | 101001011 | 110111 | 101100 |
Color Harmonies of #AC326C
Complementary color
Monochromatic Colors of #AC326C
Black with #AC326C
Text Example
Text Example
White with #AC326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC326C; }
p { color: rgb(172,50,108); }
H1.HeaderClassName
{
color: #AC326C;
}
.AnyTagClassName
{
color: #AC326C;
}
</style>
background-color css
<style>
a { background-color: #AC326C; }
a { background-color: rgb(172,50,108); }
div.DivClassName
{
background-color: #AC326C;
}
.BgClassName
{
background-color: #AC326C;
}
</style>
border-color css
<style>
span { border-color: #AC326C; }
span { border-color: rgb(172,50,108); }
td.TdClassName
{
border-color: #AC326C;
}
.TagClassName
{
border-color: #AC326C;
}
</style>