Shades of Rouge #AC3268
Tints of Rouge #AC3268
RGB
CMYK
RGB Variations
Color information
#AC3268 (or 0xAC3268) is known color: Rouge. HEX triplet: AC, 32 and 68. RGB value is (172,50,104). Sum of RGB (Red+Green+Blue) = 172+50+104=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3268 is #53CD97. Grayscale: #5C5C5C. Windows color (decimal): -5492120 or 6828716. OLE color: 6828716.
HSL color Cylindrical-coordinate representation of color #AC3268: hue angle of 333.44º 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 #AC3268 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 104 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.33 |
| HSL | 333.44º | 0.55% | 0.44% | - |
| HSV(B) | 333.44º | 0.71% | 0.67% | - |
| XYZ | 20.65 | 12.05 | 14.33 | - |
| YUV | 92.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 104 | 0 | 0.71 | 0.40 | 0.33 | 333.44 | 0.55 | 0.44 |
| Hex | AC | 32 | 68 | 0 | 47 | 28 | 21 | 14D | 37 | 2C |
| Octal | 254 | 62 | 150 | 0 | 107 | 50 | 41 | 515 | 67 | 54 |
| Binary | 10101100 | 110010 | 1101000 | 0 | 1000111 | 101000 | 100001 | 101001101 | 110111 | 101100 |
Color Harmonies of #AC3268
Complementary color
Monochromatic Colors of #AC3268
Black with #AC3268
Text Example
Text Example
White with #AC3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3268; }
p { color: rgb(172,50,104); }
H1.HeaderClassName
{
color: #AC3268;
}
.AnyTagClassName
{
color: #AC3268;
}
</style>
background-color css
<style>
a { background-color: #AC3268; }
a { background-color: rgb(172,50,104); }
div.DivClassName
{
background-color: #AC3268;
}
.BgClassName
{
background-color: #AC3268;
}
</style>
border-color css
<style>
span { border-color: #AC3268; }
span { border-color: rgb(172,50,104); }
td.TdClassName
{
border-color: #AC3268;
}
.TagClassName
{
border-color: #AC3268;
}
</style>