Shades of Rouge #AC395B
Tints of Rouge #AC395B
RGB
CMYK
RGB Variations
Color information
#AC395B (or 0xAC395B) is known color: Rouge. HEX triplet: AC, 39 and 5B. RGB value is (172,57,91). Sum of RGB (Red+Green+Blue) = 172+57+91=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC395B is #53C6A4. Grayscale: #5F5F5F. Windows color (decimal): -5490341 or 5978540. OLE color: 5978540.
HSL color Cylindrical-coordinate representation of color #AC395B: hue angle of 342.26º 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 #AC395B is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 91 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.33 |
| HSL | 342.26º | 0.5% | 0.45% | - |
| HSV(B) | 342.26º | 0.67% | 0.67% | - |
| XYZ | 20.36 | 12.45 | 11.23 | - |
| YUV | 95.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 91 | 0 | 0.67 | 0.47 | 0.33 | 342.26 | 0.5 | 0.45 |
| Hex | AC | 39 | 5B | 0 | 43 | 2F | 21 | 156 | 32 | 2D |
| Octal | 254 | 71 | 133 | 0 | 103 | 57 | 41 | 526 | 62 | 55 |
| Binary | 10101100 | 111001 | 1011011 | 0 | 1000011 | 101111 | 100001 | 101010110 | 110010 | 101101 |
Color Harmonies of #AC395B
Complementary color
Monochromatic Colors of #AC395B
Black with #AC395B
Text Example
Text Example
White with #AC395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC395B; }
p { color: rgb(172,57,91); }
H1.HeaderClassName
{
color: #AC395B;
}
.AnyTagClassName
{
color: #AC395B;
}
</style>
background-color css
<style>
a { background-color: #AC395B; }
a { background-color: rgb(172,57,91); }
div.DivClassName
{
background-color: #AC395B;
}
.BgClassName
{
background-color: #AC395B;
}
</style>
border-color css
<style>
span { border-color: #AC395B; }
span { border-color: rgb(172,57,91); }
td.TdClassName
{
border-color: #AC395B;
}
.TagClassName
{
border-color: #AC395B;
}
</style>