Shades of Rouge #AC376A
Tints of Rouge #AC376A
RGB
CMYK
RGB Variations
Color information
#AC376A (or 0xAC376A) is known color: Rouge. HEX triplet: AC, 37 and 6A. RGB value is (172,55,106). Sum of RGB (Red+Green+Blue) = 172+55+106=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC376A is #53C895. Grayscale: #5F5F5F. Windows color (decimal): -5490838 or 6961068. OLE color: 6961068.
HSL color Cylindrical-coordinate representation of color #AC376A: hue angle of 333.85º 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 #AC376A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 106 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.33 |
| HSL | 333.85º | 0.52% | 0.45% | - |
| HSV(B) | 333.85º | 0.68% | 0.67% | - |
| XYZ | 20.98 | 12.54 | 14.95 | - |
| YUV | 95.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 106 | 0 | 0.68 | 0.38 | 0.33 | 333.85 | 0.52 | 0.45 |
| Hex | AC | 37 | 6A | 0 | 44 | 26 | 21 | 14E | 34 | 2D |
| Octal | 254 | 67 | 152 | 0 | 104 | 46 | 41 | 516 | 64 | 55 |
| Binary | 10101100 | 110111 | 1101010 | 0 | 1000100 | 100110 | 100001 | 101001110 | 110100 | 101101 |
Color Harmonies of #AC376A
Complementary color
Monochromatic Colors of #AC376A
Black with #AC376A
Text Example
Text Example
White with #AC376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC376A; }
p { color: rgb(172,55,106); }
H1.HeaderClassName
{
color: #AC376A;
}
.AnyTagClassName
{
color: #AC376A;
}
</style>
background-color css
<style>
a { background-color: #AC376A; }
a { background-color: rgb(172,55,106); }
div.DivClassName
{
background-color: #AC376A;
}
.BgClassName
{
background-color: #AC376A;
}
</style>
border-color css
<style>
span { border-color: #AC376A; }
span { border-color: rgb(172,55,106); }
td.TdClassName
{
border-color: #AC376A;
}
.TagClassName
{
border-color: #AC376A;
}
</style>