Shades of Rouge #AC3873
Tints of Rouge #AC3873
RGB
CMYK
RGB Variations
Color information
#AC3873 (or 0xAC3873) is known color: Rouge. HEX triplet: AC, 38 and 73. RGB value is (172,56,115). Sum of RGB (Red+Green+Blue) = 172+56+115=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3873 is #53C78C. Grayscale: #616161. Windows color (decimal): -5490573 or 7551148. OLE color: 7551148.
HSL color Cylindrical-coordinate representation of color #AC3873: hue angle of 329.48º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3873 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 115 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.33 |
| HSL | 329.48º | 0.51% | 0.45% | - |
| HSV(B) | 329.48º | 0.67% | 0.67% | - |
| XYZ | 21.52 | 12.84 | 17.56 | - |
| YUV | 97.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 115 | 0 | 0.67 | 0.33 | 0.33 | 329.48 | 0.51 | 0.45 |
| Hex | AC | 38 | 73 | 0 | 43 | 21 | 21 | 149 | 33 | 2D |
| Octal | 254 | 70 | 163 | 0 | 103 | 41 | 41 | 511 | 63 | 55 |
| Binary | 10101100 | 111000 | 1110011 | 0 | 1000011 | 100001 | 100001 | 101001001 | 110011 | 101101 |
Color Harmonies of #AC3873
Complementary color
Monochromatic Colors of #AC3873
Black with #AC3873
Text Example
Text Example
White with #AC3873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3873; }
p { color: rgb(172,56,115); }
H1.HeaderClassName
{
color: #AC3873;
}
.AnyTagClassName
{
color: #AC3873;
}
</style>
background-color css
<style>
a { background-color: #AC3873; }
a { background-color: rgb(172,56,115); }
div.DivClassName
{
background-color: #AC3873;
}
.BgClassName
{
background-color: #AC3873;
}
</style>
border-color css
<style>
span { border-color: #AC3873; }
span { border-color: rgb(172,56,115); }
td.TdClassName
{
border-color: #AC3873;
}
.TagClassName
{
border-color: #AC3873;
}
</style>