Shades of Rouge #AC3367
Tints of Rouge #AC3367
RGB
CMYK
RGB Variations
Color information
#AC3367 (or 0xAC3367) is known color: Rouge. HEX triplet: AC, 33 and 67. RGB value is (172,51,103). Sum of RGB (Red+Green+Blue) = 172+51+103=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3367 is #53CC98. Grayscale: #5D5D5D. Windows color (decimal): -5491865 or 6763436. OLE color: 6763436.
HSL color Cylindrical-coordinate representation of color #AC3367: hue angle of 334.21º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3367 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 103 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.33 |
| HSL | 334.21º | 0.54% | 0.44% | - |
| HSV(B) | 334.21º | 0.7% | 0.67% | - |
| XYZ | 20.65 | 12.12 | 14.08 | - |
| YUV | 93.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 103 | 0 | 0.70 | 0.40 | 0.33 | 334.21 | 0.54 | 0.44 |
| Hex | AC | 33 | 67 | 0 | 46 | 28 | 21 | 14E | 36 | 2C |
| Octal | 254 | 63 | 147 | 0 | 106 | 50 | 41 | 516 | 66 | 54 |
| Binary | 10101100 | 110011 | 1100111 | 0 | 1000110 | 101000 | 100001 | 101001110 | 110110 | 101100 |
Color Harmonies of #AC3367
Complementary color
Monochromatic Colors of #AC3367
Black with #AC3367
Text Example
Text Example
White with #AC3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3367; }
p { color: rgb(172,51,103); }
H1.HeaderClassName
{
color: #AC3367;
}
.AnyTagClassName
{
color: #AC3367;
}
</style>
background-color css
<style>
a { background-color: #AC3367; }
a { background-color: rgb(172,51,103); }
div.DivClassName
{
background-color: #AC3367;
}
.BgClassName
{
background-color: #AC3367;
}
</style>
border-color css
<style>
span { border-color: #AC3367; }
span { border-color: rgb(172,51,103); }
td.TdClassName
{
border-color: #AC3367;
}
.TagClassName
{
border-color: #AC3367;
}
</style>