Shades of Rouge #AC4066
Tints of Rouge #AC4066
RGB
CMYK
RGB Variations
Color information
#AC4066 (or 0xAC4066) is known color: Rouge. HEX triplet: AC, 40 and 66. RGB value is (172,64,102). Sum of RGB (Red+Green+Blue) = 172+64+102=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4066 is #53BF99. Grayscale: #646464. Windows color (decimal): -5488538 or 6701228. OLE color: 6701228.
HSL color Cylindrical-coordinate representation of color #AC4066: hue angle of 338.89º 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 #AC4066 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 102 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.33 |
| HSL | 338.89º | 0.46% | 0.46% | - |
| HSV(B) | 338.89º | 0.63% | 0.67% | - |
| XYZ | 21.24 | 13.4 | 14.04 | - |
| YUV | 100.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 102 | 0 | 0.63 | 0.41 | 0.33 | 338.89 | 0.46 | 0.46 |
| Hex | AC | 40 | 66 | 0 | 3F | 29 | 21 | 153 | 2E | 2E |
| Octal | 254 | 100 | 146 | 0 | 77 | 51 | 41 | 523 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1100110 | 0 | 111111 | 101001 | 100001 | 101010011 | 101110 | 101110 |
Color Harmonies of #AC4066
Complementary color
Monochromatic Colors of #AC4066
Black with #AC4066
Text Example
Text Example
White with #AC4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4066; }
p { color: rgb(172,64,102); }
H1.HeaderClassName
{
color: #AC4066;
}
.AnyTagClassName
{
color: #AC4066;
}
</style>
background-color css
<style>
a { background-color: #AC4066; }
a { background-color: rgb(172,64,102); }
div.DivClassName
{
background-color: #AC4066;
}
.BgClassName
{
background-color: #AC4066;
}
</style>
border-color css
<style>
span { border-color: #AC4066; }
span { border-color: rgb(172,64,102); }
td.TdClassName
{
border-color: #AC4066;
}
.TagClassName
{
border-color: #AC4066;
}
</style>