Shades of Old Rose #AC3143
Tints of Old Rose #AC3143
RGB
CMYK
RGB Variations
Color information
#AC3143 (or 0xAC3143) is known color: Old Rose. HEX triplet: AC, 31 and 43. RGB value is (172,49,67). Sum of RGB (Red+Green+Blue) = 172+49+67=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3143 is #53CEBC. Grayscale: #575757. Windows color (decimal): -5492413 or 4403628. OLE color: 4403628.
HSL color Cylindrical-coordinate representation of color #AC3143: hue angle of 351.22º 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 #AC3143 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 67 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.33 |
| HSL | 351.22º | 0.56% | 0.43% | - |
| HSV(B) | 351.22º | 0.72% | 0.67% | - |
| XYZ | 19.12 | 11.37 | 6.5 | - |
| YUV | 87.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 67 | 0 | 0.72 | 0.61 | 0.33 | 351.22 | 0.56 | 0.43 |
| Hex | AC | 31 | 43 | 0 | 48 | 3D | 21 | 15F | 38 | 2B |
| Octal | 254 | 61 | 103 | 0 | 110 | 75 | 41 | 537 | 70 | 53 |
| Binary | 10101100 | 110001 | 1000011 | 0 | 1001000 | 111101 | 100001 | 101011111 | 111000 | 101011 |
Color Harmonies of #AC3143
Complementary color
Monochromatic Colors of #AC3143
Black with #AC3143
Text Example
Text Example
White with #AC3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3143; }
p { color: rgb(172,49,67); }
H1.HeaderClassName
{
color: #AC3143;
}
.AnyTagClassName
{
color: #AC3143;
}
</style>
background-color css
<style>
a { background-color: #AC3143; }
a { background-color: rgb(172,49,67); }
div.DivClassName
{
background-color: #AC3143;
}
.BgClassName
{
background-color: #AC3143;
}
</style>
border-color css
<style>
span { border-color: #AC3143; }
span { border-color: rgb(172,49,67); }
td.TdClassName
{
border-color: #AC3143;
}
.TagClassName
{
border-color: #AC3143;
}
</style>