Shades of Rouge #AC4368
Tints of Rouge #AC4368
RGB
CMYK
RGB Variations
Color information
#AC4368 (or 0xAC4368) is known color: Rouge. HEX triplet: AC, 43 and 68. RGB value is (172,67,104). Sum of RGB (Red+Green+Blue) = 172+67+104=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4368 is #53BC97. Grayscale: #666666. Windows color (decimal): -5487768 or 6833068. OLE color: 6833068.
HSL color Cylindrical-coordinate representation of color #AC4368: hue angle of 338.86º 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 #AC4368 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 104 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.33 |
| HSL | 338.86º | 0.44% | 0.47% | - |
| HSV(B) | 338.86º | 0.61% | 0.67% | - |
| XYZ | 21.52 | 13.78 | 14.62 | - |
| YUV | 102.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 104 | 0 | 0.61 | 0.40 | 0.33 | 338.86 | 0.44 | 0.47 |
| Hex | AC | 43 | 68 | 0 | 3D | 28 | 21 | 153 | 2C | 2F |
| Octal | 254 | 103 | 150 | 0 | 75 | 50 | 41 | 523 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1101000 | 0 | 111101 | 101000 | 100001 | 101010011 | 101100 | 101111 |
Color Harmonies of #AC4368
Complementary color
Monochromatic Colors of #AC4368
Black with #AC4368
Text Example
Text Example
White with #AC4368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4368; }
p { color: rgb(172,67,104); }
H1.HeaderClassName
{
color: #AC4368;
}
.AnyTagClassName
{
color: #AC4368;
}
</style>
background-color css
<style>
a { background-color: #AC4368; }
a { background-color: rgb(172,67,104); }
div.DivClassName
{
background-color: #AC4368;
}
.BgClassName
{
background-color: #AC4368;
}
</style>
border-color css
<style>
span { border-color: #AC4368; }
span { border-color: rgb(172,67,104); }
td.TdClassName
{
border-color: #AC4368;
}
.TagClassName
{
border-color: #AC4368;
}
</style>