Shades of Rouge #AC3F65
Tints of Rouge #AC3F65
RGB
CMYK
RGB Variations
Color information
#AC3F65 (or 0xAC3F65) is known color: Rouge. HEX triplet: AC, 3F and 65. RGB value is (172,63,101). Sum of RGB (Red+Green+Blue) = 172+63+101=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F65 is #53C09A. Grayscale: #636363. Windows color (decimal): -5488795 or 6635436. OLE color: 6635436.
HSL color Cylindrical-coordinate representation of color #AC3F65: hue angle of 339.08º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3F65 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 101 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.33 |
| HSL | 339.08º | 0.46% | 0.46% | - |
| HSV(B) | 339.08º | 0.63% | 0.67% | - |
| XYZ | 21.14 | 13.27 | 13.76 | - |
| YUV | 99.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 101 | 0 | 0.63 | 0.41 | 0.33 | 339.08 | 0.46 | 0.46 |
| Hex | AC | 3F | 65 | 0 | 3F | 29 | 21 | 153 | 2E | 2E |
| Octal | 254 | 77 | 145 | 0 | 77 | 51 | 41 | 523 | 56 | 56 |
| Binary | 10101100 | 111111 | 1100101 | 0 | 111111 | 101001 | 100001 | 101010011 | 101110 | 101110 |
Color Harmonies of #AC3F65
Complementary color
Monochromatic Colors of #AC3F65
Black with #AC3F65
Text Example
Text Example
White with #AC3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F65; }
p { color: rgb(172,63,101); }
H1.HeaderClassName
{
color: #AC3F65;
}
.AnyTagClassName
{
color: #AC3F65;
}
</style>
background-color css
<style>
a { background-color: #AC3F65; }
a { background-color: rgb(172,63,101); }
div.DivClassName
{
background-color: #AC3F65;
}
.BgClassName
{
background-color: #AC3F65;
}
</style>
border-color css
<style>
span { border-color: #AC3F65; }
span { border-color: rgb(172,63,101); }
td.TdClassName
{
border-color: #AC3F65;
}
.TagClassName
{
border-color: #AC3F65;
}
</style>