Shades of Old Rose #AC264E
Tints of Old Rose #AC264E
RGB
CMYK
RGB Variations
Color information
#AC264E (or 0xAC264E) is known color: Old Rose. HEX triplet: AC, 26 and 4E. RGB value is (172,38,78). Sum of RGB (Red+Green+Blue) = 172+38+78=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC264E is #53D9B1. Grayscale: #525252. Windows color (decimal): -5495218 or 5121708. OLE color: 5121708.
HSL color Cylindrical-coordinate representation of color #AC264E: hue angle of 342.09º 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 #AC264E is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 78 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.33 |
| HSL | 342.09º | 0.64% | 0.41% | - |
| HSV(B) | 342.09º | 0.78% | 0.67% | - |
| XYZ | 19.08 | 10.71 | 8.27 | - |
| YUV | 82.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 78 | 0 | 0.78 | 0.55 | 0.33 | 342.09 | 0.64 | 0.41 |
| Hex | AC | 26 | 4E | 0 | 4E | 37 | 21 | 156 | 40 | 29 |
| Octal | 254 | 46 | 116 | 0 | 116 | 67 | 41 | 526 | 100 | 51 |
| Binary | 10101100 | 100110 | 1001110 | 0 | 1001110 | 110111 | 100001 | 101010110 | 1000000 | 101001 |
Color Harmonies of #AC264E
Complementary color
Monochromatic Colors of #AC264E
Black with #AC264E
Text Example
Text Example
White with #AC264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC264E; }
p { color: rgb(172,38,78); }
H1.HeaderClassName
{
color: #AC264E;
}
.AnyTagClassName
{
color: #AC264E;
}
</style>
background-color css
<style>
a { background-color: #AC264E; }
a { background-color: rgb(172,38,78); }
div.DivClassName
{
background-color: #AC264E;
}
.BgClassName
{
background-color: #AC264E;
}
</style>
border-color css
<style>
span { border-color: #AC264E; }
span { border-color: rgb(172,38,78); }
td.TdClassName
{
border-color: #AC264E;
}
.TagClassName
{
border-color: #AC264E;
}
</style>