Shades of Rouge #AC366E
Tints of Rouge #AC366E
RGB
CMYK
RGB Variations
Color information
#AC366E (or 0xAC366E) is known color: Rouge. HEX triplet: AC, 36 and 6E. RGB value is (172,54,110). Sum of RGB (Red+Green+Blue) = 172+54+110=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC366E is #53C991. Grayscale: #5F5F5F. Windows color (decimal): -5491090 or 7222956. OLE color: 7222956.
HSL color Cylindrical-coordinate representation of color #AC366E: hue angle of 331.53º 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 #AC366E is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 110 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.33 |
| HSL | 331.53º | 0.52% | 0.44% | - |
| HSV(B) | 331.53º | 0.69% | 0.67% | - |
| XYZ | 21.15 | 12.53 | 16.06 | - |
| YUV | 95.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 110 | 0 | 0.69 | 0.36 | 0.33 | 331.53 | 0.52 | 0.44 |
| Hex | AC | 36 | 6E | 0 | 45 | 24 | 21 | 14C | 34 | 2C |
| Octal | 254 | 66 | 156 | 0 | 105 | 44 | 41 | 514 | 64 | 54 |
| Binary | 10101100 | 110110 | 1101110 | 0 | 1000101 | 100100 | 100001 | 101001100 | 110100 | 101100 |
Color Harmonies of #AC366E
Complementary color
Monochromatic Colors of #AC366E
Black with #AC366E
Text Example
Text Example
White with #AC366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC366E; }
p { color: rgb(172,54,110); }
H1.HeaderClassName
{
color: #AC366E;
}
.AnyTagClassName
{
color: #AC366E;
}
</style>
background-color css
<style>
a { background-color: #AC366E; }
a { background-color: rgb(172,54,110); }
div.DivClassName
{
background-color: #AC366E;
}
.BgClassName
{
background-color: #AC366E;
}
</style>
border-color css
<style>
span { border-color: #AC366E; }
span { border-color: rgb(172,54,110); }
td.TdClassName
{
border-color: #AC366E;
}
.TagClassName
{
border-color: #AC366E;
}
</style>