Shades of Old Rose #AC274A
Tints of Old Rose #AC274A
RGB
CMYK
RGB Variations
Color information
#AC274A (or 0xAC274A) is known color: Old Rose. HEX triplet: AC, 27 and 4A. RGB value is (172,39,74). Sum of RGB (Red+Green+Blue) = 172+39+74=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC274A is #53D8B5. Grayscale: #525252. Windows color (decimal): -5494966 or 4859820. OLE color: 4859820.
HSL color Cylindrical-coordinate representation of color #AC274A: hue angle of 344.21º 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 #AC274A is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 74 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.33 |
| HSL | 344.21º | 0.63% | 0.41% | - |
| HSV(B) | 344.21º | 0.77% | 0.67% | - |
| XYZ | 18.97 | 10.72 | 7.55 | - |
| YUV | 82.76 | 123.06 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 74 | 0 | 0.77 | 0.57 | 0.33 | 344.21 | 0.63 | 0.41 |
| Hex | AC | 27 | 4A | 0 | 4D | 39 | 21 | 158 | 3F | 29 |
| Octal | 254 | 47 | 112 | 0 | 115 | 71 | 41 | 530 | 77 | 51 |
| Binary | 10101100 | 100111 | 1001010 | 0 | 1001101 | 111001 | 100001 | 101011000 | 111111 | 101001 |
Color Harmonies of #AC274A
Complementary color
Monochromatic Colors of #AC274A
Black with #AC274A
Text Example
Text Example
White with #AC274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC274A; }
p { color: rgb(172,39,74); }
H1.HeaderClassName
{
color: #AC274A;
}
.AnyTagClassName
{
color: #AC274A;
}
</style>
background-color css
<style>
a { background-color: #AC274A; }
a { background-color: rgb(172,39,74); }
div.DivClassName
{
background-color: #AC274A;
}
.BgClassName
{
background-color: #AC274A;
}
</style>
border-color css
<style>
span { border-color: #AC274A; }
span { border-color: rgb(172,39,74); }
td.TdClassName
{
border-color: #AC274A;
}
.TagClassName
{
border-color: #AC274A;
}
</style>