Shades of Old Rose #AC3140
Tints of Old Rose #AC3140
RGB
CMYK
RGB Variations
Color information
#AC3140 (or 0xAC3140) is known color: Old Rose. HEX triplet: AC, 31 and 40. RGB value is (172,49,64). Sum of RGB (Red+Green+Blue) = 172+49+64=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3140 is #53CEBF. Grayscale: #575757. Windows color (decimal): -5492416 or 4207020. OLE color: 4207020.
HSL color Cylindrical-coordinate representation of color #AC3140: hue angle of 352.68º 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 #AC3140 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 64 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.33 |
| HSL | 352.68º | 0.56% | 0.43% | - |
| HSV(B) | 352.68º | 0.72% | 0.67% | - |
| XYZ | 19.04 | 11.34 | 6.04 | - |
| YUV | 87.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 64 | 0 | 0.72 | 0.63 | 0.33 | 352.68 | 0.56 | 0.43 |
| Hex | AC | 31 | 40 | 0 | 48 | 3F | 21 | 161 | 38 | 2B |
| Octal | 254 | 61 | 100 | 0 | 110 | 77 | 41 | 541 | 70 | 53 |
| Binary | 10101100 | 110001 | 1000000 | 0 | 1001000 | 111111 | 100001 | 101100001 | 111000 | 101011 |
Color Harmonies of #AC3140
Complementary color
Monochromatic Colors of #AC3140
Black with #AC3140
Text Example
Text Example
White with #AC3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3140; }
p { color: rgb(172,49,64); }
H1.HeaderClassName
{
color: #AC3140;
}
.AnyTagClassName
{
color: #AC3140;
}
</style>
background-color css
<style>
a { background-color: #AC3140; }
a { background-color: rgb(172,49,64); }
div.DivClassName
{
background-color: #AC3140;
}
.BgClassName
{
background-color: #AC3140;
}
</style>
border-color css
<style>
span { border-color: #AC3140; }
span { border-color: rgb(172,49,64); }
td.TdClassName
{
border-color: #AC3140;
}
.TagClassName
{
border-color: #AC3140;
}
</style>