Shades of Rouge #AC355A
Tints of Rouge #AC355A
RGB
CMYK
RGB Variations
Color information
#AC355A (or 0xAC355A) is known color: Rouge. HEX triplet: AC, 35 and 5A. RGB value is (172,53,90). Sum of RGB (Red+Green+Blue) = 172+53+90=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC355A is #53CAA5. Grayscale: #5C5C5C. Windows color (decimal): -5491366 or 5911980. OLE color: 5911980.
HSL color Cylindrical-coordinate representation of color #AC355A: hue angle of 341.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC355A is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 90 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.33 |
| HSL | 341.34º | 0.53% | 0.44% | - |
| HSV(B) | 341.34º | 0.69% | 0.67% | - |
| XYZ | 20.13 | 12.06 | 10.94 | - |
| YUV | 92.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 90 | 0 | 0.69 | 0.48 | 0.33 | 341.34 | 0.53 | 0.44 |
| Hex | AC | 35 | 5A | 0 | 45 | 30 | 21 | 155 | 35 | 2C |
| Octal | 254 | 65 | 132 | 0 | 105 | 60 | 41 | 525 | 65 | 54 |
| Binary | 10101100 | 110101 | 1011010 | 0 | 1000101 | 110000 | 100001 | 101010101 | 110101 | 101100 |
Color Harmonies of #AC355A
Complementary color
Monochromatic Colors of #AC355A
Black with #AC355A
Text Example
Text Example
White with #AC355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC355A; }
p { color: rgb(172,53,90); }
H1.HeaderClassName
{
color: #AC355A;
}
.AnyTagClassName
{
color: #AC355A;
}
</style>
background-color css
<style>
a { background-color: #AC355A; }
a { background-color: rgb(172,53,90); }
div.DivClassName
{
background-color: #AC355A;
}
.BgClassName
{
background-color: #AC355A;
}
</style>
border-color css
<style>
span { border-color: #AC355A; }
span { border-color: rgb(172,53,90); }
td.TdClassName
{
border-color: #AC355A;
}
.TagClassName
{
border-color: #AC355A;
}
</style>