Shades of Rouge #AC3F66
Tints of Rouge #AC3F66
RGB
CMYK
RGB Variations
Color information
#AC3F66 (or 0xAC3F66) is known color: Rouge. HEX triplet: AC, 3F and 66. RGB value is (172,63,102). Sum of RGB (Red+Green+Blue) = 172+63+102=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F66 is #53C099. Grayscale: #636363. Windows color (decimal): -5488794 or 6700972. OLE color: 6700972.
HSL color Cylindrical-coordinate representation of color #AC3F66: hue angle of 338.53º 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 #AC3F66 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 102 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.33 |
| HSL | 338.53º | 0.46% | 0.46% | - |
| HSV(B) | 338.53º | 0.63% | 0.67% | - |
| XYZ | 21.19 | 13.28 | 14.02 | - |
| YUV | 100.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 102 | 0 | 0.63 | 0.41 | 0.33 | 338.53 | 0.46 | 0.46 |
| Hex | AC | 3F | 66 | 0 | 3F | 29 | 21 | 153 | 2E | 2E |
| Octal | 254 | 77 | 146 | 0 | 77 | 51 | 41 | 523 | 56 | 56 |
| Binary | 10101100 | 111111 | 1100110 | 0 | 111111 | 101001 | 100001 | 101010011 | 101110 | 101110 |
Color Harmonies of #AC3F66
Complementary color
Monochromatic Colors of #AC3F66
Black with #AC3F66
Text Example
Text Example
White with #AC3F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F66; }
p { color: rgb(172,63,102); }
H1.HeaderClassName
{
color: #AC3F66;
}
.AnyTagClassName
{
color: #AC3F66;
}
</style>
background-color css
<style>
a { background-color: #AC3F66; }
a { background-color: rgb(172,63,102); }
div.DivClassName
{
background-color: #AC3F66;
}
.BgClassName
{
background-color: #AC3F66;
}
</style>
border-color css
<style>
span { border-color: #AC3F66; }
span { border-color: rgb(172,63,102); }
td.TdClassName
{
border-color: #AC3F66;
}
.TagClassName
{
border-color: #AC3F66;
}
</style>