Shades of Rouge #AC4669
Tints of Rouge #AC4669
RGB
CMYK
RGB Variations
Color information
#AC4669 (or 0xAC4669) is known color: Rouge. HEX triplet: AC, 46 and 69. RGB value is (172,70,105). Sum of RGB (Red+Green+Blue) = 172+70+105=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4669 is #53B996. Grayscale: #686868. Windows color (decimal): -5486999 or 6899372. OLE color: 6899372.
HSL color Cylindrical-coordinate representation of color #AC4669: hue angle of 339.41º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4669 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 105 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.33 |
| HSL | 339.41º | 0.42% | 0.47% | - |
| HSV(B) | 339.41º | 0.59% | 0.67% | - |
| XYZ | 21.75 | 14.17 | 14.95 | - |
| YUV | 104.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 105 | 0 | 0.59 | 0.39 | 0.33 | 339.41 | 0.42 | 0.47 |
| Hex | AC | 46 | 69 | 0 | 3B | 27 | 21 | 153 | 2A | 2F |
| Octal | 254 | 106 | 151 | 0 | 73 | 47 | 41 | 523 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1101001 | 0 | 111011 | 100111 | 100001 | 101010011 | 101010 | 101111 |
Color Harmonies of #AC4669
Complementary color
Monochromatic Colors of #AC4669
Black with #AC4669
Text Example
Text Example
White with #AC4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4669; }
p { color: rgb(172,70,105); }
H1.HeaderClassName
{
color: #AC4669;
}
.AnyTagClassName
{
color: #AC4669;
}
</style>
background-color css
<style>
a { background-color: #AC4669; }
a { background-color: rgb(172,70,105); }
div.DivClassName
{
background-color: #AC4669;
}
.BgClassName
{
background-color: #AC4669;
}
</style>
border-color css
<style>
span { border-color: #AC4669; }
span { border-color: rgb(172,70,105); }
td.TdClassName
{
border-color: #AC4669;
}
.TagClassName
{
border-color: #AC4669;
}
</style>