Shades of Rouge #AC2F70
Tints of Rouge #AC2F70
RGB
CMYK
RGB Variations
Color information
#AC2F70 (or 0xAC2F70) is known color: Rouge. HEX triplet: AC, 2F and 70. RGB value is (172,47,112). Sum of RGB (Red+Green+Blue) = 172+47+112=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2F70 is #53D08F. Grayscale: #5B5B5B. Windows color (decimal): -5492880 or 7352236. OLE color: 7352236.
HSL color Cylindrical-coordinate representation of color #AC2F70: hue angle of 328.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2F70 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 112 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.33 |
| HSL | 328.8º | 0.57% | 0.43% | - |
| HSV(B) | 328.8º | 0.73% | 0.67% | - |
| XYZ | 20.95 | 11.97 | 16.54 | - |
| YUV | 91.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 112 | 0 | 0.73 | 0.35 | 0.33 | 328.8 | 0.57 | 0.43 |
| Hex | AC | 2F | 70 | 0 | 49 | 23 | 21 | 149 | 39 | 2B |
| Octal | 254 | 57 | 160 | 0 | 111 | 43 | 41 | 511 | 71 | 53 |
| Binary | 10101100 | 101111 | 1110000 | 0 | 1001001 | 100011 | 100001 | 101001001 | 111001 | 101011 |
Color Harmonies of #AC2F70
Complementary color
Monochromatic Colors of #AC2F70
Black with #AC2F70
Text Example
Text Example
White with #AC2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2F70; }
p { color: rgb(172,47,112); }
H1.HeaderClassName
{
color: #AC2F70;
}
.AnyTagClassName
{
color: #AC2F70;
}
</style>
background-color css
<style>
a { background-color: #AC2F70; }
a { background-color: rgb(172,47,112); }
div.DivClassName
{
background-color: #AC2F70;
}
.BgClassName
{
background-color: #AC2F70;
}
</style>
border-color css
<style>
span { border-color: #AC2F70; }
span { border-color: rgb(172,47,112); }
td.TdClassName
{
border-color: #AC2F70;
}
.TagClassName
{
border-color: #AC2F70;
}
</style>