Shades of Rouge #AC436B
Tints of Rouge #AC436B
RGB
CMYK
RGB Variations
Color information
#AC436B (or 0xAC436B) is known color: Rouge. HEX triplet: AC, 43 and 6B. RGB value is (172,67,107). Sum of RGB (Red+Green+Blue) = 172+67+107=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC436B is #53BC94. Grayscale: #666666. Windows color (decimal): -5487765 or 7029676. OLE color: 7029676.
HSL color Cylindrical-coordinate representation of color #AC436B: hue angle of 337.14º 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 #AC436B is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 107 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.33 |
| HSL | 337.14º | 0.44% | 0.47% | - |
| HSV(B) | 337.14º | 0.61% | 0.67% | - |
| XYZ | 21.67 | 13.85 | 15.44 | - |
| YUV | 102.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 107 | 0 | 0.61 | 0.38 | 0.33 | 337.14 | 0.44 | 0.47 |
| Hex | AC | 43 | 6B | 0 | 3D | 26 | 21 | 151 | 2C | 2F |
| Octal | 254 | 103 | 153 | 0 | 75 | 46 | 41 | 521 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1101011 | 0 | 111101 | 100110 | 100001 | 101010001 | 101100 | 101111 |
Color Harmonies of #AC436B
Complementary color
Monochromatic Colors of #AC436B
Black with #AC436B
Text Example
Text Example
White with #AC436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC436B; }
p { color: rgb(172,67,107); }
H1.HeaderClassName
{
color: #AC436B;
}
.AnyTagClassName
{
color: #AC436B;
}
</style>
background-color css
<style>
a { background-color: #AC436B; }
a { background-color: rgb(172,67,107); }
div.DivClassName
{
background-color: #AC436B;
}
.BgClassName
{
background-color: #AC436B;
}
</style>
border-color css
<style>
span { border-color: #AC436B; }
span { border-color: rgb(172,67,107); }
td.TdClassName
{
border-color: #AC436B;
}
.TagClassName
{
border-color: #AC436B;
}
</style>