Shades of Old Rose #AC3242
Tints of Old Rose #AC3242
RGB
CMYK
RGB Variations
Color information
#AC3242 (or 0xAC3242) is known color: Old Rose. HEX triplet: AC, 32 and 42. RGB value is (172,50,66). Sum of RGB (Red+Green+Blue) = 172+50+66=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3242 is #53CDBD. Grayscale: #585858. Windows color (decimal): -5492158 or 4338348. OLE color: 4338348.
HSL color Cylindrical-coordinate representation of color #AC3242: hue angle of 352.13º 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 #AC3242 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 66 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.33 |
| HSL | 352.13º | 0.55% | 0.44% | - |
| HSV(B) | 352.13º | 0.71% | 0.67% | - |
| XYZ | 19.14 | 11.45 | 6.35 | - |
| YUV | 88.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 66 | 0 | 0.71 | 0.62 | 0.33 | 352.13 | 0.55 | 0.44 |
| Hex | AC | 32 | 42 | 0 | 47 | 3E | 21 | 160 | 37 | 2C |
| Octal | 254 | 62 | 102 | 0 | 107 | 76 | 41 | 540 | 67 | 54 |
| Binary | 10101100 | 110010 | 1000010 | 0 | 1000111 | 111110 | 100001 | 101100000 | 110111 | 101100 |
Color Harmonies of #AC3242
Complementary color
Monochromatic Colors of #AC3242
Black with #AC3242
Text Example
Text Example
White with #AC3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3242; }
p { color: rgb(172,50,66); }
H1.HeaderClassName
{
color: #AC3242;
}
.AnyTagClassName
{
color: #AC3242;
}
</style>
background-color css
<style>
a { background-color: #AC3242; }
a { background-color: rgb(172,50,66); }
div.DivClassName
{
background-color: #AC3242;
}
.BgClassName
{
background-color: #AC3242;
}
</style>
border-color css
<style>
span { border-color: #AC3242; }
span { border-color: rgb(172,50,66); }
td.TdClassName
{
border-color: #AC3242;
}
.TagClassName
{
border-color: #AC3242;
}
</style>