Shades of Old Rose #AC273E
Tints of Old Rose #AC273E
RGB
CMYK
RGB Variations
Color information
#AC273E (or 0xAC273E) is known color: Old Rose. HEX triplet: AC, 27 and 3E. RGB value is (172,39,62). Sum of RGB (Red+Green+Blue) = 172+39+62=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC273E is #53D8C1. Grayscale: #515151. Windows color (decimal): -5494978 or 4073388. OLE color: 4073388.
HSL color Cylindrical-coordinate representation of color #AC273E: hue angle of 349.62º 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 #AC273E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 62 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.33 |
| HSL | 349.62º | 0.63% | 0.41% | - |
| HSV(B) | 349.62º | 0.77% | 0.67% | - |
| XYZ | 18.61 | 10.57 | 5.62 | - |
| YUV | 81.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 62 | 0 | 0.77 | 0.64 | 0.33 | 349.62 | 0.63 | 0.41 |
| Hex | AC | 27 | 3E | 0 | 4D | 40 | 21 | 15E | 3F | 29 |
| Octal | 254 | 47 | 76 | 0 | 115 | 100 | 41 | 536 | 77 | 51 |
| Binary | 10101100 | 100111 | 111110 | 0 | 1001101 | 1000000 | 100001 | 101011110 | 111111 | 101001 |
Color Harmonies of #AC273E
Complementary color
Monochromatic Colors of #AC273E
Black with #AC273E
Text Example
Text Example
White with #AC273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC273E; }
p { color: rgb(172,39,62); }
H1.HeaderClassName
{
color: #AC273E;
}
.AnyTagClassName
{
color: #AC273E;
}
</style>
background-color css
<style>
a { background-color: #AC273E; }
a { background-color: rgb(172,39,62); }
div.DivClassName
{
background-color: #AC273E;
}
.BgClassName
{
background-color: #AC273E;
}
</style>
border-color css
<style>
span { border-color: #AC273E; }
span { border-color: rgb(172,39,62); }
td.TdClassName
{
border-color: #AC273E;
}
.TagClassName
{
border-color: #AC273E;
}
</style>