Shades of Rouge #AC3B63
Tints of Rouge #AC3B63
RGB
CMYK
RGB Variations
Color information
#AC3B63 (or 0xAC3B63) is known color: Rouge. HEX triplet: AC, 3B and 63. RGB value is (172,59,99). Sum of RGB (Red+Green+Blue) = 172+59+99=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3B63 is #53C49C. Grayscale: #616161. Windows color (decimal): -5489821 or 6503340. OLE color: 6503340.
HSL color Cylindrical-coordinate representation of color #AC3B63: hue angle of 338.76º degrees, saturation: 0.49, 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 #AC3B63 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 59 | 99 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.33 |
| HSL | 338.76º | 0.49% | 0.45% | - |
| HSV(B) | 338.76º | 0.66% | 0.67% | - |
| XYZ | 20.83 | 12.8 | 13.18 | - |
| YUV | 97.35 | 128.94 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 99 | 0 | 0.66 | 0.42 | 0.33 | 338.76 | 0.49 | 0.45 |
| Hex | AC | 3B | 63 | 0 | 42 | 2A | 21 | 153 | 31 | 2D |
| Octal | 254 | 73 | 143 | 0 | 102 | 52 | 41 | 523 | 61 | 55 |
| Binary | 10101100 | 111011 | 1100011 | 0 | 1000010 | 101010 | 100001 | 101010011 | 110001 | 101101 |
Color Harmonies of #AC3B63
Complementary color
Monochromatic Colors of #AC3B63
Black with #AC3B63
Text Example
Text Example
White with #AC3B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3B63; }
p { color: rgb(172,59,99); }
H1.HeaderClassName
{
color: #AC3B63;
}
.AnyTagClassName
{
color: #AC3B63;
}
</style>
background-color css
<style>
a { background-color: #AC3B63; }
a { background-color: rgb(172,59,99); }
div.DivClassName
{
background-color: #AC3B63;
}
.BgClassName
{
background-color: #AC3B63;
}
</style>
border-color css
<style>
span { border-color: #AC3B63; }
span { border-color: rgb(172,59,99); }
td.TdClassName
{
border-color: #AC3B63;
}
.TagClassName
{
border-color: #AC3B63;
}
</style>