Shades of Rouge #AC3E67
Tints of Rouge #AC3E67
RGB
CMYK
RGB Variations
Color information
#AC3E67 (or 0xAC3E67) is known color: Rouge. HEX triplet: AC, 3E and 67. RGB value is (172,62,103). Sum of RGB (Red+Green+Blue) = 172+62+103=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E67 is #53C198. Grayscale: #636363. Windows color (decimal): -5489049 or 6766252. OLE color: 6766252.
HSL color Cylindrical-coordinate representation of color #AC3E67: hue angle of 337.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3E67 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 103 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.33 |
| HSL | 337.64º | 0.47% | 0.46% | - |
| HSV(B) | 337.64º | 0.64% | 0.67% | - |
| XYZ | 21.18 | 13.2 | 14.26 | - |
| YUV | 99.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 103 | 0 | 0.64 | 0.40 | 0.33 | 337.64 | 0.47 | 0.46 |
| Hex | AC | 3E | 67 | 0 | 40 | 28 | 21 | 152 | 2F | 2E |
| Octal | 254 | 76 | 147 | 0 | 100 | 50 | 41 | 522 | 57 | 56 |
| Binary | 10101100 | 111110 | 1100111 | 0 | 1000000 | 101000 | 100001 | 101010010 | 101111 | 101110 |
Color Harmonies of #AC3E67
Complementary color
Monochromatic Colors of #AC3E67
Black with #AC3E67
Text Example
Text Example
White with #AC3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E67; }
p { color: rgb(172,62,103); }
H1.HeaderClassName
{
color: #AC3E67;
}
.AnyTagClassName
{
color: #AC3E67;
}
</style>
background-color css
<style>
a { background-color: #AC3E67; }
a { background-color: rgb(172,62,103); }
div.DivClassName
{
background-color: #AC3E67;
}
.BgClassName
{
background-color: #AC3E67;
}
</style>
border-color css
<style>
span { border-color: #AC3E67; }
span { border-color: rgb(172,62,103); }
td.TdClassName
{
border-color: #AC3E67;
}
.TagClassName
{
border-color: #AC3E67;
}
</style>