Shades of Rouge #AC3F70
Tints of Rouge #AC3F70
RGB
CMYK
RGB Variations
Color information
#AC3F70 (or 0xAC3F70) is known color: Rouge. HEX triplet: AC, 3F and 70. RGB value is (172,63,112). Sum of RGB (Red+Green+Blue) = 172+63+112=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F70 is #53C08F. Grayscale: #656565. Windows color (decimal): -5488784 or 7356332. OLE color: 7356332.
HSL color Cylindrical-coordinate representation of color #AC3F70: hue angle of 333.03º 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 #AC3F70 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 112 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.33 |
| HSL | 333.03º | 0.46% | 0.46% | - |
| HSV(B) | 333.03º | 0.63% | 0.67% | - |
| XYZ | 21.72 | 13.5 | 16.79 | - |
| YUV | 101.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 112 | 0 | 0.63 | 0.35 | 0.33 | 333.03 | 0.46 | 0.46 |
| Hex | AC | 3F | 70 | 0 | 3F | 23 | 21 | 14D | 2E | 2E |
| Octal | 254 | 77 | 160 | 0 | 77 | 43 | 41 | 515 | 56 | 56 |
| Binary | 10101100 | 111111 | 1110000 | 0 | 111111 | 100011 | 100001 | 101001101 | 101110 | 101110 |
Color Harmonies of #AC3F70
Complementary color
Monochromatic Colors of #AC3F70
Black with #AC3F70
Text Example
Text Example
White with #AC3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F70; }
p { color: rgb(172,63,112); }
H1.HeaderClassName
{
color: #AC3F70;
}
.AnyTagClassName
{
color: #AC3F70;
}
</style>
background-color css
<style>
a { background-color: #AC3F70; }
a { background-color: rgb(172,63,112); }
div.DivClassName
{
background-color: #AC3F70;
}
.BgClassName
{
background-color: #AC3F70;
}
</style>
border-color css
<style>
span { border-color: #AC3F70; }
span { border-color: rgb(172,63,112); }
td.TdClassName
{
border-color: #AC3F70;
}
.TagClassName
{
border-color: #AC3F70;
}
</style>