Shades of Old Rose #AA273F
Tints of Old Rose #AA273F
RGB
CMYK
RGB Variations
Color information
#AA273F (or 0xAA273F) is known color: Old Rose. HEX triplet: AA, 27 and 3F. RGB value is (170,39,63). Sum of RGB (Red+Green+Blue) = 170+39+63=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA273F is #55D8C0. Grayscale: #505050. Windows color (decimal): -5626049 or 4138922. OLE color: 4138922.
HSL color Cylindrical-coordinate representation of color #AA273F: hue angle of 349.01º 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 #AA273F is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 63 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.33 |
| HSL | 349.01º | 0.63% | 0.41% | - |
| HSV(B) | 349.01º | 0.77% | 0.67% | - |
| XYZ | 18.2 | 10.36 | 5.74 | - |
| YUV | 80.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 63 | 0 | 0.77 | 0.63 | 0.33 | 349.01 | 0.63 | 0.41 |
| Hex | AA | 27 | 3F | 0 | 4D | 3F | 21 | 15D | 3F | 29 |
| Octal | 252 | 47 | 77 | 0 | 115 | 77 | 41 | 535 | 77 | 51 |
| Binary | 10101010 | 100111 | 111111 | 0 | 1001101 | 111111 | 100001 | 101011101 | 111111 | 101001 |
Color Harmonies of #AA273F
Complementary color
Monochromatic Colors of #AA273F
Black with #AA273F
Text Example
Text Example
White with #AA273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA273F; }
p { color: rgb(170,39,63); }
H1.HeaderClassName
{
color: #AA273F;
}
.AnyTagClassName
{
color: #AA273F;
}
</style>
background-color css
<style>
a { background-color: #AA273F; }
a { background-color: rgb(170,39,63); }
div.DivClassName
{
background-color: #AA273F;
}
.BgClassName
{
background-color: #AA273F;
}
</style>
border-color css
<style>
span { border-color: #AA273F; }
span { border-color: rgb(170,39,63); }
td.TdClassName
{
border-color: #AA273F;
}
.TagClassName
{
border-color: #AA273F;
}
</style>