Shades of Rouge #AC366B
Tints of Rouge #AC366B
RGB
CMYK
RGB Variations
Color information
#AC366B (or 0xAC366B) is known color: Rouge. HEX triplet: AC, 36 and 6B. RGB value is (172,54,107). Sum of RGB (Red+Green+Blue) = 172+54+107=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC366B is #53C994. Grayscale: #5F5F5F. Windows color (decimal): -5491093 or 7026348. OLE color: 7026348.
HSL color Cylindrical-coordinate representation of color #AC366B: hue angle of 333.05º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC366B is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 107 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.33 |
| HSL | 333.05º | 0.52% | 0.44% | - |
| HSV(B) | 333.05º | 0.69% | 0.67% | - |
| XYZ | 20.99 | 12.47 | 15.21 | - |
| YUV | 95.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 107 | 0 | 0.69 | 0.38 | 0.33 | 333.05 | 0.52 | 0.44 |
| Hex | AC | 36 | 6B | 0 | 45 | 26 | 21 | 14D | 34 | 2C |
| Octal | 254 | 66 | 153 | 0 | 105 | 46 | 41 | 515 | 64 | 54 |
| Binary | 10101100 | 110110 | 1101011 | 0 | 1000101 | 100110 | 100001 | 101001101 | 110100 | 101100 |
Color Harmonies of #AC366B
Complementary color
Monochromatic Colors of #AC366B
Black with #AC366B
Text Example
Text Example
White with #AC366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC366B; }
p { color: rgb(172,54,107); }
H1.HeaderClassName
{
color: #AC366B;
}
.AnyTagClassName
{
color: #AC366B;
}
</style>
background-color css
<style>
a { background-color: #AC366B; }
a { background-color: rgb(172,54,107); }
div.DivClassName
{
background-color: #AC366B;
}
.BgClassName
{
background-color: #AC366B;
}
</style>
border-color css
<style>
span { border-color: #AC366B; }
span { border-color: rgb(172,54,107); }
td.TdClassName
{
border-color: #AC366B;
}
.TagClassName
{
border-color: #AC366B;
}
</style>