Shades of Rouge #AC2666
Tints of Rouge #AC2666
RGB
CMYK
RGB Variations
Color information
#AC2666 (or 0xAC2666) is known color: Rouge. HEX triplet: AC, 26 and 66. RGB value is (172,38,102). Sum of RGB (Red+Green+Blue) = 172+38+102=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2666 is #53D999. Grayscale: #555555. Windows color (decimal): -5495194 or 6694572. OLE color: 6694572.
HSL color Cylindrical-coordinate representation of color #AC2666: hue angle of 331.34º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2666 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 102 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.33 |
| HSL | 331.34º | 0.64% | 0.41% | - |
| HSV(B) | 331.34º | 0.78% | 0.67% | - |
| XYZ | 20.1 | 11.12 | 13.66 | - |
| YUV | 85.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 102 | 0 | 0.78 | 0.41 | 0.33 | 331.34 | 0.64 | 0.41 |
| Hex | AC | 26 | 66 | 0 | 4E | 29 | 21 | 14B | 40 | 29 |
| Octal | 254 | 46 | 146 | 0 | 116 | 51 | 41 | 513 | 100 | 51 |
| Binary | 10101100 | 100110 | 1100110 | 0 | 1001110 | 101001 | 100001 | 101001011 | 1000000 | 101001 |
Color Harmonies of #AC2666
Complementary color
Monochromatic Colors of #AC2666
Black with #AC2666
Text Example
Text Example
White with #AC2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2666; }
p { color: rgb(172,38,102); }
H1.HeaderClassName
{
color: #AC2666;
}
.AnyTagClassName
{
color: #AC2666;
}
</style>
background-color css
<style>
a { background-color: #AC2666; }
a { background-color: rgb(172,38,102); }
div.DivClassName
{
background-color: #AC2666;
}
.BgClassName
{
background-color: #AC2666;
}
</style>
border-color css
<style>
span { border-color: #AC2666; }
span { border-color: rgb(172,38,102); }
td.TdClassName
{
border-color: #AC2666;
}
.TagClassName
{
border-color: #AC2666;
}
</style>