Shades of Rouge #AC2D5B
Tints of Rouge #AC2D5B
RGB
CMYK
RGB Variations
Color information
#AC2D5B (or 0xAC2D5B) is known color: Rouge. HEX triplet: AC, 2D and 5B. RGB value is (172,45,91). Sum of RGB (Red+Green+Blue) = 172+45+91=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2D5B is #53D2A4. Grayscale: #585858. Windows color (decimal): -5493413 or 5975468. OLE color: 5975468.
HSL color Cylindrical-coordinate representation of color #AC2D5B: hue angle of 338.27º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2D5B is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 91 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.33 |
| HSL | 338.27º | 0.59% | 0.43% | - |
| HSV(B) | 338.27º | 0.74% | 0.67% | - |
| XYZ | 19.84 | 11.4 | 11.05 | - |
| YUV | 88.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 91 | 0 | 0.74 | 0.47 | 0.33 | 338.27 | 0.59 | 0.43 |
| Hex | AC | 2D | 5B | 0 | 4A | 2F | 21 | 152 | 3B | 2B |
| Octal | 254 | 55 | 133 | 0 | 112 | 57 | 41 | 522 | 73 | 53 |
| Binary | 10101100 | 101101 | 1011011 | 0 | 1001010 | 101111 | 100001 | 101010010 | 111011 | 101011 |
Color Harmonies of #AC2D5B
Complementary color
Monochromatic Colors of #AC2D5B
Black with #AC2D5B
Text Example
Text Example
White with #AC2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D5B; }
p { color: rgb(172,45,91); }
H1.HeaderClassName
{
color: #AC2D5B;
}
.AnyTagClassName
{
color: #AC2D5B;
}
</style>
background-color css
<style>
a { background-color: #AC2D5B; }
a { background-color: rgb(172,45,91); }
div.DivClassName
{
background-color: #AC2D5B;
}
.BgClassName
{
background-color: #AC2D5B;
}
</style>
border-color css
<style>
span { border-color: #AC2D5B; }
span { border-color: rgb(172,45,91); }
td.TdClassName
{
border-color: #AC2D5B;
}
.TagClassName
{
border-color: #AC2D5B;
}
</style>