Shades of Old Rose #AC274D
Tints of Old Rose #AC274D
RGB
CMYK
RGB Variations
Color information
#AC274D (or 0xAC274D) is known color: Old Rose. HEX triplet: AC, 27 and 4D. RGB value is (172,39,77). Sum of RGB (Red+Green+Blue) = 172+39+77=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC274D is #53D8B2. Grayscale: #535353. Windows color (decimal): -5494963 or 5056428. OLE color: 5056428.
HSL color Cylindrical-coordinate representation of color #AC274D: hue angle of 342.86º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC274D is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 77 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.33 |
| HSL | 342.86º | 0.63% | 0.41% | - |
| HSV(B) | 342.86º | 0.77% | 0.67% | - |
| XYZ | 19.08 | 10.76 | 8.09 | - |
| YUV | 83.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 77 | 0 | 0.77 | 0.55 | 0.33 | 342.86 | 0.63 | 0.41 |
| Hex | AC | 27 | 4D | 0 | 4D | 37 | 21 | 157 | 3F | 29 |
| Octal | 254 | 47 | 115 | 0 | 115 | 67 | 41 | 527 | 77 | 51 |
| Binary | 10101100 | 100111 | 1001101 | 0 | 1001101 | 110111 | 100001 | 101010111 | 111111 | 101001 |
Color Harmonies of #AC274D
Complementary color
Monochromatic Colors of #AC274D
Black with #AC274D
Text Example
Text Example
White with #AC274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC274D; }
p { color: rgb(172,39,77); }
H1.HeaderClassName
{
color: #AC274D;
}
.AnyTagClassName
{
color: #AC274D;
}
</style>
background-color css
<style>
a { background-color: #AC274D; }
a { background-color: rgb(172,39,77); }
div.DivClassName
{
background-color: #AC274D;
}
.BgClassName
{
background-color: #AC274D;
}
</style>
border-color css
<style>
span { border-color: #AC274D; }
span { border-color: rgb(172,39,77); }
td.TdClassName
{
border-color: #AC274D;
}
.TagClassName
{
border-color: #AC274D;
}
</style>