Shades of Rouge #AC3A5C
Tints of Rouge #AC3A5C
RGB
CMYK
RGB Variations
Color information
#AC3A5C (or 0xAC3A5C) is known color: Rouge. HEX triplet: AC, 3A and 5C. RGB value is (172,58,92). Sum of RGB (Red+Green+Blue) = 172+58+92=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A5C is #53C5A3. Grayscale: #5F5F5F. Windows color (decimal): -5490084 or 6044332. OLE color: 6044332.
HSL color Cylindrical-coordinate representation of color #AC3A5C: hue angle of 342.11º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A5C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 92 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.33 |
| HSL | 342.11º | 0.5% | 0.45% | - |
| HSV(B) | 342.11º | 0.66% | 0.67% | - |
| XYZ | 20.46 | 12.57 | 11.47 | - |
| YUV | 95.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 92 | 0 | 0.66 | 0.47 | 0.33 | 342.11 | 0.5 | 0.45 |
| Hex | AC | 3A | 5C | 0 | 42 | 2F | 21 | 156 | 32 | 2D |
| Octal | 254 | 72 | 134 | 0 | 102 | 57 | 41 | 526 | 62 | 55 |
| Binary | 10101100 | 111010 | 1011100 | 0 | 1000010 | 101111 | 100001 | 101010110 | 110010 | 101101 |
Color Harmonies of #AC3A5C
Complementary color
Monochromatic Colors of #AC3A5C
Black with #AC3A5C
Text Example
Text Example
White with #AC3A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A5C; }
p { color: rgb(172,58,92); }
H1.HeaderClassName
{
color: #AC3A5C;
}
.AnyTagClassName
{
color: #AC3A5C;
}
</style>
background-color css
<style>
a { background-color: #AC3A5C; }
a { background-color: rgb(172,58,92); }
div.DivClassName
{
background-color: #AC3A5C;
}
.BgClassName
{
background-color: #AC3A5C;
}
</style>
border-color css
<style>
span { border-color: #AC3A5C; }
span { border-color: rgb(172,58,92); }
td.TdClassName
{
border-color: #AC3A5C;
}
.TagClassName
{
border-color: #AC3A5C;
}
</style>