Shades of Rouge #AC3567
Tints of Rouge #AC3567
RGB
CMYK
RGB Variations
Color information
#AC3567 (or 0xAC3567) is known color: Rouge. HEX triplet: AC, 35 and 67. RGB value is (172,53,103). Sum of RGB (Red+Green+Blue) = 172+53+103=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3567 is #53CA98. Grayscale: #5E5E5E. Windows color (decimal): -5491353 or 6763948. OLE color: 6763948.
HSL color Cylindrical-coordinate representation of color #AC3567: hue angle of 334.79º 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 #AC3567 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 103 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.33 |
| HSL | 334.79º | 0.53% | 0.44% | - |
| HSV(B) | 334.79º | 0.69% | 0.67% | - |
| XYZ | 20.73 | 12.3 | 14.11 | - |
| YUV | 94.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 103 | 0 | 0.69 | 0.40 | 0.33 | 334.79 | 0.53 | 0.44 |
| Hex | AC | 35 | 67 | 0 | 45 | 28 | 21 | 14F | 35 | 2C |
| Octal | 254 | 65 | 147 | 0 | 105 | 50 | 41 | 517 | 65 | 54 |
| Binary | 10101100 | 110101 | 1100111 | 0 | 1000101 | 101000 | 100001 | 101001111 | 110101 | 101100 |
Color Harmonies of #AC3567
Complementary color
Monochromatic Colors of #AC3567
Black with #AC3567
Text Example
Text Example
White with #AC3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3567; }
p { color: rgb(172,53,103); }
H1.HeaderClassName
{
color: #AC3567;
}
.AnyTagClassName
{
color: #AC3567;
}
</style>
background-color css
<style>
a { background-color: #AC3567; }
a { background-color: rgb(172,53,103); }
div.DivClassName
{
background-color: #AC3567;
}
.BgClassName
{
background-color: #AC3567;
}
</style>
border-color css
<style>
span { border-color: #AC3567; }
span { border-color: rgb(172,53,103); }
td.TdClassName
{
border-color: #AC3567;
}
.TagClassName
{
border-color: #AC3567;
}
</style>