Shades of Old Rose #AC2D3D
Tints of Old Rose #AC2D3D
RGB
CMYK
RGB Variations
Color information
#AC2D3D (or 0xAC2D3D) is known color: Old Rose. HEX triplet: AC, 2D and 3D. RGB value is (172,45,61). Sum of RGB (Red+Green+Blue) = 172+45+61=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D3D is #53D2C2. Grayscale: #545454. Windows color (decimal): -5493443 or 4009388. OLE color: 4009388.
HSL color Cylindrical-coordinate representation of color #AC2D3D: hue angle of 352.44º 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 #AC2D3D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 61 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.33 |
| HSL | 352.44º | 0.59% | 0.43% | - |
| HSV(B) | 352.44º | 0.74% | 0.67% | - |
| XYZ | 18.79 | 10.98 | 5.54 | - |
| YUV | 84.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 61 | 0 | 0.74 | 0.65 | 0.33 | 352.44 | 0.59 | 0.43 |
| Hex | AC | 2D | 3D | 0 | 4A | 41 | 21 | 160 | 3B | 2B |
| Octal | 254 | 55 | 75 | 0 | 112 | 101 | 41 | 540 | 73 | 53 |
| Binary | 10101100 | 101101 | 111101 | 0 | 1001010 | 1000001 | 100001 | 101100000 | 111011 | 101011 |
Color Harmonies of #AC2D3D
Complementary color
Monochromatic Colors of #AC2D3D
Black with #AC2D3D
Text Example
Text Example
White with #AC2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D3D; }
p { color: rgb(172,45,61); }
H1.HeaderClassName
{
color: #AC2D3D;
}
.AnyTagClassName
{
color: #AC2D3D;
}
</style>
background-color css
<style>
a { background-color: #AC2D3D; }
a { background-color: rgb(172,45,61); }
div.DivClassName
{
background-color: #AC2D3D;
}
.BgClassName
{
background-color: #AC2D3D;
}
</style>
border-color css
<style>
span { border-color: #AC2D3D; }
span { border-color: rgb(172,45,61); }
td.TdClassName
{
border-color: #AC2D3D;
}
.TagClassName
{
border-color: #AC2D3D;
}
</style>