Shades of Rouge #AC456B
Tints of Rouge #AC456B
RGB
CMYK
RGB Variations
Color information
#AC456B (or 0xAC456B) is known color: Rouge. HEX triplet: AC, 45 and 6B. RGB value is (172,69,107). Sum of RGB (Red+Green+Blue) = 172+69+107=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC456B is #53BA94. Grayscale: #686868. Windows color (decimal): -5487253 or 7030188. OLE color: 7030188.
HSL color Cylindrical-coordinate representation of color #AC456B: hue angle of 337.86º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC456B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 107 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.33 |
| HSL | 337.86º | 0.43% | 0.47% | - |
| HSV(B) | 337.86º | 0.6% | 0.67% | - |
| XYZ | 21.8 | 14.09 | 15.48 | - |
| YUV | 104.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 107 | 0 | 0.60 | 0.38 | 0.33 | 337.86 | 0.43 | 0.47 |
| Hex | AC | 45 | 6B | 0 | 3C | 26 | 21 | 152 | 2B | 2F |
| Octal | 254 | 105 | 153 | 0 | 74 | 46 | 41 | 522 | 53 | 57 |
| Binary | 10101100 | 1000101 | 1101011 | 0 | 111100 | 100110 | 100001 | 101010010 | 101011 | 101111 |
Color Harmonies of #AC456B
Complementary color
Monochromatic Colors of #AC456B
Black with #AC456B
Text Example
Text Example
White with #AC456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC456B; }
p { color: rgb(172,69,107); }
H1.HeaderClassName
{
color: #AC456B;
}
.AnyTagClassName
{
color: #AC456B;
}
</style>
background-color css
<style>
a { background-color: #AC456B; }
a { background-color: rgb(172,69,107); }
div.DivClassName
{
background-color: #AC456B;
}
.BgClassName
{
background-color: #AC456B;
}
</style>
border-color css
<style>
span { border-color: #AC456B; }
span { border-color: rgb(172,69,107); }
td.TdClassName
{
border-color: #AC456B;
}
.TagClassName
{
border-color: #AC456B;
}
</style>