Shades of Rouge #AC345A
Tints of Rouge #AC345A
RGB
CMYK
RGB Variations
Color information
#AC345A (or 0xAC345A) is known color: Rouge. HEX triplet: AC, 34 and 5A. RGB value is (172,52,90). Sum of RGB (Red+Green+Blue) = 172+52+90=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC345A is #53CBA5. Grayscale: #5C5C5C. Windows color (decimal): -5491622 or 5911724. OLE color: 5911724.
HSL color Cylindrical-coordinate representation of color #AC345A: hue angle of 341º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC345A is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 90 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.33 |
| HSL | 341º | 0.54% | 0.44% | - |
| HSV(B) | 341º | 0.7% | 0.67% | - |
| XYZ | 20.09 | 11.96 | 10.92 | - |
| YUV | 92.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 90 | 0 | 0.70 | 0.48 | 0.33 | 341 | 0.54 | 0.44 |
| Hex | AC | 34 | 5A | 0 | 46 | 30 | 21 | 155 | 36 | 2C |
| Octal | 254 | 64 | 132 | 0 | 106 | 60 | 41 | 525 | 66 | 54 |
| Binary | 10101100 | 110100 | 1011010 | 0 | 1000110 | 110000 | 100001 | 101010101 | 110110 | 101100 |
Color Harmonies of #AC345A
Complementary color
Monochromatic Colors of #AC345A
Black with #AC345A
Text Example
Text Example
White with #AC345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC345A; }
p { color: rgb(172,52,90); }
H1.HeaderClassName
{
color: #AC345A;
}
.AnyTagClassName
{
color: #AC345A;
}
</style>
background-color css
<style>
a { background-color: #AC345A; }
a { background-color: rgb(172,52,90); }
div.DivClassName
{
background-color: #AC345A;
}
.BgClassName
{
background-color: #AC345A;
}
</style>
border-color css
<style>
span { border-color: #AC345A; }
span { border-color: rgb(172,52,90); }
td.TdClassName
{
border-color: #AC345A;
}
.TagClassName
{
border-color: #AC345A;
}
</style>