Shades of Rouge #AC3769
Tints of Rouge #AC3769
RGB
CMYK
RGB Variations
Color information
#AC3769 (or 0xAC3769) is known color: Rouge. HEX triplet: AC, 37 and 69. RGB value is (172,55,105). Sum of RGB (Red+Green+Blue) = 172+55+105=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3769 is #53C896. Grayscale: #5F5F5F. Windows color (decimal): -5490839 or 6895532. OLE color: 6895532.
HSL color Cylindrical-coordinate representation of color #AC3769: hue angle of 334.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3769 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 105 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.33 |
| HSL | 334.36º | 0.52% | 0.45% | - |
| HSV(B) | 334.36º | 0.68% | 0.67% | - |
| XYZ | 20.93 | 12.52 | 14.68 | - |
| YUV | 95.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 105 | 0 | 0.68 | 0.39 | 0.33 | 334.36 | 0.52 | 0.45 |
| Hex | AC | 37 | 69 | 0 | 44 | 27 | 21 | 14E | 34 | 2D |
| Octal | 254 | 67 | 151 | 0 | 104 | 47 | 41 | 516 | 64 | 55 |
| Binary | 10101100 | 110111 | 1101001 | 0 | 1000100 | 100111 | 100001 | 101001110 | 110100 | 101101 |
Color Harmonies of #AC3769
Complementary color
Monochromatic Colors of #AC3769
Black with #AC3769
Text Example
Text Example
White with #AC3769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3769; }
p { color: rgb(172,55,105); }
H1.HeaderClassName
{
color: #AC3769;
}
.AnyTagClassName
{
color: #AC3769;
}
</style>
background-color css
<style>
a { background-color: #AC3769; }
a { background-color: rgb(172,55,105); }
div.DivClassName
{
background-color: #AC3769;
}
.BgClassName
{
background-color: #AC3769;
}
</style>
border-color css
<style>
span { border-color: #AC3769; }
span { border-color: rgb(172,55,105); }
td.TdClassName
{
border-color: #AC3769;
}
.TagClassName
{
border-color: #AC3769;
}
</style>