Shades of Rouge #AC3E5B
Tints of Rouge #AC3E5B
RGB
CMYK
RGB Variations
Color information
#AC3E5B (or 0xAC3E5B) is known color: Rouge. HEX triplet: AC, 3E and 5B. RGB value is (172,62,91). Sum of RGB (Red+Green+Blue) = 172+62+91=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E5B is #53C1A4. Grayscale: #626262. Windows color (decimal): -5489061 or 5979820. OLE color: 5979820.
HSL color Cylindrical-coordinate representation of color #AC3E5B: hue angle of 344.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3E5B is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 91 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.33 |
| HSL | 344.18º | 0.47% | 0.46% | - |
| HSV(B) | 344.18º | 0.64% | 0.67% | - |
| XYZ | 20.62 | 12.97 | 11.31 | - |
| YUV | 98.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 91 | 0 | 0.64 | 0.47 | 0.33 | 344.18 | 0.47 | 0.46 |
| Hex | AC | 3E | 5B | 0 | 40 | 2F | 21 | 158 | 2F | 2E |
| Octal | 254 | 76 | 133 | 0 | 100 | 57 | 41 | 530 | 57 | 56 |
| Binary | 10101100 | 111110 | 1011011 | 0 | 1000000 | 101111 | 100001 | 101011000 | 101111 | 101110 |
Color Harmonies of #AC3E5B
Complementary color
Monochromatic Colors of #AC3E5B
Black with #AC3E5B
Text Example
Text Example
White with #AC3E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E5B; }
p { color: rgb(172,62,91); }
H1.HeaderClassName
{
color: #AC3E5B;
}
.AnyTagClassName
{
color: #AC3E5B;
}
</style>
background-color css
<style>
a { background-color: #AC3E5B; }
a { background-color: rgb(172,62,91); }
div.DivClassName
{
background-color: #AC3E5B;
}
.BgClassName
{
background-color: #AC3E5B;
}
</style>
border-color css
<style>
span { border-color: #AC3E5B; }
span { border-color: rgb(172,62,91); }
td.TdClassName
{
border-color: #AC3E5B;
}
.TagClassName
{
border-color: #AC3E5B;
}
</style>