Shades of Rouge #AC2867
Tints of Rouge #AC2867
RGB
CMYK
RGB Variations
Color information
#AC2867 (or 0xAC2867) is known color: Rouge. HEX triplet: AC, 28 and 67. RGB value is (172,40,103). Sum of RGB (Red+Green+Blue) = 172+40+103=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2867 is #53D798. Grayscale: #565656. Windows color (decimal): -5494681 or 6760620. OLE color: 6760620.
HSL color Cylindrical-coordinate representation of color #AC2867: hue angle of 331.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2867 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 103 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.33 |
| HSL | 331.36º | 0.62% | 0.42% | - |
| HSV(B) | 331.36º | 0.77% | 0.67% | - |
| XYZ | 20.22 | 11.27 | 13.94 | - |
| YUV | 86.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 103 | 0 | 0.77 | 0.40 | 0.33 | 331.36 | 0.62 | 0.42 |
| Hex | AC | 28 | 67 | 0 | 4D | 28 | 21 | 14B | 3E | 2A |
| Octal | 254 | 50 | 147 | 0 | 115 | 50 | 41 | 513 | 76 | 52 |
| Binary | 10101100 | 101000 | 1100111 | 0 | 1001101 | 101000 | 100001 | 101001011 | 111110 | 101010 |
Color Harmonies of #AC2867
Complementary color
Monochromatic Colors of #AC2867
Black with #AC2867
Text Example
Text Example
White with #AC2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2867; }
p { color: rgb(172,40,103); }
H1.HeaderClassName
{
color: #AC2867;
}
.AnyTagClassName
{
color: #AC2867;
}
</style>
background-color css
<style>
a { background-color: #AC2867; }
a { background-color: rgb(172,40,103); }
div.DivClassName
{
background-color: #AC2867;
}
.BgClassName
{
background-color: #AC2867;
}
</style>
border-color css
<style>
span { border-color: #AC2867; }
span { border-color: rgb(172,40,103); }
td.TdClassName
{
border-color: #AC2867;
}
.TagClassName
{
border-color: #AC2867;
}
</style>