Shades of Old Rose #AC2644
Tints of Old Rose #AC2644
RGB
CMYK
RGB Variations
Color information
#AC2644 (or 0xAC2644) is known color: Old Rose. HEX triplet: AC, 26 and 44. RGB value is (172,38,68). Sum of RGB (Red+Green+Blue) = 172+38+68=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2644 is #53D9BB. Grayscale: #515151. Windows color (decimal): -5495228 or 4466348. OLE color: 4466348.
HSL color Cylindrical-coordinate representation of color #AC2644: hue angle of 346.57º degrees, saturation: 0.64, 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 #AC2644 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 68 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.33 |
| HSL | 346.57º | 0.64% | 0.41% | - |
| HSV(B) | 346.57º | 0.78% | 0.67% | - |
| XYZ | 18.75 | 10.57 | 6.52 | - |
| YUV | 81.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 68 | 0 | 0.78 | 0.60 | 0.33 | 346.57 | 0.64 | 0.41 |
| Hex | AC | 26 | 44 | 0 | 4E | 3C | 21 | 15B | 40 | 29 |
| Octal | 254 | 46 | 104 | 0 | 116 | 74 | 41 | 533 | 100 | 51 |
| Binary | 10101100 | 100110 | 1000100 | 0 | 1001110 | 111100 | 100001 | 101011011 | 1000000 | 101001 |
Color Harmonies of #AC2644
Complementary color
Monochromatic Colors of #AC2644
Black with #AC2644
Text Example
Text Example
White with #AC2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2644; }
p { color: rgb(172,38,68); }
H1.HeaderClassName
{
color: #AC2644;
}
.AnyTagClassName
{
color: #AC2644;
}
</style>
background-color css
<style>
a { background-color: #AC2644; }
a { background-color: rgb(172,38,68); }
div.DivClassName
{
background-color: #AC2644;
}
.BgClassName
{
background-color: #AC2644;
}
</style>
border-color css
<style>
span { border-color: #AC2644; }
span { border-color: rgb(172,38,68); }
td.TdClassName
{
border-color: #AC2644;
}
.TagClassName
{
border-color: #AC2644;
}
</style>