Shades of Rouge #AC415E
Tints of Rouge #AC415E
RGB
CMYK
RGB Variations
Color information
#AC415E (or 0xAC415E) is known color: Rouge. HEX triplet: AC, 41 and 5E. RGB value is (172,65,94). Sum of RGB (Red+Green+Blue) = 172+65+94=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415E is #53BEA1. Grayscale: #646464. Windows color (decimal): -5488290 or 6177196. OLE color: 6177196.
HSL color Cylindrical-coordinate representation of color #AC415E: hue angle of 343.74º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC415E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 94 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.33 |
| HSL | 343.74º | 0.45% | 0.46% | - |
| HSV(B) | 343.74º | 0.62% | 0.67% | - |
| XYZ | 20.92 | 13.36 | 12.07 | - |
| YUV | 100.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 94 | 0 | 0.62 | 0.45 | 0.33 | 343.74 | 0.45 | 0.46 |
| Hex | AC | 41 | 5E | 0 | 3E | 2D | 21 | 158 | 2D | 2E |
| Octal | 254 | 101 | 136 | 0 | 76 | 55 | 41 | 530 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1011110 | 0 | 111110 | 101101 | 100001 | 101011000 | 101101 | 101110 |
Color Harmonies of #AC415E
Complementary color
Monochromatic Colors of #AC415E
Black with #AC415E
Text Example
Text Example
White with #AC415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC415E; }
p { color: rgb(172,65,94); }
H1.HeaderClassName
{
color: #AC415E;
}
.AnyTagClassName
{
color: #AC415E;
}
</style>
background-color css
<style>
a { background-color: #AC415E; }
a { background-color: rgb(172,65,94); }
div.DivClassName
{
background-color: #AC415E;
}
.BgClassName
{
background-color: #AC415E;
}
</style>
border-color css
<style>
span { border-color: #AC415E; }
span { border-color: rgb(172,65,94); }
td.TdClassName
{
border-color: #AC415E;
}
.TagClassName
{
border-color: #AC415E;
}
</style>