Shades of Rouge #AC266B
Tints of Rouge #AC266B
RGB
CMYK
RGB Variations
Color information
#AC266B (or 0xAC266B) is known color: Rouge. HEX triplet: AC, 26 and 6B. RGB value is (172,38,107). Sum of RGB (Red+Green+Blue) = 172+38+107=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC266B is #53D994. Grayscale: #555555. Windows color (decimal): -5495189 or 7022252. OLE color: 7022252.
HSL color Cylindrical-coordinate representation of color #AC266B: hue angle of 329.1º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC266B is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 107 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.33 |
| HSL | 329.1º | 0.64% | 0.41% | - |
| HSV(B) | 329.1º | 0.78% | 0.67% | - |
| XYZ | 20.36 | 11.22 | 15 | - |
| YUV | 85.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 107 | 0 | 0.78 | 0.38 | 0.33 | 329.1 | 0.64 | 0.41 |
| Hex | AC | 26 | 6B | 0 | 4E | 26 | 21 | 149 | 40 | 29 |
| Octal | 254 | 46 | 153 | 0 | 116 | 46 | 41 | 511 | 100 | 51 |
| Binary | 10101100 | 100110 | 1101011 | 0 | 1001110 | 100110 | 100001 | 101001001 | 1000000 | 101001 |
Color Harmonies of #AC266B
Complementary color
Monochromatic Colors of #AC266B
Black with #AC266B
Text Example
Text Example
White with #AC266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC266B; }
p { color: rgb(172,38,107); }
H1.HeaderClassName
{
color: #AC266B;
}
.AnyTagClassName
{
color: #AC266B;
}
</style>
background-color css
<style>
a { background-color: #AC266B; }
a { background-color: rgb(172,38,107); }
div.DivClassName
{
background-color: #AC266B;
}
.BgClassName
{
background-color: #AC266B;
}
</style>
border-color css
<style>
span { border-color: #AC266B; }
span { border-color: rgb(172,38,107); }
td.TdClassName
{
border-color: #AC266B;
}
.TagClassName
{
border-color: #AC266B;
}
</style>