Shades of Old Rose #AC2E42
Tints of Old Rose #AC2E42
RGB
CMYK
RGB Variations
Color information
#AC2E42 (or 0xAC2E42) is known color: Old Rose. HEX triplet: AC, 2E and 42. RGB value is (172,46,66). Sum of RGB (Red+Green+Blue) = 172+46+66=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E42 is #53D1BD. Grayscale: #565656. Windows color (decimal): -5493182 or 4337324. OLE color: 4337324.
HSL color Cylindrical-coordinate representation of color #AC2E42: hue angle of 350.48º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E42 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 66 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.33 |
| HSL | 350.48º | 0.58% | 0.43% | - |
| HSV(B) | 350.48º | 0.73% | 0.67% | - |
| XYZ | 18.97 | 11.12 | 6.3 | - |
| YUV | 85.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 66 | 0 | 0.73 | 0.62 | 0.33 | 350.48 | 0.58 | 0.43 |
| Hex | AC | 2E | 42 | 0 | 49 | 3E | 21 | 15E | 3A | 2B |
| Octal | 254 | 56 | 102 | 0 | 111 | 76 | 41 | 536 | 72 | 53 |
| Binary | 10101100 | 101110 | 1000010 | 0 | 1001001 | 111110 | 100001 | 101011110 | 111010 | 101011 |
Color Harmonies of #AC2E42
Complementary color
Monochromatic Colors of #AC2E42
Black with #AC2E42
Text Example
Text Example
White with #AC2E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E42; }
p { color: rgb(172,46,66); }
H1.HeaderClassName
{
color: #AC2E42;
}
.AnyTagClassName
{
color: #AC2E42;
}
</style>
background-color css
<style>
a { background-color: #AC2E42; }
a { background-color: rgb(172,46,66); }
div.DivClassName
{
background-color: #AC2E42;
}
.BgClassName
{
background-color: #AC2E42;
}
</style>
border-color css
<style>
span { border-color: #AC2E42; }
span { border-color: rgb(172,46,66); }
td.TdClassName
{
border-color: #AC2E42;
}
.TagClassName
{
border-color: #AC2E42;
}
</style>