Shades of Old Rose #AC2D44
Tints of Old Rose #AC2D44
RGB
CMYK
RGB Variations
Color information
#AC2D44 (or 0xAC2D44) is known color: Old Rose. HEX triplet: AC, 2D and 44. RGB value is (172,45,68). Sum of RGB (Red+Green+Blue) = 172+45+68=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D44 is #53D2BB. Grayscale: #555555. Windows color (decimal): -5493436 or 4468140. OLE color: 4468140.
HSL color Cylindrical-coordinate representation of color #AC2D44: hue angle of 349.13º 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 #AC2D44 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 68 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.33 |
| HSL | 349.13º | 0.59% | 0.43% | - |
| HSV(B) | 349.13º | 0.74% | 0.67% | - |
| XYZ | 19 | 11.06 | 6.6 | - |
| YUV | 85.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 68 | 0 | 0.74 | 0.60 | 0.33 | 349.13 | 0.59 | 0.43 |
| Hex | AC | 2D | 44 | 0 | 4A | 3C | 21 | 15D | 3B | 2B |
| Octal | 254 | 55 | 104 | 0 | 112 | 74 | 41 | 535 | 73 | 53 |
| Binary | 10101100 | 101101 | 1000100 | 0 | 1001010 | 111100 | 100001 | 101011101 | 111011 | 101011 |
Color Harmonies of #AC2D44
Complementary color
Monochromatic Colors of #AC2D44
Black with #AC2D44
Text Example
Text Example
White with #AC2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D44; }
p { color: rgb(172,45,68); }
H1.HeaderClassName
{
color: #AC2D44;
}
.AnyTagClassName
{
color: #AC2D44;
}
</style>
background-color css
<style>
a { background-color: #AC2D44; }
a { background-color: rgb(172,45,68); }
div.DivClassName
{
background-color: #AC2D44;
}
.BgClassName
{
background-color: #AC2D44;
}
</style>
border-color css
<style>
span { border-color: #AC2D44; }
span { border-color: rgb(172,45,68); }
td.TdClassName
{
border-color: #AC2D44;
}
.TagClassName
{
border-color: #AC2D44;
}
</style>