Shades of Old Rose #AC2D3E
Tints of Old Rose #AC2D3E
RGB
CMYK
RGB Variations
Color information
#AC2D3E (or 0xAC2D3E) is known color: Old Rose. HEX triplet: AC, 2D and 3E. RGB value is (172,45,62). Sum of RGB (Red+Green+Blue) = 172+45+62=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D3E is #53D2C1. Grayscale: #545454. Windows color (decimal): -5493442 or 4074924. OLE color: 4074924.
HSL color Cylindrical-coordinate representation of color #AC2D3E: hue angle of 351.97º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2D3E is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 62 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.33 |
| HSL | 351.97º | 0.59% | 0.43% | - |
| HSV(B) | 351.97º | 0.74% | 0.67% | - |
| XYZ | 18.82 | 11 | 5.69 | - |
| YUV | 84.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 62 | 0 | 0.74 | 0.64 | 0.33 | 351.97 | 0.59 | 0.43 |
| Hex | AC | 2D | 3E | 0 | 4A | 40 | 21 | 160 | 3B | 2B |
| Octal | 254 | 55 | 76 | 0 | 112 | 100 | 41 | 540 | 73 | 53 |
| Binary | 10101100 | 101101 | 111110 | 0 | 1001010 | 1000000 | 100001 | 101100000 | 111011 | 101011 |
Color Harmonies of #AC2D3E
Complementary color
Monochromatic Colors of #AC2D3E
Black with #AC2D3E
Text Example
Text Example
White with #AC2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D3E; }
p { color: rgb(172,45,62); }
H1.HeaderClassName
{
color: #AC2D3E;
}
.AnyTagClassName
{
color: #AC2D3E;
}
</style>
background-color css
<style>
a { background-color: #AC2D3E; }
a { background-color: rgb(172,45,62); }
div.DivClassName
{
background-color: #AC2D3E;
}
.BgClassName
{
background-color: #AC2D3E;
}
</style>
border-color css
<style>
span { border-color: #AC2D3E; }
span { border-color: rgb(172,45,62); }
td.TdClassName
{
border-color: #AC2D3E;
}
.TagClassName
{
border-color: #AC2D3E;
}
</style>