Shades of Rouge #AC395D
Tints of Rouge #AC395D
RGB
CMYK
RGB Variations
Color information
#AC395D (or 0xAC395D) is known color: Rouge. HEX triplet: AC, 39 and 5D. RGB value is (172,57,93). Sum of RGB (Red+Green+Blue) = 172+57+93=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC395D is #53C6A2. Grayscale: #5F5F5F. Windows color (decimal): -5490339 or 6109612. OLE color: 6109612.
HSL color Cylindrical-coordinate representation of color #AC395D: hue angle of 341.22º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC395D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 93 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.33 |
| HSL | 341.22º | 0.5% | 0.45% | - |
| HSV(B) | 341.22º | 0.67% | 0.67% | - |
| XYZ | 20.45 | 12.49 | 11.69 | - |
| YUV | 95.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 93 | 0 | 0.67 | 0.46 | 0.33 | 341.22 | 0.5 | 0.45 |
| Hex | AC | 39 | 5D | 0 | 43 | 2E | 21 | 155 | 32 | 2D |
| Octal | 254 | 71 | 135 | 0 | 103 | 56 | 41 | 525 | 62 | 55 |
| Binary | 10101100 | 111001 | 1011101 | 0 | 1000011 | 101110 | 100001 | 101010101 | 110010 | 101101 |
Color Harmonies of #AC395D
Complementary color
Monochromatic Colors of #AC395D
Black with #AC395D
Text Example
Text Example
White with #AC395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC395D; }
p { color: rgb(172,57,93); }
H1.HeaderClassName
{
color: #AC395D;
}
.AnyTagClassName
{
color: #AC395D;
}
</style>
background-color css
<style>
a { background-color: #AC395D; }
a { background-color: rgb(172,57,93); }
div.DivClassName
{
background-color: #AC395D;
}
.BgClassName
{
background-color: #AC395D;
}
</style>
border-color css
<style>
span { border-color: #AC395D; }
span { border-color: rgb(172,57,93); }
td.TdClassName
{
border-color: #AC395D;
}
.TagClassName
{
border-color: #AC395D;
}
</style>