Shades of Rouge #AC366A
Tints of Rouge #AC366A
RGB
CMYK
RGB Variations
Color information
#AC366A (or 0xAC366A) is known color: Rouge. HEX triplet: AC, 36 and 6A. RGB value is (172,54,106). Sum of RGB (Red+Green+Blue) = 172+54+106=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC366A is #53C995. Grayscale: #5F5F5F. Windows color (decimal): -5491094 or 6960812. OLE color: 6960812.
HSL color Cylindrical-coordinate representation of color #AC366A: hue angle of 333.56º 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 #AC366A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 106 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.33 |
| HSL | 333.56º | 0.52% | 0.44% | - |
| HSV(B) | 333.56º | 0.69% | 0.67% | - |
| XYZ | 20.93 | 12.45 | 14.94 | - |
| YUV | 95.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 106 | 0 | 0.69 | 0.38 | 0.33 | 333.56 | 0.52 | 0.44 |
| Hex | AC | 36 | 6A | 0 | 45 | 26 | 21 | 14E | 34 | 2C |
| Octal | 254 | 66 | 152 | 0 | 105 | 46 | 41 | 516 | 64 | 54 |
| Binary | 10101100 | 110110 | 1101010 | 0 | 1000101 | 100110 | 100001 | 101001110 | 110100 | 101100 |
Color Harmonies of #AC366A
Complementary color
Monochromatic Colors of #AC366A
Black with #AC366A
Text Example
Text Example
White with #AC366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC366A; }
p { color: rgb(172,54,106); }
H1.HeaderClassName
{
color: #AC366A;
}
.AnyTagClassName
{
color: #AC366A;
}
</style>
background-color css
<style>
a { background-color: #AC366A; }
a { background-color: rgb(172,54,106); }
div.DivClassName
{
background-color: #AC366A;
}
.BgClassName
{
background-color: #AC366A;
}
</style>
border-color css
<style>
span { border-color: #AC366A; }
span { border-color: rgb(172,54,106); }
td.TdClassName
{
border-color: #AC366A;
}
.TagClassName
{
border-color: #AC366A;
}
</style>