Shades of Rouge #AC3064
Tints of Rouge #AC3064
RGB
CMYK
RGB Variations
Color information
#AC3064 (or 0xAC3064) is known color: Rouge. HEX triplet: AC, 30 and 64. RGB value is (172,48,100). Sum of RGB (Red+Green+Blue) = 172+48+100=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3064 is #53CF9B. Grayscale: #5A5A5A. Windows color (decimal): -5492636 or 6566060. OLE color: 6566060.
HSL color Cylindrical-coordinate representation of color #AC3064: hue angle of 334.84º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3064 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 100 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.33 |
| HSL | 334.84º | 0.56% | 0.43% | - |
| HSV(B) | 334.84º | 0.72% | 0.67% | - |
| XYZ | 20.37 | 11.8 | 13.26 | - |
| YUV | 91 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 100 | 0 | 0.72 | 0.42 | 0.33 | 334.84 | 0.56 | 0.43 |
| Hex | AC | 30 | 64 | 0 | 48 | 2A | 21 | 14F | 38 | 2B |
| Octal | 254 | 60 | 144 | 0 | 110 | 52 | 41 | 517 | 70 | 53 |
| Binary | 10101100 | 110000 | 1100100 | 0 | 1001000 | 101010 | 100001 | 101001111 | 111000 | 101011 |
Color Harmonies of #AC3064
Complementary color
Monochromatic Colors of #AC3064
Black with #AC3064
Text Example
Text Example
White with #AC3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3064; }
p { color: rgb(172,48,100); }
H1.HeaderClassName
{
color: #AC3064;
}
.AnyTagClassName
{
color: #AC3064;
}
</style>
background-color css
<style>
a { background-color: #AC3064; }
a { background-color: rgb(172,48,100); }
div.DivClassName
{
background-color: #AC3064;
}
.BgClassName
{
background-color: #AC3064;
}
</style>
border-color css
<style>
span { border-color: #AC3064; }
span { border-color: rgb(172,48,100); }
td.TdClassName
{
border-color: #AC3064;
}
.TagClassName
{
border-color: #AC3064;
}
</style>