Shades of Rouge #AC406B
Tints of Rouge #AC406B
RGB
CMYK
RGB Variations
Color information
#AC406B (or 0xAC406B) is known color: Rouge. HEX triplet: AC, 40 and 6B. RGB value is (172,64,107). Sum of RGB (Red+Green+Blue) = 172+64+107=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC406B is #53BF94. Grayscale: #656565. Windows color (decimal): -5488533 or 7028908. OLE color: 7028908.
HSL color Cylindrical-coordinate representation of color #AC406B: hue angle of 336.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC406B is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 107 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.33 |
| HSL | 336.11º | 0.46% | 0.46% | - |
| HSV(B) | 336.11º | 0.63% | 0.67% | - |
| XYZ | 21.5 | 13.5 | 15.38 | - |
| YUV | 101.19 | 131.28 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 107 | 0 | 0.63 | 0.38 | 0.33 | 336.11 | 0.46 | 0.46 |
| Hex | AC | 40 | 6B | 0 | 3F | 26 | 21 | 150 | 2E | 2E |
| Octal | 254 | 100 | 153 | 0 | 77 | 46 | 41 | 520 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1101011 | 0 | 111111 | 100110 | 100001 | 101010000 | 101110 | 101110 |
Color Harmonies of #AC406B
Complementary color
Monochromatic Colors of #AC406B
Black with #AC406B
Text Example
Text Example
White with #AC406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC406B; }
p { color: rgb(172,64,107); }
H1.HeaderClassName
{
color: #AC406B;
}
.AnyTagClassName
{
color: #AC406B;
}
</style>
background-color css
<style>
a { background-color: #AC406B; }
a { background-color: rgb(172,64,107); }
div.DivClassName
{
background-color: #AC406B;
}
.BgClassName
{
background-color: #AC406B;
}
</style>
border-color css
<style>
span { border-color: #AC406B; }
span { border-color: rgb(172,64,107); }
td.TdClassName
{
border-color: #AC406B;
}
.TagClassName
{
border-color: #AC406B;
}
</style>