Shades of Rouge #AC305A
Tints of Rouge #AC305A
RGB
CMYK
RGB Variations
Color information
#AC305A (or 0xAC305A) is known color: Rouge. HEX triplet: AC, 30 and 5A. RGB value is (172,48,90). Sum of RGB (Red+Green+Blue) = 172+48+90=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC305A is #53CFA5. Grayscale: #595959. Windows color (decimal): -5492646 or 5910700. OLE color: 5910700.
HSL color Cylindrical-coordinate representation of color #AC305A: hue angle of 339.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC305A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 90 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.33 |
| HSL | 339.68º | 0.56% | 0.43% | - |
| HSV(B) | 339.68º | 0.72% | 0.67% | - |
| XYZ | 19.92 | 11.62 | 10.87 | - |
| YUV | 89.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 90 | 0 | 0.72 | 0.48 | 0.33 | 339.68 | 0.56 | 0.43 |
| Hex | AC | 30 | 5A | 0 | 48 | 30 | 21 | 154 | 38 | 2B |
| Octal | 254 | 60 | 132 | 0 | 110 | 60 | 41 | 524 | 70 | 53 |
| Binary | 10101100 | 110000 | 1011010 | 0 | 1001000 | 110000 | 100001 | 101010100 | 111000 | 101011 |
Color Harmonies of #AC305A
Complementary color
Monochromatic Colors of #AC305A
Black with #AC305A
Text Example
Text Example
White with #AC305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC305A; }
p { color: rgb(172,48,90); }
H1.HeaderClassName
{
color: #AC305A;
}
.AnyTagClassName
{
color: #AC305A;
}
</style>
background-color css
<style>
a { background-color: #AC305A; }
a { background-color: rgb(172,48,90); }
div.DivClassName
{
background-color: #AC305A;
}
.BgClassName
{
background-color: #AC305A;
}
</style>
border-color css
<style>
span { border-color: #AC305A; }
span { border-color: rgb(172,48,90); }
td.TdClassName
{
border-color: #AC305A;
}
.TagClassName
{
border-color: #AC305A;
}
</style>