Shades of Rouge #AC4266
Tints of Rouge #AC4266
RGB
CMYK
RGB Variations
Color information
#AC4266 (or 0xAC4266) is known color: Rouge. HEX triplet: AC, 42 and 66. RGB value is (172,66,102). Sum of RGB (Red+Green+Blue) = 172+66+102=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4266 is #53BD99. Grayscale: #656565. Windows color (decimal): -5488026 or 6701740. OLE color: 6701740.
HSL color Cylindrical-coordinate representation of color #AC4266: hue angle of 339.62º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4266 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 102 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.33 |
| HSL | 339.62º | 0.45% | 0.47% | - |
| HSV(B) | 339.62º | 0.62% | 0.67% | - |
| XYZ | 21.36 | 13.63 | 14.07 | - |
| YUV | 101.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 102 | 0 | 0.62 | 0.41 | 0.33 | 339.62 | 0.45 | 0.47 |
| Hex | AC | 42 | 66 | 0 | 3E | 29 | 21 | 154 | 2D | 2F |
| Octal | 254 | 102 | 146 | 0 | 76 | 51 | 41 | 524 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1100110 | 0 | 111110 | 101001 | 100001 | 101010100 | 101101 | 101111 |
Color Harmonies of #AC4266
Complementary color
Monochromatic Colors of #AC4266
Black with #AC4266
Text Example
Text Example
White with #AC4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4266; }
p { color: rgb(172,66,102); }
H1.HeaderClassName
{
color: #AC4266;
}
.AnyTagClassName
{
color: #AC4266;
}
</style>
background-color css
<style>
a { background-color: #AC4266; }
a { background-color: rgb(172,66,102); }
div.DivClassName
{
background-color: #AC4266;
}
.BgClassName
{
background-color: #AC4266;
}
</style>
border-color css
<style>
span { border-color: #AC4266; }
span { border-color: rgb(172,66,102); }
td.TdClassName
{
border-color: #AC4266;
}
.TagClassName
{
border-color: #AC4266;
}
</style>