Shades of Old Rose #AC2541
Tints of Old Rose #AC2541
RGB
CMYK
RGB Variations
Color information
#AC2541 (or 0xAC2541) is known color: Old Rose. HEX triplet: AC, 25 and 41. RGB value is (172,37,65). Sum of RGB (Red+Green+Blue) = 172+37+65=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2541 is #53DABE. Grayscale: #505050. Windows color (decimal): -5495487 or 4269484. OLE color: 4269484.
HSL color Cylindrical-coordinate representation of color #AC2541: hue angle of 347.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2541 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 65 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.33 |
| HSL | 347.56º | 0.65% | 0.41% | - |
| HSV(B) | 347.56º | 0.78% | 0.67% | - |
| XYZ | 18.63 | 10.48 | 6.04 | - |
| YUV | 80.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 65 | 0 | 0.78 | 0.62 | 0.33 | 347.56 | 0.65 | 0.41 |
| Hex | AC | 25 | 41 | 0 | 4E | 3E | 21 | 15C | 41 | 29 |
| Octal | 254 | 45 | 101 | 0 | 116 | 76 | 41 | 534 | 101 | 51 |
| Binary | 10101100 | 100101 | 1000001 | 0 | 1001110 | 111110 | 100001 | 101011100 | 1000001 | 101001 |
Color Harmonies of #AC2541
Complementary color
Monochromatic Colors of #AC2541
Black with #AC2541
Text Example
Text Example
White with #AC2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2541; }
p { color: rgb(172,37,65); }
H1.HeaderClassName
{
color: #AC2541;
}
.AnyTagClassName
{
color: #AC2541;
}
</style>
background-color css
<style>
a { background-color: #AC2541; }
a { background-color: rgb(172,37,65); }
div.DivClassName
{
background-color: #AC2541;
}
.BgClassName
{
background-color: #AC2541;
}
</style>
border-color css
<style>
span { border-color: #AC2541; }
span { border-color: rgb(172,37,65); }
td.TdClassName
{
border-color: #AC2541;
}
.TagClassName
{
border-color: #AC2541;
}
</style>