Shades of Rouge #AC4362
Tints of Rouge #AC4362
RGB
CMYK
RGB Variations
Color information
#AC4362 (or 0xAC4362) is known color: Rouge. HEX triplet: AC, 43 and 62. RGB value is (172,67,98). Sum of RGB (Red+Green+Blue) = 172+67+98=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4362 is #53BC9D. Grayscale: #656565. Windows color (decimal): -5487774 or 6439852. OLE color: 6439852.
HSL color Cylindrical-coordinate representation of color #AC4362: hue angle of 342.29º 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 #AC4362 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 98 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.33 |
| HSL | 342.29º | 0.44% | 0.47% | - |
| HSV(B) | 342.29º | 0.61% | 0.67% | - |
| XYZ | 21.23 | 13.67 | 13.07 | - |
| YUV | 101.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 98 | 0 | 0.61 | 0.43 | 0.33 | 342.29 | 0.44 | 0.47 |
| Hex | AC | 43 | 62 | 0 | 3D | 2B | 21 | 156 | 2C | 2F |
| Octal | 254 | 103 | 142 | 0 | 75 | 53 | 41 | 526 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1100010 | 0 | 111101 | 101011 | 100001 | 101010110 | 101100 | 101111 |
Color Harmonies of #AC4362
Complementary color
Monochromatic Colors of #AC4362
Black with #AC4362
Text Example
Text Example
White with #AC4362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4362; }
p { color: rgb(172,67,98); }
H1.HeaderClassName
{
color: #AC4362;
}
.AnyTagClassName
{
color: #AC4362;
}
</style>
background-color css
<style>
a { background-color: #AC4362; }
a { background-color: rgb(172,67,98); }
div.DivClassName
{
background-color: #AC4362;
}
.BgClassName
{
background-color: #AC4362;
}
</style>
border-color css
<style>
span { border-color: #AC4362; }
span { border-color: rgb(172,67,98); }
td.TdClassName
{
border-color: #AC4362;
}
.TagClassName
{
border-color: #AC4362;
}
</style>