Shades of Rouge #AC4360
Tints of Rouge #AC4360
RGB
CMYK
RGB Variations
Color information
#AC4360 (or 0xAC4360) is known color: Rouge. HEX triplet: AC, 43 and 60. RGB value is (172,67,96). Sum of RGB (Red+Green+Blue) = 172+67+96=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4360 is #53BC9F. Grayscale: #656565. Windows color (decimal): -5487776 or 6308780. OLE color: 6308780.
HSL color Cylindrical-coordinate representation of color #AC4360: hue angle of 343.43º 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 #AC4360 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 96 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.33 |
| HSL | 343.43º | 0.44% | 0.47% | - |
| HSV(B) | 343.43º | 0.61% | 0.67% | - |
| XYZ | 21.13 | 13.63 | 12.58 | - |
| YUV | 101.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 96 | 0 | 0.61 | 0.44 | 0.33 | 343.43 | 0.44 | 0.47 |
| Hex | AC | 43 | 60 | 0 | 3D | 2C | 21 | 157 | 2C | 2F |
| Octal | 254 | 103 | 140 | 0 | 75 | 54 | 41 | 527 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1100000 | 0 | 111101 | 101100 | 100001 | 101010111 | 101100 | 101111 |
Color Harmonies of #AC4360
Complementary color
Monochromatic Colors of #AC4360
Black with #AC4360
Text Example
Text Example
White with #AC4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4360; }
p { color: rgb(172,67,96); }
H1.HeaderClassName
{
color: #AC4360;
}
.AnyTagClassName
{
color: #AC4360;
}
</style>
background-color css
<style>
a { background-color: #AC4360; }
a { background-color: rgb(172,67,96); }
div.DivClassName
{
background-color: #AC4360;
}
.BgClassName
{
background-color: #AC4360;
}
</style>
border-color css
<style>
span { border-color: #AC4360; }
span { border-color: rgb(172,67,96); }
td.TdClassName
{
border-color: #AC4360;
}
.TagClassName
{
border-color: #AC4360;
}
</style>