Shades of Rouge #AC3963
Tints of Rouge #AC3963
RGB
CMYK
RGB Variations
Color information
#AC3963 (or 0xAC3963) is known color: Rouge. HEX triplet: AC, 39 and 63. RGB value is (172,57,99). Sum of RGB (Red+Green+Blue) = 172+57+99=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3963 is #53C69C. Grayscale: #606060. Windows color (decimal): -5490333 or 6502828. OLE color: 6502828.
HSL color Cylindrical-coordinate representation of color #AC3963: hue angle of 338.09º 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 #AC3963 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 99 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.33 |
| HSL | 338.09º | 0.5% | 0.45% | - |
| HSV(B) | 338.09º | 0.67% | 0.67% | - |
| XYZ | 20.73 | 12.6 | 13.14 | - |
| YUV | 96.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 99 | 0 | 0.67 | 0.42 | 0.33 | 338.09 | 0.5 | 0.45 |
| Hex | AC | 39 | 63 | 0 | 43 | 2A | 21 | 152 | 32 | 2D |
| Octal | 254 | 71 | 143 | 0 | 103 | 52 | 41 | 522 | 62 | 55 |
| Binary | 10101100 | 111001 | 1100011 | 0 | 1000011 | 101010 | 100001 | 101010010 | 110010 | 101101 |
Color Harmonies of #AC3963
Complementary color
Monochromatic Colors of #AC3963
Black with #AC3963
Text Example
Text Example
White with #AC3963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3963; }
p { color: rgb(172,57,99); }
H1.HeaderClassName
{
color: #AC3963;
}
.AnyTagClassName
{
color: #AC3963;
}
</style>
background-color css
<style>
a { background-color: #AC3963; }
a { background-color: rgb(172,57,99); }
div.DivClassName
{
background-color: #AC3963;
}
.BgClassName
{
background-color: #AC3963;
}
</style>
border-color css
<style>
span { border-color: #AC3963; }
span { border-color: rgb(172,57,99); }
td.TdClassName
{
border-color: #AC3963;
}
.TagClassName
{
border-color: #AC3963;
}
</style>