Shades of Old Rose #AC2441
Tints of Old Rose #AC2441
RGB
CMYK
RGB Variations
Color information
#AC2441 (or 0xAC2441) is known color: Old Rose. HEX triplet: AC, 24 and 41. RGB value is (172,36,65). Sum of RGB (Red+Green+Blue) = 172+36+65=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2441 is #53DBBE. Grayscale: #4F4F4F. Windows color (decimal): -5495743 or 4269228. OLE color: 4269228.
HSL color Cylindrical-coordinate representation of color #AC2441: hue angle of 347.21º 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 #AC2441 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 65 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.33 |
| HSL | 347.21º | 0.65% | 0.41% | - |
| HSV(B) | 347.21º | 0.79% | 0.67% | - |
| XYZ | 18.6 | 10.41 | 6.03 | - |
| YUV | 79.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 65 | 0 | 0.79 | 0.62 | 0.33 | 347.21 | 0.65 | 0.41 |
| Hex | AC | 24 | 41 | 0 | 4F | 3E | 21 | 15B | 41 | 29 |
| Octal | 254 | 44 | 101 | 0 | 117 | 76 | 41 | 533 | 101 | 51 |
| Binary | 10101100 | 100100 | 1000001 | 0 | 1001111 | 111110 | 100001 | 101011011 | 1000001 | 101001 |
Color Harmonies of #AC2441
Complementary color
Monochromatic Colors of #AC2441
Black with #AC2441
Text Example
Text Example
White with #AC2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2441; }
p { color: rgb(172,36,65); }
H1.HeaderClassName
{
color: #AC2441;
}
.AnyTagClassName
{
color: #AC2441;
}
</style>
background-color css
<style>
a { background-color: #AC2441; }
a { background-color: rgb(172,36,65); }
div.DivClassName
{
background-color: #AC2441;
}
.BgClassName
{
background-color: #AC2441;
}
</style>
border-color css
<style>
span { border-color: #AC2441; }
span { border-color: rgb(172,36,65); }
td.TdClassName
{
border-color: #AC2441;
}
.TagClassName
{
border-color: #AC2441;
}
</style>