Shades of Old Rose #AA2845
Tints of Old Rose #AA2845
RGB
CMYK
RGB Variations
Color information
#AA2845 (or 0xAA2845) is known color: Old Rose. HEX triplet: AA, 28 and 45. RGB value is (170,40,69). Sum of RGB (Red+Green+Blue) = 170+40+69=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2845 is #55D7BA. Grayscale: #525252. Windows color (decimal): -5625787 or 4532394. OLE color: 4532394.
HSL color Cylindrical-coordinate representation of color #AA2845: hue angle of 346.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2845 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 69 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.33 |
| HSL | 346.62º | 0.62% | 0.41% | - |
| HSV(B) | 346.62º | 0.76% | 0.67% | - |
| XYZ | 18.41 | 10.49 | 6.69 | - |
| YUV | 82.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 69 | 0 | 0.76 | 0.59 | 0.33 | 346.62 | 0.62 | 0.41 |
| Hex | AA | 28 | 45 | 0 | 4C | 3B | 21 | 15B | 3E | 29 |
| Octal | 252 | 50 | 105 | 0 | 114 | 73 | 41 | 533 | 76 | 51 |
| Binary | 10101010 | 101000 | 1000101 | 0 | 1001100 | 111011 | 100001 | 101011011 | 111110 | 101001 |
Color Harmonies of #AA2845
Complementary color
Monochromatic Colors of #AA2845
Black with #AA2845
Text Example
Text Example
White with #AA2845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2845; }
p { color: rgb(170,40,69); }
H1.HeaderClassName
{
color: #AA2845;
}
.AnyTagClassName
{
color: #AA2845;
}
</style>
background-color css
<style>
a { background-color: #AA2845; }
a { background-color: rgb(170,40,69); }
div.DivClassName
{
background-color: #AA2845;
}
.BgClassName
{
background-color: #AA2845;
}
</style>
border-color css
<style>
span { border-color: #AA2845; }
span { border-color: rgb(170,40,69); }
td.TdClassName
{
border-color: #AA2845;
}
.TagClassName
{
border-color: #AA2845;
}
</style>