Shades of Rouge #AC2E69
Tints of Rouge #AC2E69
RGB
CMYK
RGB Variations
Color information
#AC2E69 (or 0xAC2E69) is known color: Rouge. HEX triplet: AC, 2E and 69. RGB value is (172,46,105). Sum of RGB (Red+Green+Blue) = 172+46+105=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2E69 is #53D196. Grayscale: #5A5A5A. Windows color (decimal): -5493143 or 6893228. OLE color: 6893228.
HSL color Cylindrical-coordinate representation of color #AC2E69: hue angle of 331.9º degrees, saturation: 0.58, 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 #AC2E69 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 105 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.33 |
| HSL | 331.9º | 0.58% | 0.43% | - |
| HSV(B) | 331.9º | 0.73% | 0.67% | - |
| XYZ | 20.54 | 11.74 | 14.55 | - |
| YUV | 90.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 105 | 0 | 0.73 | 0.39 | 0.33 | 331.9 | 0.58 | 0.43 |
| Hex | AC | 2E | 69 | 0 | 49 | 27 | 21 | 14C | 3A | 2B |
| Octal | 254 | 56 | 151 | 0 | 111 | 47 | 41 | 514 | 72 | 53 |
| Binary | 10101100 | 101110 | 1101001 | 0 | 1001001 | 100111 | 100001 | 101001100 | 111010 | 101011 |
Color Harmonies of #AC2E69
Complementary color
Monochromatic Colors of #AC2E69
Black with #AC2E69
Text Example
Text Example
White with #AC2E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E69; }
p { color: rgb(172,46,105); }
H1.HeaderClassName
{
color: #AC2E69;
}
.AnyTagClassName
{
color: #AC2E69;
}
</style>
background-color css
<style>
a { background-color: #AC2E69; }
a { background-color: rgb(172,46,105); }
div.DivClassName
{
background-color: #AC2E69;
}
.BgClassName
{
background-color: #AC2E69;
}
</style>
border-color css
<style>
span { border-color: #AC2E69; }
span { border-color: rgb(172,46,105); }
td.TdClassName
{
border-color: #AC2E69;
}
.TagClassName
{
border-color: #AC2E69;
}
</style>