Shades of Rouge #AC426E
Tints of Rouge #AC426E
RGB
CMYK
RGB Variations
Color information
#AC426E (or 0xAC426E) is known color: Rouge. HEX triplet: AC, 42 and 6E. RGB value is (172,66,110). Sum of RGB (Red+Green+Blue) = 172+66+110=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC426E is #53BD91. Grayscale: #666666. Windows color (decimal): -5488018 or 7226028. OLE color: 7226028.
HSL color Cylindrical-coordinate representation of color #AC426E: hue angle of 335.09º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC426E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 110 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.33 |
| HSL | 335.09º | 0.45% | 0.47% | - |
| HSV(B) | 335.09º | 0.62% | 0.67% | - |
| XYZ | 21.78 | 13.79 | 16.27 | - |
| YUV | 102.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 110 | 0 | 0.62 | 0.36 | 0.33 | 335.09 | 0.45 | 0.47 |
| Hex | AC | 42 | 6E | 0 | 3E | 24 | 21 | 14F | 2D | 2F |
| Octal | 254 | 102 | 156 | 0 | 76 | 44 | 41 | 517 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1101110 | 0 | 111110 | 100100 | 100001 | 101001111 | 101101 | 101111 |
Color Harmonies of #AC426E
Complementary color
Monochromatic Colors of #AC426E
Black with #AC426E
Text Example
Text Example
White with #AC426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC426E; }
p { color: rgb(172,66,110); }
H1.HeaderClassName
{
color: #AC426E;
}
.AnyTagClassName
{
color: #AC426E;
}
</style>
background-color css
<style>
a { background-color: #AC426E; }
a { background-color: rgb(172,66,110); }
div.DivClassName
{
background-color: #AC426E;
}
.BgClassName
{
background-color: #AC426E;
}
</style>
border-color css
<style>
span { border-color: #AC426E; }
span { border-color: rgb(172,66,110); }
td.TdClassName
{
border-color: #AC426E;
}
.TagClassName
{
border-color: #AC426E;
}
</style>