Shades of Rouge #AC3568
Tints of Rouge #AC3568
RGB
CMYK
RGB Variations
Color information
#AC3568 (or 0xAC3568) is known color: Rouge. HEX triplet: AC, 35 and 68. RGB value is (172,53,104). Sum of RGB (Red+Green+Blue) = 172+53+104=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3568 is #53CA97. Grayscale: #5E5E5E. Windows color (decimal): -5491352 or 6829484. OLE color: 6829484.
HSL color Cylindrical-coordinate representation of color #AC3568: hue angle of 334.29º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3568 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 104 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.33 |
| HSL | 334.29º | 0.53% | 0.44% | - |
| HSV(B) | 334.29º | 0.69% | 0.67% | - |
| XYZ | 20.79 | 12.32 | 14.38 | - |
| YUV | 94.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 104 | 0 | 0.69 | 0.40 | 0.33 | 334.29 | 0.53 | 0.44 |
| Hex | AC | 35 | 68 | 0 | 45 | 28 | 21 | 14E | 35 | 2C |
| Octal | 254 | 65 | 150 | 0 | 105 | 50 | 41 | 516 | 65 | 54 |
| Binary | 10101100 | 110101 | 1101000 | 0 | 1000101 | 101000 | 100001 | 101001110 | 110101 | 101100 |
Color Harmonies of #AC3568
Complementary color
Monochromatic Colors of #AC3568
Black with #AC3568
Text Example
Text Example
White with #AC3568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3568; }
p { color: rgb(172,53,104); }
H1.HeaderClassName
{
color: #AC3568;
}
.AnyTagClassName
{
color: #AC3568;
}
</style>
background-color css
<style>
a { background-color: #AC3568; }
a { background-color: rgb(172,53,104); }
div.DivClassName
{
background-color: #AC3568;
}
.BgClassName
{
background-color: #AC3568;
}
</style>
border-color css
<style>
span { border-color: #AC3568; }
span { border-color: rgb(172,53,104); }
td.TdClassName
{
border-color: #AC3568;
}
.TagClassName
{
border-color: #AC3568;
}
</style>