Shades of Rouge #AC4168
Tints of Rouge #AC4168
RGB
CMYK
RGB Variations
Color information
#AC4168 (or 0xAC4168) is known color: Rouge. HEX triplet: AC, 41 and 68. RGB value is (172,65,104). Sum of RGB (Red+Green+Blue) = 172+65+104=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4168 is #53BE97. Grayscale: #656565. Windows color (decimal): -5488280 or 6832556. OLE color: 6832556.
HSL color Cylindrical-coordinate representation of color #AC4168: hue angle of 338.13º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4168 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 104 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.33 |
| HSL | 338.13º | 0.45% | 0.46% | - |
| HSV(B) | 338.13º | 0.62% | 0.67% | - |
| XYZ | 21.4 | 13.55 | 14.58 | - |
| YUV | 101.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 104 | 0 | 0.62 | 0.40 | 0.33 | 338.13 | 0.45 | 0.46 |
| Hex | AC | 41 | 68 | 0 | 3E | 28 | 21 | 152 | 2D | 2E |
| Octal | 254 | 101 | 150 | 0 | 76 | 50 | 41 | 522 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1101000 | 0 | 111110 | 101000 | 100001 | 101010010 | 101101 | 101110 |
Color Harmonies of #AC4168
Complementary color
Monochromatic Colors of #AC4168
Black with #AC4168
Text Example
Text Example
White with #AC4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4168; }
p { color: rgb(172,65,104); }
H1.HeaderClassName
{
color: #AC4168;
}
.AnyTagClassName
{
color: #AC4168;
}
</style>
background-color css
<style>
a { background-color: #AC4168; }
a { background-color: rgb(172,65,104); }
div.DivClassName
{
background-color: #AC4168;
}
.BgClassName
{
background-color: #AC4168;
}
</style>
border-color css
<style>
span { border-color: #AC4168; }
span { border-color: rgb(172,65,104); }
td.TdClassName
{
border-color: #AC4168;
}
.TagClassName
{
border-color: #AC4168;
}
</style>