Shades of Rouge #AC4564
Tints of Rouge #AC4564
RGB
CMYK
RGB Variations
Color information
#AC4564 (or 0xAC4564) is known color: Rouge. HEX triplet: AC, 45 and 64. RGB value is (172,69,100). Sum of RGB (Red+Green+Blue) = 172+69+100=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4564 is #53BA9B. Grayscale: #676767. Windows color (decimal): -5487260 or 6571436. OLE color: 6571436.
HSL color Cylindrical-coordinate representation of color #AC4564: hue angle of 341.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4564 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 100 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.33 |
| HSL | 341.94º | 0.43% | 0.47% | - |
| HSV(B) | 341.94º | 0.6% | 0.67% | - |
| XYZ | 21.44 | 13.95 | 13.62 | - |
| YUV | 103.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 100 | 0 | 0.60 | 0.42 | 0.33 | 341.94 | 0.43 | 0.47 |
| Hex | AC | 45 | 64 | 0 | 3C | 2A | 21 | 156 | 2B | 2F |
| Octal | 254 | 105 | 144 | 0 | 74 | 52 | 41 | 526 | 53 | 57 |
| Binary | 10101100 | 1000101 | 1100100 | 0 | 111100 | 101010 | 100001 | 101010110 | 101011 | 101111 |
Color Harmonies of #AC4564
Complementary color
Monochromatic Colors of #AC4564
Black with #AC4564
Text Example
Text Example
White with #AC4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4564; }
p { color: rgb(172,69,100); }
H1.HeaderClassName
{
color: #AC4564;
}
.AnyTagClassName
{
color: #AC4564;
}
</style>
background-color css
<style>
a { background-color: #AC4564; }
a { background-color: rgb(172,69,100); }
div.DivClassName
{
background-color: #AC4564;
}
.BgClassName
{
background-color: #AC4564;
}
</style>
border-color css
<style>
span { border-color: #AC4564; }
span { border-color: rgb(172,69,100); }
td.TdClassName
{
border-color: #AC4564;
}
.TagClassName
{
border-color: #AC4564;
}
</style>