Shades of Rouge #AC3266
Tints of Rouge #AC3266
RGB
CMYK
RGB Variations
Color information
#AC3266 (or 0xAC3266) is known color: Rouge. HEX triplet: AC, 32 and 66. RGB value is (172,50,102). Sum of RGB (Red+Green+Blue) = 172+50+102=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3266 is #53CD99. Grayscale: #5C5C5C. Windows color (decimal): -5492122 or 6697644. OLE color: 6697644.
HSL color Cylindrical-coordinate representation of color #AC3266: hue angle of 334.43º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3266 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 102 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.33 |
| HSL | 334.43º | 0.55% | 0.44% | - |
| HSV(B) | 334.43º | 0.71% | 0.67% | - |
| XYZ | 20.55 | 12.01 | 13.81 | - |
| YUV | 92.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 102 | 0 | 0.71 | 0.41 | 0.33 | 334.43 | 0.55 | 0.44 |
| Hex | AC | 32 | 66 | 0 | 47 | 29 | 21 | 14E | 37 | 2C |
| Octal | 254 | 62 | 146 | 0 | 107 | 51 | 41 | 516 | 67 | 54 |
| Binary | 10101100 | 110010 | 1100110 | 0 | 1000111 | 101001 | 100001 | 101001110 | 110111 | 101100 |
Color Harmonies of #AC3266
Complementary color
Monochromatic Colors of #AC3266
Black with #AC3266
Text Example
Text Example
White with #AC3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3266; }
p { color: rgb(172,50,102); }
H1.HeaderClassName
{
color: #AC3266;
}
.AnyTagClassName
{
color: #AC3266;
}
</style>
background-color css
<style>
a { background-color: #AC3266; }
a { background-color: rgb(172,50,102); }
div.DivClassName
{
background-color: #AC3266;
}
.BgClassName
{
background-color: #AC3266;
}
</style>
border-color css
<style>
span { border-color: #AC3266; }
span { border-color: rgb(172,50,102); }
td.TdClassName
{
border-color: #AC3266;
}
.TagClassName
{
border-color: #AC3266;
}
</style>