Shades of Rouge #AC4064
Tints of Rouge #AC4064
RGB
CMYK
RGB Variations
Color information
#AC4064 (or 0xAC4064) is known color: Rouge. HEX triplet: AC, 40 and 64. RGB value is (172,64,100). Sum of RGB (Red+Green+Blue) = 172+64+100=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4064 is #53BF9B. Grayscale: #646464. Windows color (decimal): -5488540 or 6570156. OLE color: 6570156.
HSL color Cylindrical-coordinate representation of color #AC4064: hue angle of 340º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4064 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 100 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.33 |
| HSL | 340º | 0.46% | 0.46% | - |
| HSV(B) | 340º | 0.63% | 0.67% | - |
| XYZ | 21.15 | 13.36 | 13.52 | - |
| YUV | 100.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 100 | 0 | 0.63 | 0.42 | 0.33 | 340 | 0.46 | 0.46 |
| Hex | AC | 40 | 64 | 0 | 3F | 2A | 21 | 154 | 2E | 2E |
| Octal | 254 | 100 | 144 | 0 | 77 | 52 | 41 | 524 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1100100 | 0 | 111111 | 101010 | 100001 | 101010100 | 101110 | 101110 |
Color Harmonies of #AC4064
Complementary color
Monochromatic Colors of #AC4064
Black with #AC4064
Text Example
Text Example
White with #AC4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4064; }
p { color: rgb(172,64,100); }
H1.HeaderClassName
{
color: #AC4064;
}
.AnyTagClassName
{
color: #AC4064;
}
</style>
background-color css
<style>
a { background-color: #AC4064; }
a { background-color: rgb(172,64,100); }
div.DivClassName
{
background-color: #AC4064;
}
.BgClassName
{
background-color: #AC4064;
}
</style>
border-color css
<style>
span { border-color: #AC4064; }
span { border-color: rgb(172,64,100); }
td.TdClassName
{
border-color: #AC4064;
}
.TagClassName
{
border-color: #AC4064;
}
</style>