Shades of Rouge #AC366F
Tints of Rouge #AC366F
RGB
CMYK
RGB Variations
Color information
#AC366F (or 0xAC366F) is known color: Rouge. HEX triplet: AC, 36 and 6F. RGB value is (172,54,111). Sum of RGB (Red+Green+Blue) = 172+54+111=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC366F is #53C990. Grayscale: #5F5F5F. Windows color (decimal): -5491089 or 7288492. OLE color: 7288492.
HSL color Cylindrical-coordinate representation of color #AC366F: hue angle of 331.02º 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 #AC366F is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 111 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.33 |
| HSL | 331.02º | 0.52% | 0.44% | - |
| HSV(B) | 331.02º | 0.69% | 0.67% | - |
| XYZ | 21.2 | 12.56 | 16.35 | - |
| YUV | 95.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 111 | 0 | 0.69 | 0.35 | 0.33 | 331.02 | 0.52 | 0.44 |
| Hex | AC | 36 | 6F | 0 | 45 | 23 | 21 | 14B | 34 | 2C |
| Octal | 254 | 66 | 157 | 0 | 105 | 43 | 41 | 513 | 64 | 54 |
| Binary | 10101100 | 110110 | 1101111 | 0 | 1000101 | 100011 | 100001 | 101001011 | 110100 | 101100 |
Color Harmonies of #AC366F
Complementary color
Monochromatic Colors of #AC366F
Black with #AC366F
Text Example
Text Example
White with #AC366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC366F; }
p { color: rgb(172,54,111); }
H1.HeaderClassName
{
color: #AC366F;
}
.AnyTagClassName
{
color: #AC366F;
}
</style>
background-color css
<style>
a { background-color: #AC366F; }
a { background-color: rgb(172,54,111); }
div.DivClassName
{
background-color: #AC366F;
}
.BgClassName
{
background-color: #AC366F;
}
</style>
border-color css
<style>
span { border-color: #AC366F; }
span { border-color: rgb(172,54,111); }
td.TdClassName
{
border-color: #AC366F;
}
.TagClassName
{
border-color: #AC366F;
}
</style>