Shades of Rouge #AC3669
Tints of Rouge #AC3669
RGB
CMYK
RGB Variations
Color information
#AC3669 (or 0xAC3669) is known color: Rouge. HEX triplet: AC, 36 and 69. RGB value is (172,54,105). Sum of RGB (Red+Green+Blue) = 172+54+105=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3669 is #53C996. Grayscale: #5F5F5F. Windows color (decimal): -5491095 or 6895276. OLE color: 6895276.
HSL color Cylindrical-coordinate representation of color #AC3669: hue angle of 334.07º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3669 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 105 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.33 |
| HSL | 334.07º | 0.52% | 0.44% | - |
| HSV(B) | 334.07º | 0.69% | 0.67% | - |
| XYZ | 20.88 | 12.43 | 14.66 | - |
| YUV | 95.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 105 | 0 | 0.69 | 0.39 | 0.33 | 334.07 | 0.52 | 0.44 |
| Hex | AC | 36 | 69 | 0 | 45 | 27 | 21 | 14E | 34 | 2C |
| Octal | 254 | 66 | 151 | 0 | 105 | 47 | 41 | 516 | 64 | 54 |
| Binary | 10101100 | 110110 | 1101001 | 0 | 1000101 | 100111 | 100001 | 101001110 | 110100 | 101100 |
Color Harmonies of #AC3669
Complementary color
Monochromatic Colors of #AC3669
Black with #AC3669
Text Example
Text Example
White with #AC3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3669; }
p { color: rgb(172,54,105); }
H1.HeaderClassName
{
color: #AC3669;
}
.AnyTagClassName
{
color: #AC3669;
}
</style>
background-color css
<style>
a { background-color: #AC3669; }
a { background-color: rgb(172,54,105); }
div.DivClassName
{
background-color: #AC3669;
}
.BgClassName
{
background-color: #AC3669;
}
</style>
border-color css
<style>
span { border-color: #AC3669; }
span { border-color: rgb(172,54,105); }
td.TdClassName
{
border-color: #AC3669;
}
.TagClassName
{
border-color: #AC3669;
}
</style>