Shades of Rouge #AC486C
Tints of Rouge #AC486C
RGB
CMYK
RGB Variations
Color information
#AC486C (or 0xAC486C) is known color: Rouge. HEX triplet: AC, 48 and 6C. RGB value is (172,72,108). Sum of RGB (Red+Green+Blue) = 172+72+108=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC486C is #53B793. Grayscale: #696969. Windows color (decimal): -5486484 or 7096492. OLE color: 7096492.
HSL color Cylindrical-coordinate representation of color #AC486C: hue angle of 338.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC486C is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 108 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.33 |
| HSL | 338.4º | 0.41% | 0.48% | - |
| HSV(B) | 338.4º | 0.58% | 0.67% | - |
| XYZ | 22.04 | 14.49 | 15.82 | - |
| YUV | 106 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 108 | 0 | 0.58 | 0.37 | 0.33 | 338.4 | 0.41 | 0.48 |
| Hex | AC | 48 | 6C | 0 | 3A | 25 | 21 | 152 | 29 | 30 |
| Octal | 254 | 110 | 154 | 0 | 72 | 45 | 41 | 522 | 51 | 60 |
| Binary | 10101100 | 1001000 | 1101100 | 0 | 111010 | 100101 | 100001 | 101010010 | 101001 | 110000 |
Color Harmonies of #AC486C
Complementary color
Monochromatic Colors of #AC486C
Black with #AC486C
Text Example
Text Example
White with #AC486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC486C; }
p { color: rgb(172,72,108); }
H1.HeaderClassName
{
color: #AC486C;
}
.AnyTagClassName
{
color: #AC486C;
}
</style>
background-color css
<style>
a { background-color: #AC486C; }
a { background-color: rgb(172,72,108); }
div.DivClassName
{
background-color: #AC486C;
}
.BgClassName
{
background-color: #AC486C;
}
</style>
border-color css
<style>
span { border-color: #AC486C; }
span { border-color: rgb(172,72,108); }
td.TdClassName
{
border-color: #AC486C;
}
.TagClassName
{
border-color: #AC486C;
}
</style>