Shades of Rouge #AC4364
Tints of Rouge #AC4364
RGB
CMYK
RGB Variations
Color information
#AC4364 (or 0xAC4364) is known color: Rouge. HEX triplet: AC, 43 and 64. RGB value is (172,67,100). Sum of RGB (Red+Green+Blue) = 172+67+100=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4364 is #53BC9B. Grayscale: #666666. Windows color (decimal): -5487772 or 6570924. OLE color: 6570924.
HSL color Cylindrical-coordinate representation of color #AC4364: hue angle of 341.14º 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 #AC4364 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 100 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.33 |
| HSL | 341.14º | 0.44% | 0.47% | - |
| HSV(B) | 341.14º | 0.61% | 0.67% | - |
| XYZ | 21.32 | 13.71 | 13.58 | - |
| YUV | 102.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 100 | 0 | 0.61 | 0.42 | 0.33 | 341.14 | 0.44 | 0.47 |
| Hex | AC | 43 | 64 | 0 | 3D | 2A | 21 | 155 | 2C | 2F |
| Octal | 254 | 103 | 144 | 0 | 75 | 52 | 41 | 525 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1100100 | 0 | 111101 | 101010 | 100001 | 101010101 | 101100 | 101111 |
Color Harmonies of #AC4364
Complementary color
Monochromatic Colors of #AC4364
Black with #AC4364
Text Example
Text Example
White with #AC4364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4364; }
p { color: rgb(172,67,100); }
H1.HeaderClassName
{
color: #AC4364;
}
.AnyTagClassName
{
color: #AC4364;
}
</style>
background-color css
<style>
a { background-color: #AC4364; }
a { background-color: rgb(172,67,100); }
div.DivClassName
{
background-color: #AC4364;
}
.BgClassName
{
background-color: #AC4364;
}
</style>
border-color css
<style>
span { border-color: #AC4364; }
span { border-color: rgb(172,67,100); }
td.TdClassName
{
border-color: #AC4364;
}
.TagClassName
{
border-color: #AC4364;
}
</style>