Shades of Rouge #AC4468
Tints of Rouge #AC4468
RGB
CMYK
RGB Variations
Color information
#AC4468 (or 0xAC4468) is known color: Rouge. HEX triplet: AC, 44 and 68. RGB value is (172,68,104). Sum of RGB (Red+Green+Blue) = 172+68+104=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4468 is #53BB97. Grayscale: #676767. Windows color (decimal): -5487512 or 6833324. OLE color: 6833324.
HSL color Cylindrical-coordinate representation of color #AC4468: hue angle of 339.23º 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 #AC4468 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 104 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.33 |
| HSL | 339.23º | 0.43% | 0.47% | - |
| HSV(B) | 339.23º | 0.6% | 0.67% | - |
| XYZ | 21.58 | 13.9 | 14.64 | - |
| YUV | 103.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 104 | 0 | 0.60 | 0.40 | 0.33 | 339.23 | 0.43 | 0.47 |
| Hex | AC | 44 | 68 | 0 | 3C | 28 | 21 | 153 | 2B | 2F |
| Octal | 254 | 104 | 150 | 0 | 74 | 50 | 41 | 523 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1101000 | 0 | 111100 | 101000 | 100001 | 101010011 | 101011 | 101111 |
Color Harmonies of #AC4468
Complementary color
Monochromatic Colors of #AC4468
Black with #AC4468
Text Example
Text Example
White with #AC4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4468; }
p { color: rgb(172,68,104); }
H1.HeaderClassName
{
color: #AC4468;
}
.AnyTagClassName
{
color: #AC4468;
}
</style>
background-color css
<style>
a { background-color: #AC4468; }
a { background-color: rgb(172,68,104); }
div.DivClassName
{
background-color: #AC4468;
}
.BgClassName
{
background-color: #AC4468;
}
</style>
border-color css
<style>
span { border-color: #AC4468; }
span { border-color: rgb(172,68,104); }
td.TdClassName
{
border-color: #AC4468;
}
.TagClassName
{
border-color: #AC4468;
}
</style>