Shades of Rouge #AC2C67
Tints of Rouge #AC2C67
RGB
CMYK
RGB Variations
Color information
#AC2C67 (or 0xAC2C67) is known color: Rouge. HEX triplet: AC, 2C and 67. RGB value is (172,44,103). Sum of RGB (Red+Green+Blue) = 172+44+103=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2C67 is #53D398. Grayscale: #585858. Windows color (decimal): -5493657 or 6761644. OLE color: 6761644.
HSL color Cylindrical-coordinate representation of color #AC2C67: hue angle of 332.34º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2C67 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 103 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.33 |
| HSL | 332.34º | 0.59% | 0.42% | - |
| HSV(B) | 332.34º | 0.74% | 0.67% | - |
| XYZ | 20.36 | 11.55 | 13.99 | - |
| YUV | 89 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 103 | 0 | 0.74 | 0.40 | 0.33 | 332.34 | 0.59 | 0.42 |
| Hex | AC | 2C | 67 | 0 | 4A | 28 | 21 | 14C | 3B | 2A |
| Octal | 254 | 54 | 147 | 0 | 112 | 50 | 41 | 514 | 73 | 52 |
| Binary | 10101100 | 101100 | 1100111 | 0 | 1001010 | 101000 | 100001 | 101001100 | 111011 | 101010 |
Color Harmonies of #AC2C67
Complementary color
Monochromatic Colors of #AC2C67
Black with #AC2C67
Text Example
Text Example
White with #AC2C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C67; }
p { color: rgb(172,44,103); }
H1.HeaderClassName
{
color: #AC2C67;
}
.AnyTagClassName
{
color: #AC2C67;
}
</style>
background-color css
<style>
a { background-color: #AC2C67; }
a { background-color: rgb(172,44,103); }
div.DivClassName
{
background-color: #AC2C67;
}
.BgClassName
{
background-color: #AC2C67;
}
</style>
border-color css
<style>
span { border-color: #AC2C67; }
span { border-color: rgb(172,44,103); }
td.TdClassName
{
border-color: #AC2C67;
}
.TagClassName
{
border-color: #AC2C67;
}
</style>