Shades of Rouge #AC375F
Tints of Rouge #AC375F
RGB
CMYK
RGB Variations
Color information
#AC375F (or 0xAC375F) is known color: Rouge. HEX triplet: AC, 37 and 5F. RGB value is (172,55,95). Sum of RGB (Red+Green+Blue) = 172+55+95=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC375F is #53C8A0. Grayscale: #5E5E5E. Windows color (decimal): -5490849 or 6240172. OLE color: 6240172.
HSL color Cylindrical-coordinate representation of color #AC375F: hue angle of 339.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC375F is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 95 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.33 |
| HSL | 339.49º | 0.52% | 0.45% | - |
| HSV(B) | 339.49º | 0.68% | 0.67% | - |
| XYZ | 20.45 | 12.33 | 12.13 | - |
| YUV | 94.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 95 | 0 | 0.68 | 0.45 | 0.33 | 339.49 | 0.52 | 0.45 |
| Hex | AC | 37 | 5F | 0 | 44 | 2D | 21 | 153 | 34 | 2D |
| Octal | 254 | 67 | 137 | 0 | 104 | 55 | 41 | 523 | 64 | 55 |
| Binary | 10101100 | 110111 | 1011111 | 0 | 1000100 | 101101 | 100001 | 101010011 | 110100 | 101101 |
Color Harmonies of #AC375F
Complementary color
Monochromatic Colors of #AC375F
Black with #AC375F
Text Example
Text Example
White with #AC375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC375F; }
p { color: rgb(172,55,95); }
H1.HeaderClassName
{
color: #AC375F;
}
.AnyTagClassName
{
color: #AC375F;
}
</style>
background-color css
<style>
a { background-color: #AC375F; }
a { background-color: rgb(172,55,95); }
div.DivClassName
{
background-color: #AC375F;
}
.BgClassName
{
background-color: #AC375F;
}
</style>
border-color css
<style>
span { border-color: #AC375F; }
span { border-color: rgb(172,55,95); }
td.TdClassName
{
border-color: #AC375F;
}
.TagClassName
{
border-color: #AC375F;
}
</style>