Shades of Rouge #AC2768
Tints of Rouge #AC2768
RGB
CMYK
RGB Variations
Color information
#AC2768 (or 0xAC2768) is known color: Rouge. HEX triplet: AC, 27 and 68. RGB value is (172,39,104). Sum of RGB (Red+Green+Blue) = 172+39+104=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2768 is #53D897. Grayscale: #565656. Windows color (decimal): -5494936 or 6825900. OLE color: 6825900.
HSL color Cylindrical-coordinate representation of color #AC2768: hue angle of 330.68º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2768 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 104 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.33 |
| HSL | 330.68º | 0.63% | 0.41% | - |
| HSV(B) | 330.68º | 0.77% | 0.67% | - |
| XYZ | 20.24 | 11.22 | 14.2 | - |
| YUV | 86.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 104 | 0 | 0.77 | 0.40 | 0.33 | 330.68 | 0.63 | 0.41 |
| Hex | AC | 27 | 68 | 0 | 4D | 28 | 21 | 14B | 3F | 29 |
| Octal | 254 | 47 | 150 | 0 | 115 | 50 | 41 | 513 | 77 | 51 |
| Binary | 10101100 | 100111 | 1101000 | 0 | 1001101 | 101000 | 100001 | 101001011 | 111111 | 101001 |
Color Harmonies of #AC2768
Complementary color
Monochromatic Colors of #AC2768
Black with #AC2768
Text Example
Text Example
White with #AC2768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2768; }
p { color: rgb(172,39,104); }
H1.HeaderClassName
{
color: #AC2768;
}
.AnyTagClassName
{
color: #AC2768;
}
</style>
background-color css
<style>
a { background-color: #AC2768; }
a { background-color: rgb(172,39,104); }
div.DivClassName
{
background-color: #AC2768;
}
.BgClassName
{
background-color: #AC2768;
}
</style>
border-color css
<style>
span { border-color: #AC2768; }
span { border-color: rgb(172,39,104); }
td.TdClassName
{
border-color: #AC2768;
}
.TagClassName
{
border-color: #AC2768;
}
</style>