Shades of Rouge #AC306C
Tints of Rouge #AC306C
RGB
CMYK
RGB Variations
Color information
#AC306C (or 0xAC306C) is known color: Rouge. HEX triplet: AC, 30 and 6C. RGB value is (172,48,108). Sum of RGB (Red+Green+Blue) = 172+48+108=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC306C is #53CF93. Grayscale: #5B5B5B. Windows color (decimal): -5492628 or 7090348. OLE color: 7090348.
HSL color Cylindrical-coordinate representation of color #AC306C: hue angle of 330.97º 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 #AC306C is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 108 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.33 |
| HSL | 330.97º | 0.56% | 0.43% | - |
| HSV(B) | 330.97º | 0.72% | 0.67% | - |
| XYZ | 20.78 | 11.97 | 15.4 | - |
| YUV | 91.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 108 | 0 | 0.72 | 0.37 | 0.33 | 330.97 | 0.56 | 0.43 |
| Hex | AC | 30 | 6C | 0 | 48 | 25 | 21 | 14B | 38 | 2B |
| Octal | 254 | 60 | 154 | 0 | 110 | 45 | 41 | 513 | 70 | 53 |
| Binary | 10101100 | 110000 | 1101100 | 0 | 1001000 | 100101 | 100001 | 101001011 | 111000 | 101011 |
Color Harmonies of #AC306C
Complementary color
Monochromatic Colors of #AC306C
Black with #AC306C
Text Example
Text Example
White with #AC306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC306C; }
p { color: rgb(172,48,108); }
H1.HeaderClassName
{
color: #AC306C;
}
.AnyTagClassName
{
color: #AC306C;
}
</style>
background-color css
<style>
a { background-color: #AC306C; }
a { background-color: rgb(172,48,108); }
div.DivClassName
{
background-color: #AC306C;
}
.BgClassName
{
background-color: #AC306C;
}
</style>
border-color css
<style>
span { border-color: #AC306C; }
span { border-color: rgb(172,48,108); }
td.TdClassName
{
border-color: #AC306C;
}
.TagClassName
{
border-color: #AC306C;
}
</style>