Shades of Rouge #AC2969
Tints of Rouge #AC2969
RGB
CMYK
RGB Variations
Color information
#AC2969 (or 0xAC2969) is known color: Rouge. HEX triplet: AC, 29 and 69. RGB value is (172,41,105). Sum of RGB (Red+Green+Blue) = 172+41+105=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2969 is #53D696. Grayscale: #575757. Windows color (decimal): -5494423 or 6891948. OLE color: 6891948.
HSL color Cylindrical-coordinate representation of color #AC2969: hue angle of 330.69º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2969 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 105 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.33 |
| HSL | 330.69º | 0.62% | 0.42% | - |
| HSV(B) | 330.69º | 0.76% | 0.67% | - |
| XYZ | 20.36 | 11.38 | 14.49 | - |
| YUV | 87.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 105 | 0 | 0.76 | 0.39 | 0.33 | 330.69 | 0.62 | 0.42 |
| Hex | AC | 29 | 69 | 0 | 4C | 27 | 21 | 14B | 3E | 2A |
| Octal | 254 | 51 | 151 | 0 | 114 | 47 | 41 | 513 | 76 | 52 |
| Binary | 10101100 | 101001 | 1101001 | 0 | 1001100 | 100111 | 100001 | 101001011 | 111110 | 101010 |
Color Harmonies of #AC2969
Complementary color
Monochromatic Colors of #AC2969
Black with #AC2969
Text Example
Text Example
White with #AC2969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2969; }
p { color: rgb(172,41,105); }
H1.HeaderClassName
{
color: #AC2969;
}
.AnyTagClassName
{
color: #AC2969;
}
</style>
background-color css
<style>
a { background-color: #AC2969; }
a { background-color: rgb(172,41,105); }
div.DivClassName
{
background-color: #AC2969;
}
.BgClassName
{
background-color: #AC2969;
}
</style>
border-color css
<style>
span { border-color: #AC2969; }
span { border-color: rgb(172,41,105); }
td.TdClassName
{
border-color: #AC2969;
}
.TagClassName
{
border-color: #AC2969;
}
</style>