Shades of Rouge #AC3764
Tints of Rouge #AC3764
RGB
CMYK
RGB Variations
Color information
#AC3764 (or 0xAC3764) is known color: Rouge. HEX triplet: AC, 37 and 64. RGB value is (172,55,100). Sum of RGB (Red+Green+Blue) = 172+55+100=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3764 is #53C89B. Grayscale: #5F5F5F. Windows color (decimal): -5490844 or 6567852. OLE color: 6567852.
HSL color Cylindrical-coordinate representation of color #AC3764: hue angle of 336.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3764 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 100 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.33 |
| HSL | 336.92º | 0.52% | 0.45% | - |
| HSV(B) | 336.92º | 0.68% | 0.67% | - |
| XYZ | 20.68 | 12.42 | 13.36 | - |
| YUV | 95.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 100 | 0 | 0.68 | 0.42 | 0.33 | 336.92 | 0.52 | 0.45 |
| Hex | AC | 37 | 64 | 0 | 44 | 2A | 21 | 151 | 34 | 2D |
| Octal | 254 | 67 | 144 | 0 | 104 | 52 | 41 | 521 | 64 | 55 |
| Binary | 10101100 | 110111 | 1100100 | 0 | 1000100 | 101010 | 100001 | 101010001 | 110100 | 101101 |
Color Harmonies of #AC3764
Complementary color
Monochromatic Colors of #AC3764
Black with #AC3764
Text Example
Text Example
White with #AC3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3764; }
p { color: rgb(172,55,100); }
H1.HeaderClassName
{
color: #AC3764;
}
.AnyTagClassName
{
color: #AC3764;
}
</style>
background-color css
<style>
a { background-color: #AC3764; }
a { background-color: rgb(172,55,100); }
div.DivClassName
{
background-color: #AC3764;
}
.BgClassName
{
background-color: #AC3764;
}
</style>
border-color css
<style>
span { border-color: #AC3764; }
span { border-color: rgb(172,55,100); }
td.TdClassName
{
border-color: #AC3764;
}
.TagClassName
{
border-color: #AC3764;
}
</style>