Shades of Rouge #AC2665
Tints of Rouge #AC2665
RGB
CMYK
RGB Variations
Color information
#AC2665 (or 0xAC2665) is known color: Rouge. HEX triplet: AC, 26 and 65. RGB value is (172,38,101). Sum of RGB (Red+Green+Blue) = 172+38+101=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2665 is #53D99A. Grayscale: #555555. Windows color (decimal): -5495195 or 6629036. OLE color: 6629036.
HSL color Cylindrical-coordinate representation of color #AC2665: hue angle of 331.79º 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 #AC2665 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 101 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.33 |
| HSL | 331.79º | 0.64% | 0.41% | - |
| HSV(B) | 331.79º | 0.78% | 0.67% | - |
| XYZ | 20.06 | 11.1 | 13.4 | - |
| YUV | 85.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 101 | 0 | 0.78 | 0.41 | 0.33 | 331.79 | 0.64 | 0.41 |
| Hex | AC | 26 | 65 | 0 | 4E | 29 | 21 | 14C | 40 | 29 |
| Octal | 254 | 46 | 145 | 0 | 116 | 51 | 41 | 514 | 100 | 51 |
| Binary | 10101100 | 100110 | 1100101 | 0 | 1001110 | 101001 | 100001 | 101001100 | 1000000 | 101001 |
Color Harmonies of #AC2665
Complementary color
Monochromatic Colors of #AC2665
Black with #AC2665
Text Example
Text Example
White with #AC2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2665; }
p { color: rgb(172,38,101); }
H1.HeaderClassName
{
color: #AC2665;
}
.AnyTagClassName
{
color: #AC2665;
}
</style>
background-color css
<style>
a { background-color: #AC2665; }
a { background-color: rgb(172,38,101); }
div.DivClassName
{
background-color: #AC2665;
}
.BgClassName
{
background-color: #AC2665;
}
</style>
border-color css
<style>
span { border-color: #AC2665; }
span { border-color: rgb(172,38,101); }
td.TdClassName
{
border-color: #AC2665;
}
.TagClassName
{
border-color: #AC2665;
}
</style>