Shades of Rouge #AC2B6D
Tints of Rouge #AC2B6D
RGB
CMYK
RGB Variations
Color information
#AC2B6D (or 0xAC2B6D) is known color: Rouge. HEX triplet: AC, 2B and 6D. RGB value is (172,43,109). Sum of RGB (Red+Green+Blue) = 172+43+109=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B6D is #53D492. Grayscale: #585858. Windows color (decimal): -5493907 or 7154604. OLE color: 7154604.
HSL color Cylindrical-coordinate representation of color #AC2B6D: hue angle of 329.3º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B6D is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 109 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.33 |
| HSL | 329.3º | 0.6% | 0.42% | - |
| HSV(B) | 329.3º | 0.75% | 0.67% | - |
| XYZ | 20.64 | 11.6 | 15.62 | - |
| YUV | 89.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 109 | 0 | 0.75 | 0.37 | 0.33 | 329.3 | 0.6 | 0.42 |
| Hex | AC | 2B | 6D | 0 | 4B | 25 | 21 | 149 | 3C | 2A |
| Octal | 254 | 53 | 155 | 0 | 113 | 45 | 41 | 511 | 74 | 52 |
| Binary | 10101100 | 101011 | 1101101 | 0 | 1001011 | 100101 | 100001 | 101001001 | 111100 | 101010 |
Color Harmonies of #AC2B6D
Complementary color
Monochromatic Colors of #AC2B6D
Black with #AC2B6D
Text Example
Text Example
White with #AC2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B6D; }
p { color: rgb(172,43,109); }
H1.HeaderClassName
{
color: #AC2B6D;
}
.AnyTagClassName
{
color: #AC2B6D;
}
</style>
background-color css
<style>
a { background-color: #AC2B6D; }
a { background-color: rgb(172,43,109); }
div.DivClassName
{
background-color: #AC2B6D;
}
.BgClassName
{
background-color: #AC2B6D;
}
</style>
border-color css
<style>
span { border-color: #AC2B6D; }
span { border-color: rgb(172,43,109); }
td.TdClassName
{
border-color: #AC2B6D;
}
.TagClassName
{
border-color: #AC2B6D;
}
</style>