Shades of Rouge #AC466A
Tints of Rouge #AC466A
RGB
CMYK
RGB Variations
Color information
#AC466A (or 0xAC466A) is known color: Rouge. HEX triplet: AC, 46 and 6A. RGB value is (172,70,106). Sum of RGB (Red+Green+Blue) = 172+70+106=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC466A is #53B995. Grayscale: #686868. Windows color (decimal): -5486998 or 6964908. OLE color: 6964908.
HSL color Cylindrical-coordinate representation of color #AC466A: hue angle of 338.82º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC466A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 106 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.33 |
| HSL | 338.82º | 0.42% | 0.47% | - |
| HSV(B) | 338.82º | 0.59% | 0.67% | - |
| XYZ | 21.8 | 14.19 | 15.23 | - |
| YUV | 104.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 106 | 0 | 0.59 | 0.38 | 0.33 | 338.82 | 0.42 | 0.47 |
| Hex | AC | 46 | 6A | 0 | 3B | 26 | 21 | 153 | 2A | 2F |
| Octal | 254 | 106 | 152 | 0 | 73 | 46 | 41 | 523 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1101010 | 0 | 111011 | 100110 | 100001 | 101010011 | 101010 | 101111 |
Color Harmonies of #AC466A
Complementary color
Monochromatic Colors of #AC466A
Black with #AC466A
Text Example
Text Example
White with #AC466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC466A; }
p { color: rgb(172,70,106); }
H1.HeaderClassName
{
color: #AC466A;
}
.AnyTagClassName
{
color: #AC466A;
}
</style>
background-color css
<style>
a { background-color: #AC466A; }
a { background-color: rgb(172,70,106); }
div.DivClassName
{
background-color: #AC466A;
}
.BgClassName
{
background-color: #AC466A;
}
</style>
border-color css
<style>
span { border-color: #AC466A; }
span { border-color: rgb(172,70,106); }
td.TdClassName
{
border-color: #AC466A;
}
.TagClassName
{
border-color: #AC466A;
}
</style>