Shades of Old Rose #AA2146
Tints of Old Rose #AA2146
RGB
CMYK
RGB Variations
Color information
#AA2146 (or 0xAA2146) is known color: Old Rose. HEX triplet: AA, 21 and 46. RGB value is (170,33,70). Sum of RGB (Red+Green+Blue) = 170+33+70=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2146 is #55DEB9. Grayscale: #4E4E4E. Windows color (decimal): -5627578 or 4596138. OLE color: 4596138.
HSL color Cylindrical-coordinate representation of color #AA2146: hue angle of 343.8º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2146 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 70 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.33 |
| HSL | 343.8º | 0.67% | 0.4% | - |
| HSV(B) | 343.8º | 0.81% | 0.67% | - |
| XYZ | 18.23 | 10.08 | 6.78 | - |
| YUV | 78.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 70 | 0 | 0.81 | 0.59 | 0.33 | 343.8 | 0.67 | 0.4 |
| Hex | AA | 21 | 46 | 0 | 51 | 3B | 21 | 158 | 43 | 28 |
| Octal | 252 | 41 | 106 | 0 | 121 | 73 | 41 | 530 | 103 | 50 |
| Binary | 10101010 | 100001 | 1000110 | 0 | 1010001 | 111011 | 100001 | 101011000 | 1000011 | 101000 |
Color Harmonies of #AA2146
Complementary color
Monochromatic Colors of #AA2146
Black with #AA2146
Text Example
Text Example
White with #AA2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2146; }
p { color: rgb(170,33,70); }
H1.HeaderClassName
{
color: #AA2146;
}
.AnyTagClassName
{
color: #AA2146;
}
</style>
background-color css
<style>
a { background-color: #AA2146; }
a { background-color: rgb(170,33,70); }
div.DivClassName
{
background-color: #AA2146;
}
.BgClassName
{
background-color: #AA2146;
}
</style>
border-color css
<style>
span { border-color: #AA2146; }
span { border-color: rgb(170,33,70); }
td.TdClassName
{
border-color: #AA2146;
}
.TagClassName
{
border-color: #AA2146;
}
</style>