Shades of Old Rose #AC3241
Tints of Old Rose #AC3241
RGB
CMYK
RGB Variations
Color information
#AC3241 (or 0xAC3241) is known color: Old Rose. HEX triplet: AC, 32 and 41. RGB value is (172,50,65). Sum of RGB (Red+Green+Blue) = 172+50+65=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3241 is #53CDBE. Grayscale: #585858. Windows color (decimal): -5492159 or 4272812. OLE color: 4272812.
HSL color Cylindrical-coordinate representation of color #AC3241: hue angle of 352.62º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3241 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 65 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.33 |
| HSL | 352.62º | 0.55% | 0.44% | - |
| HSV(B) | 352.62º | 0.71% | 0.67% | - |
| XYZ | 19.11 | 11.43 | 6.2 | - |
| YUV | 88.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 65 | 0 | 0.71 | 0.62 | 0.33 | 352.62 | 0.55 | 0.44 |
| Hex | AC | 32 | 41 | 0 | 47 | 3E | 21 | 161 | 37 | 2C |
| Octal | 254 | 62 | 101 | 0 | 107 | 76 | 41 | 541 | 67 | 54 |
| Binary | 10101100 | 110010 | 1000001 | 0 | 1000111 | 111110 | 100001 | 101100001 | 110111 | 101100 |
Color Harmonies of #AC3241
Complementary color
Monochromatic Colors of #AC3241
Black with #AC3241
Text Example
Text Example
White with #AC3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3241; }
p { color: rgb(172,50,65); }
H1.HeaderClassName
{
color: #AC3241;
}
.AnyTagClassName
{
color: #AC3241;
}
</style>
background-color css
<style>
a { background-color: #AC3241; }
a { background-color: rgb(172,50,65); }
div.DivClassName
{
background-color: #AC3241;
}
.BgClassName
{
background-color: #AC3241;
}
</style>
border-color css
<style>
span { border-color: #AC3241; }
span { border-color: rgb(172,50,65); }
td.TdClassName
{
border-color: #AC3241;
}
.TagClassName
{
border-color: #AC3241;
}
</style>