Shades of Rouge #AC4662
Tints of Rouge #AC4662
RGB
CMYK
RGB Variations
Color information
#AC4662 (or 0xAC4662) is known color: Rouge. HEX triplet: AC, 46 and 62. RGB value is (172,70,98). Sum of RGB (Red+Green+Blue) = 172+70+98=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4662 is #53B99D. Grayscale: #676767. Windows color (decimal): -5487006 or 6440620. OLE color: 6440620.
HSL color Cylindrical-coordinate representation of color #AC4662: hue angle of 343.53º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4662 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 98 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.33 |
| HSL | 343.53º | 0.42% | 0.47% | - |
| HSV(B) | 343.53º | 0.59% | 0.67% | - |
| XYZ | 21.41 | 14.03 | 13.14 | - |
| YUV | 103.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 98 | 0 | 0.59 | 0.43 | 0.33 | 343.53 | 0.42 | 0.47 |
| Hex | AC | 46 | 62 | 0 | 3B | 2B | 21 | 158 | 2A | 2F |
| Octal | 254 | 106 | 142 | 0 | 73 | 53 | 41 | 530 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1100010 | 0 | 111011 | 101011 | 100001 | 101011000 | 101010 | 101111 |
Color Harmonies of #AC4662
Complementary color
Monochromatic Colors of #AC4662
Black with #AC4662
Text Example
Text Example
White with #AC4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4662; }
p { color: rgb(172,70,98); }
H1.HeaderClassName
{
color: #AC4662;
}
.AnyTagClassName
{
color: #AC4662;
}
</style>
background-color css
<style>
a { background-color: #AC4662; }
a { background-color: rgb(172,70,98); }
div.DivClassName
{
background-color: #AC4662;
}
.BgClassName
{
background-color: #AC4662;
}
</style>
border-color css
<style>
span { border-color: #AC4662; }
span { border-color: rgb(172,70,98); }
td.TdClassName
{
border-color: #AC4662;
}
.TagClassName
{
border-color: #AC4662;
}
</style>