Shades of Rouge #AC4667
Tints of Rouge #AC4667
RGB
CMYK
RGB Variations
Color information
#AC4667 (or 0xAC4667) is known color: Rouge. HEX triplet: AC, 46 and 67. RGB value is (172,70,103). Sum of RGB (Red+Green+Blue) = 172+70+103=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4667 is #53B998. Grayscale: #686868. Windows color (decimal): -5487001 or 6768300. OLE color: 6768300.
HSL color Cylindrical-coordinate representation of color #AC4667: hue angle of 340.59º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4667 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 103 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.33 |
| HSL | 340.59º | 0.42% | 0.47% | - |
| HSV(B) | 340.59º | 0.59% | 0.67% | - |
| XYZ | 21.65 | 14.13 | 14.42 | - |
| YUV | 104.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 103 | 0 | 0.59 | 0.40 | 0.33 | 340.59 | 0.42 | 0.47 |
| Hex | AC | 46 | 67 | 0 | 3B | 28 | 21 | 155 | 2A | 2F |
| Octal | 254 | 106 | 147 | 0 | 73 | 50 | 41 | 525 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1100111 | 0 | 111011 | 101000 | 100001 | 101010101 | 101010 | 101111 |
Color Harmonies of #AC4667
Complementary color
Monochromatic Colors of #AC4667
Black with #AC4667
Text Example
Text Example
White with #AC4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4667; }
p { color: rgb(172,70,103); }
H1.HeaderClassName
{
color: #AC4667;
}
.AnyTagClassName
{
color: #AC4667;
}
</style>
background-color css
<style>
a { background-color: #AC4667; }
a { background-color: rgb(172,70,103); }
div.DivClassName
{
background-color: #AC4667;
}
.BgClassName
{
background-color: #AC4667;
}
</style>
border-color css
<style>
span { border-color: #AC4667; }
span { border-color: rgb(172,70,103); }
td.TdClassName
{
border-color: #AC4667;
}
.TagClassName
{
border-color: #AC4667;
}
</style>