Shades of Rouge #AC3A63
Tints of Rouge #AC3A63
RGB
CMYK
RGB Variations
Color information
#AC3A63 (or 0xAC3A63) is known color: Rouge. HEX triplet: AC, 3A and 63. RGB value is (172,58,99). Sum of RGB (Red+Green+Blue) = 172+58+99=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A63 is #53C59C. Grayscale: #606060. Windows color (decimal): -5490077 or 6503084. OLE color: 6503084.
HSL color Cylindrical-coordinate representation of color #AC3A63: hue angle of 338.42º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A63 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 99 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.33 |
| HSL | 338.42º | 0.5% | 0.45% | - |
| HSV(B) | 338.42º | 0.66% | 0.67% | - |
| XYZ | 20.78 | 12.7 | 13.16 | - |
| YUV | 96.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 99 | 0 | 0.66 | 0.42 | 0.33 | 338.42 | 0.5 | 0.45 |
| Hex | AC | 3A | 63 | 0 | 42 | 2A | 21 | 152 | 32 | 2D |
| Octal | 254 | 72 | 143 | 0 | 102 | 52 | 41 | 522 | 62 | 55 |
| Binary | 10101100 | 111010 | 1100011 | 0 | 1000010 | 101010 | 100001 | 101010010 | 110010 | 101101 |
Color Harmonies of #AC3A63
Complementary color
Monochromatic Colors of #AC3A63
Black with #AC3A63
Text Example
Text Example
White with #AC3A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A63; }
p { color: rgb(172,58,99); }
H1.HeaderClassName
{
color: #AC3A63;
}
.AnyTagClassName
{
color: #AC3A63;
}
</style>
background-color css
<style>
a { background-color: #AC3A63; }
a { background-color: rgb(172,58,99); }
div.DivClassName
{
background-color: #AC3A63;
}
.BgClassName
{
background-color: #AC3A63;
}
</style>
border-color css
<style>
span { border-color: #AC3A63; }
span { border-color: rgb(172,58,99); }
td.TdClassName
{
border-color: #AC3A63;
}
.TagClassName
{
border-color: #AC3A63;
}
</style>