Shades of Rouge #AC3464
Tints of Rouge #AC3464
RGB
CMYK
RGB Variations
Color information
#AC3464 (or 0xAC3464) is known color: Rouge. HEX triplet: AC, 34 and 64. RGB value is (172,52,100). Sum of RGB (Red+Green+Blue) = 172+52+100=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3464 is #53CB9B. Grayscale: #5D5D5D. Windows color (decimal): -5491612 or 6567084. OLE color: 6567084.
HSL color Cylindrical-coordinate representation of color #AC3464: hue angle of 336º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3464 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 100 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.33 |
| HSL | 336º | 0.54% | 0.44% | - |
| HSV(B) | 336º | 0.7% | 0.67% | - |
| XYZ | 20.54 | 12.15 | 13.32 | - |
| YUV | 93.35 | 131.76 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 100 | 0 | 0.70 | 0.42 | 0.33 | 336 | 0.54 | 0.44 |
| Hex | AC | 34 | 64 | 0 | 46 | 2A | 21 | 150 | 36 | 2C |
| Octal | 254 | 64 | 144 | 0 | 106 | 52 | 41 | 520 | 66 | 54 |
| Binary | 10101100 | 110100 | 1100100 | 0 | 1000110 | 101010 | 100001 | 101010000 | 110110 | 101100 |
Color Harmonies of #AC3464
Complementary color
Monochromatic Colors of #AC3464
Black with #AC3464
Text Example
Text Example
White with #AC3464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3464; }
p { color: rgb(172,52,100); }
H1.HeaderClassName
{
color: #AC3464;
}
.AnyTagClassName
{
color: #AC3464;
}
</style>
background-color css
<style>
a { background-color: #AC3464; }
a { background-color: rgb(172,52,100); }
div.DivClassName
{
background-color: #AC3464;
}
.BgClassName
{
background-color: #AC3464;
}
</style>
border-color css
<style>
span { border-color: #AC3464; }
span { border-color: rgb(172,52,100); }
td.TdClassName
{
border-color: #AC3464;
}
.TagClassName
{
border-color: #AC3464;
}
</style>