Shades of Rouge #AC436D
Tints of Rouge #AC436D
RGB
CMYK
RGB Variations
Color information
#AC436D (or 0xAC436D) is known color: Rouge. HEX triplet: AC, 43 and 6D. RGB value is (172,67,109). Sum of RGB (Red+Green+Blue) = 172+67+109=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC436D is #53BC92. Grayscale: #676767. Windows color (decimal): -5487763 or 7160748. OLE color: 7160748.
HSL color Cylindrical-coordinate representation of color #AC436D: hue angle of 336º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC436D is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 109 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.33 |
| HSL | 336º | 0.44% | 0.47% | - |
| HSV(B) | 336º | 0.61% | 0.67% | - |
| XYZ | 21.78 | 13.89 | 16 | - |
| YUV | 103.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 109 | 0 | 0.61 | 0.37 | 0.33 | 336 | 0.44 | 0.47 |
| Hex | AC | 43 | 6D | 0 | 3D | 25 | 21 | 150 | 2C | 2F |
| Octal | 254 | 103 | 155 | 0 | 75 | 45 | 41 | 520 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1101101 | 0 | 111101 | 100101 | 100001 | 101010000 | 101100 | 101111 |
Color Harmonies of #AC436D
Complementary color
Monochromatic Colors of #AC436D
Black with #AC436D
Text Example
Text Example
White with #AC436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC436D; }
p { color: rgb(172,67,109); }
H1.HeaderClassName
{
color: #AC436D;
}
.AnyTagClassName
{
color: #AC436D;
}
</style>
background-color css
<style>
a { background-color: #AC436D; }
a { background-color: rgb(172,67,109); }
div.DivClassName
{
background-color: #AC436D;
}
.BgClassName
{
background-color: #AC436D;
}
</style>
border-color css
<style>
span { border-color: #AC436D; }
span { border-color: rgb(172,67,109); }
td.TdClassName
{
border-color: #AC436D;
}
.TagClassName
{
border-color: #AC436D;
}
</style>