Shades of Rouge #AC336B
Tints of Rouge #AC336B
RGB
CMYK
RGB Variations
Color information
#AC336B (or 0xAC336B) is known color: Rouge. HEX triplet: AC, 33 and 6B. RGB value is (172,51,107). Sum of RGB (Red+Green+Blue) = 172+51+107=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC336B is #53CC94. Grayscale: #5D5D5D. Windows color (decimal): -5491861 or 7025580. OLE color: 7025580.
HSL color Cylindrical-coordinate representation of color #AC336B: hue angle of 332.23º 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 #AC336B is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 107 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.33 |
| HSL | 332.23º | 0.54% | 0.44% | - |
| HSV(B) | 332.23º | 0.7% | 0.67% | - |
| XYZ | 20.85 | 12.2 | 15.17 | - |
| YUV | 93.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 107 | 0 | 0.70 | 0.38 | 0.33 | 332.23 | 0.54 | 0.44 |
| Hex | AC | 33 | 6B | 0 | 46 | 26 | 21 | 14C | 36 | 2C |
| Octal | 254 | 63 | 153 | 0 | 106 | 46 | 41 | 514 | 66 | 54 |
| Binary | 10101100 | 110011 | 1101011 | 0 | 1000110 | 100110 | 100001 | 101001100 | 110110 | 101100 |
Color Harmonies of #AC336B
Complementary color
Monochromatic Colors of #AC336B
Black with #AC336B
Text Example
Text Example
White with #AC336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC336B; }
p { color: rgb(172,51,107); }
H1.HeaderClassName
{
color: #AC336B;
}
.AnyTagClassName
{
color: #AC336B;
}
</style>
background-color css
<style>
a { background-color: #AC336B; }
a { background-color: rgb(172,51,107); }
div.DivClassName
{
background-color: #AC336B;
}
.BgClassName
{
background-color: #AC336B;
}
</style>
border-color css
<style>
span { border-color: #AC336B; }
span { border-color: rgb(172,51,107); }
td.TdClassName
{
border-color: #AC336B;
}
.TagClassName
{
border-color: #AC336B;
}
</style>