Shades of Rouge #AC4463
Tints of Rouge #AC4463
RGB
CMYK
RGB Variations
Color information
#AC4463 (or 0xAC4463) is known color: Rouge. HEX triplet: AC, 44 and 63. RGB value is (172,68,99). Sum of RGB (Red+Green+Blue) = 172+68+99=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4463 is #53BB9C. Grayscale: #666666. Windows color (decimal): -5487517 or 6505644. OLE color: 6505644.
HSL color Cylindrical-coordinate representation of color #AC4463: hue angle of 342.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4463 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 99 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.33 |
| HSL | 342.12º | 0.43% | 0.47% | - |
| HSV(B) | 342.12º | 0.6% | 0.67% | - |
| XYZ | 21.33 | 13.81 | 13.34 | - |
| YUV | 102.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 99 | 0 | 0.60 | 0.42 | 0.33 | 342.12 | 0.43 | 0.47 |
| Hex | AC | 44 | 63 | 0 | 3C | 2A | 21 | 156 | 2B | 2F |
| Octal | 254 | 104 | 143 | 0 | 74 | 52 | 41 | 526 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1100011 | 0 | 111100 | 101010 | 100001 | 101010110 | 101011 | 101111 |
Color Harmonies of #AC4463
Complementary color
Monochromatic Colors of #AC4463
Black with #AC4463
Text Example
Text Example
White with #AC4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4463; }
p { color: rgb(172,68,99); }
H1.HeaderClassName
{
color: #AC4463;
}
.AnyTagClassName
{
color: #AC4463;
}
</style>
background-color css
<style>
a { background-color: #AC4463; }
a { background-color: rgb(172,68,99); }
div.DivClassName
{
background-color: #AC4463;
}
.BgClassName
{
background-color: #AC4463;
}
</style>
border-color css
<style>
span { border-color: #AC4463; }
span { border-color: rgb(172,68,99); }
td.TdClassName
{
border-color: #AC4463;
}
.TagClassName
{
border-color: #AC4463;
}
</style>