Shades of Rouge #AC4465
Tints of Rouge #AC4465
RGB
CMYK
RGB Variations
Color information
#AC4465 (or 0xAC4465) is known color: Rouge. HEX triplet: AC, 44 and 65. RGB value is (172,68,101). Sum of RGB (Red+Green+Blue) = 172+68+101=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4465 is #53BB9A. Grayscale: #666666. Windows color (decimal): -5487515 or 6636716. OLE color: 6636716.
HSL color Cylindrical-coordinate representation of color #AC4465: hue angle of 340.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4465 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 101 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.33 |
| HSL | 340.96º | 0.43% | 0.47% | - |
| HSV(B) | 340.96º | 0.6% | 0.67% | - |
| XYZ | 21.43 | 13.84 | 13.85 | - |
| YUV | 102.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 101 | 0 | 0.60 | 0.41 | 0.33 | 340.96 | 0.43 | 0.47 |
| Hex | AC | 44 | 65 | 0 | 3C | 29 | 21 | 155 | 2B | 2F |
| Octal | 254 | 104 | 145 | 0 | 74 | 51 | 41 | 525 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1100101 | 0 | 111100 | 101001 | 100001 | 101010101 | 101011 | 101111 |
Color Harmonies of #AC4465
Complementary color
Monochromatic Colors of #AC4465
Black with #AC4465
Text Example
Text Example
White with #AC4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4465; }
p { color: rgb(172,68,101); }
H1.HeaderClassName
{
color: #AC4465;
}
.AnyTagClassName
{
color: #AC4465;
}
</style>
background-color css
<style>
a { background-color: #AC4465; }
a { background-color: rgb(172,68,101); }
div.DivClassName
{
background-color: #AC4465;
}
.BgClassName
{
background-color: #AC4465;
}
</style>
border-color css
<style>
span { border-color: #AC4465; }
span { border-color: rgb(172,68,101); }
td.TdClassName
{
border-color: #AC4465;
}
.TagClassName
{
border-color: #AC4465;
}
</style>