Shades of Old Rose #AC3141
Tints of Old Rose #AC3141
RGB
CMYK
RGB Variations
Color information
#AC3141 (or 0xAC3141) is known color: Old Rose. HEX triplet: AC, 31 and 41. RGB value is (172,49,65). Sum of RGB (Red+Green+Blue) = 172+49+65=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3141 is #53CEBE. Grayscale: #575757. Windows color (decimal): -5492415 or 4272556. OLE color: 4272556.
HSL color Cylindrical-coordinate representation of color #AC3141: hue angle of 352.2º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3141 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 65 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.33 |
| HSL | 352.2º | 0.56% | 0.43% | - |
| HSV(B) | 352.2º | 0.72% | 0.67% | - |
| XYZ | 19.07 | 11.35 | 6.19 | - |
| YUV | 87.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 65 | 0 | 0.72 | 0.62 | 0.33 | 352.2 | 0.56 | 0.43 |
| Hex | AC | 31 | 41 | 0 | 48 | 3E | 21 | 160 | 38 | 2B |
| Octal | 254 | 61 | 101 | 0 | 110 | 76 | 41 | 540 | 70 | 53 |
| Binary | 10101100 | 110001 | 1000001 | 0 | 1001000 | 111110 | 100001 | 101100000 | 111000 | 101011 |
Color Harmonies of #AC3141
Complementary color
Monochromatic Colors of #AC3141
Black with #AC3141
Text Example
Text Example
White with #AC3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3141; }
p { color: rgb(172,49,65); }
H1.HeaderClassName
{
color: #AC3141;
}
.AnyTagClassName
{
color: #AC3141;
}
</style>
background-color css
<style>
a { background-color: #AC3141; }
a { background-color: rgb(172,49,65); }
div.DivClassName
{
background-color: #AC3141;
}
.BgClassName
{
background-color: #AC3141;
}
</style>
border-color css
<style>
span { border-color: #AC3141; }
span { border-color: rgb(172,49,65); }
td.TdClassName
{
border-color: #AC3141;
}
.TagClassName
{
border-color: #AC3141;
}
</style>