Shades of Rouge #AC4568
Tints of Rouge #AC4568
RGB
CMYK
RGB Variations
Color information
#AC4568 (or 0xAC4568) is known color: Rouge. HEX triplet: AC, 45 and 68. RGB value is (172,69,104). Sum of RGB (Red+Green+Blue) = 172+69+104=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4568 is #53BA97. Grayscale: #676767. Windows color (decimal): -5487256 or 6833580. OLE color: 6833580.
HSL color Cylindrical-coordinate representation of color #AC4568: hue angle of 339.61º 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 #AC4568 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 104 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.33 |
| HSL | 339.61º | 0.43% | 0.47% | - |
| HSV(B) | 339.61º | 0.6% | 0.67% | - |
| XYZ | 21.64 | 14.03 | 14.66 | - |
| YUV | 103.79 | 128.12 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 104 | 0 | 0.60 | 0.40 | 0.33 | 339.61 | 0.43 | 0.47 |
| Hex | AC | 45 | 68 | 0 | 3C | 28 | 21 | 154 | 2B | 2F |
| Octal | 254 | 105 | 150 | 0 | 74 | 50 | 41 | 524 | 53 | 57 |
| Binary | 10101100 | 1000101 | 1101000 | 0 | 111100 | 101000 | 100001 | 101010100 | 101011 | 101111 |
Color Harmonies of #AC4568
Complementary color
Monochromatic Colors of #AC4568
Black with #AC4568
Text Example
Text Example
White with #AC4568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4568; }
p { color: rgb(172,69,104); }
H1.HeaderClassName
{
color: #AC4568;
}
.AnyTagClassName
{
color: #AC4568;
}
</style>
background-color css
<style>
a { background-color: #AC4568; }
a { background-color: rgb(172,69,104); }
div.DivClassName
{
background-color: #AC4568;
}
.BgClassName
{
background-color: #AC4568;
}
</style>
border-color css
<style>
span { border-color: #AC4568; }
span { border-color: rgb(172,69,104); }
td.TdClassName
{
border-color: #AC4568;
}
.TagClassName
{
border-color: #AC4568;
}
</style>