Shades of Rouge #AC3A62
Tints of Rouge #AC3A62
RGB
CMYK
RGB Variations
Color information
#AC3A62 (or 0xAC3A62) is known color: Rouge. HEX triplet: AC, 3A and 62. RGB value is (172,58,98). Sum of RGB (Red+Green+Blue) = 172+58+98=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A62 is #53C59D. Grayscale: #606060. Windows color (decimal): -5490078 or 6437548. OLE color: 6437548.
HSL color Cylindrical-coordinate representation of color #AC3A62: hue angle of 338.95º 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 #AC3A62 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 98 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.33 |
| HSL | 338.95º | 0.5% | 0.45% | - |
| HSV(B) | 338.95º | 0.66% | 0.67% | - |
| XYZ | 20.73 | 12.68 | 12.91 | - |
| YUV | 96.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 98 | 0 | 0.66 | 0.43 | 0.33 | 338.95 | 0.5 | 0.45 |
| Hex | AC | 3A | 62 | 0 | 42 | 2B | 21 | 153 | 32 | 2D |
| Octal | 254 | 72 | 142 | 0 | 102 | 53 | 41 | 523 | 62 | 55 |
| Binary | 10101100 | 111010 | 1100010 | 0 | 1000010 | 101011 | 100001 | 101010011 | 110010 | 101101 |
Color Harmonies of #AC3A62
Complementary color
Monochromatic Colors of #AC3A62
Black with #AC3A62
Text Example
Text Example
White with #AC3A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A62; }
p { color: rgb(172,58,98); }
H1.HeaderClassName
{
color: #AC3A62;
}
.AnyTagClassName
{
color: #AC3A62;
}
</style>
background-color css
<style>
a { background-color: #AC3A62; }
a { background-color: rgb(172,58,98); }
div.DivClassName
{
background-color: #AC3A62;
}
.BgClassName
{
background-color: #AC3A62;
}
</style>
border-color css
<style>
span { border-color: #AC3A62; }
span { border-color: rgb(172,58,98); }
td.TdClassName
{
border-color: #AC3A62;
}
.TagClassName
{
border-color: #AC3A62;
}
</style>