Shades of Old Rose #AC2442
Tints of Old Rose #AC2442
RGB
CMYK
RGB Variations
Color information
#AC2442 (or 0xAC2442) is known color: Old Rose. HEX triplet: AC, 24 and 42. RGB value is (172,36,66). Sum of RGB (Red+Green+Blue) = 172+36+66=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2442 is #53DBBD. Grayscale: #505050. Windows color (decimal): -5495742 or 4334764. OLE color: 4334764.
HSL color Cylindrical-coordinate representation of color #AC2442: hue angle of 346.76º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2442 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 66 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.33 |
| HSL | 346.76º | 0.65% | 0.41% | - |
| HSV(B) | 346.76º | 0.79% | 0.67% | - |
| XYZ | 18.63 | 10.43 | 6.18 | - |
| YUV | 80.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 66 | 0 | 0.79 | 0.62 | 0.33 | 346.76 | 0.65 | 0.41 |
| Hex | AC | 24 | 42 | 0 | 4F | 3E | 21 | 15B | 41 | 29 |
| Octal | 254 | 44 | 102 | 0 | 117 | 76 | 41 | 533 | 101 | 51 |
| Binary | 10101100 | 100100 | 1000010 | 0 | 1001111 | 111110 | 100001 | 101011011 | 1000001 | 101001 |
Color Harmonies of #AC2442
Complementary color
Monochromatic Colors of #AC2442
Black with #AC2442
Text Example
Text Example
White with #AC2442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2442; }
p { color: rgb(172,36,66); }
H1.HeaderClassName
{
color: #AC2442;
}
.AnyTagClassName
{
color: #AC2442;
}
</style>
background-color css
<style>
a { background-color: #AC2442; }
a { background-color: rgb(172,36,66); }
div.DivClassName
{
background-color: #AC2442;
}
.BgClassName
{
background-color: #AC2442;
}
</style>
border-color css
<style>
span { border-color: #AC2442; }
span { border-color: rgb(172,36,66); }
td.TdClassName
{
border-color: #AC2442;
}
.TagClassName
{
border-color: #AC2442;
}
</style>