Shades of Old Rose #AA1F45
Tints of Old Rose #AA1F45
RGB
CMYK
RGB Variations
Color information
#AA1F45 (or 0xAA1F45) is known color: Old Rose. HEX triplet: AA, 1F and 45. RGB value is (170,31,69). Sum of RGB (Red+Green+Blue) = 170+31+69=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F45 is #55E0BA. Grayscale: #4C4C4C. Windows color (decimal): -5628091 or 4530090. OLE color: 4530090.
HSL color Cylindrical-coordinate representation of color #AA1F45: hue angle of 343.6º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F45 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 69 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.33 |
| HSL | 343.6º | 0.69% | 0.39% | - |
| HSV(B) | 343.6º | 0.82% | 0.67% | - |
| XYZ | 18.14 | 9.96 | 6.6 | - |
| YUV | 76.89 | 123.55 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 69 | 0 | 0.82 | 0.59 | 0.33 | 343.6 | 0.69 | 0.39 |
| Hex | AA | 1F | 45 | 0 | 52 | 3B | 21 | 158 | 45 | 27 |
| Octal | 252 | 37 | 105 | 0 | 122 | 73 | 41 | 530 | 105 | 47 |
| Binary | 10101010 | 11111 | 1000101 | 0 | 1010010 | 111011 | 100001 | 101011000 | 1000101 | 100111 |
Color Harmonies of #AA1F45
Complementary color
Monochromatic Colors of #AA1F45
Black with #AA1F45
Text Example
Text Example
White with #AA1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F45; }
p { color: rgb(170,31,69); }
H1.HeaderClassName
{
color: #AA1F45;
}
.AnyTagClassName
{
color: #AA1F45;
}
</style>
background-color css
<style>
a { background-color: #AA1F45; }
a { background-color: rgb(170,31,69); }
div.DivClassName
{
background-color: #AA1F45;
}
.BgClassName
{
background-color: #AA1F45;
}
</style>
border-color css
<style>
span { border-color: #AA1F45; }
span { border-color: rgb(170,31,69); }
td.TdClassName
{
border-color: #AA1F45;
}
.TagClassName
{
border-color: #AA1F45;
}
</style>