Shades of Old Rose #AA2E43
Tints of Old Rose #AA2E43
RGB
CMYK
RGB Variations
Color information
#AA2E43 (or 0xAA2E43) is known color: Old Rose. HEX triplet: AA, 2E and 43. RGB value is (170,46,67). Sum of RGB (Red+Green+Blue) = 170+46+67=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E43 is #55D1BC. Grayscale: #555555. Windows color (decimal): -5624253 or 4402858. OLE color: 4402858.
HSL color Cylindrical-coordinate representation of color #AA2E43: hue angle of 349.84º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E43 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 67 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.33 |
| HSL | 349.84º | 0.57% | 0.42% | - |
| HSV(B) | 349.84º | 0.73% | 0.67% | - |
| XYZ | 18.57 | 10.91 | 6.44 | - |
| YUV | 85.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 67 | 0 | 0.73 | 0.61 | 0.33 | 349.84 | 0.57 | 0.42 |
| Hex | AA | 2E | 43 | 0 | 49 | 3D | 21 | 15E | 39 | 2A |
| Octal | 252 | 56 | 103 | 0 | 111 | 75 | 41 | 536 | 71 | 52 |
| Binary | 10101010 | 101110 | 1000011 | 0 | 1001001 | 111101 | 100001 | 101011110 | 111001 | 101010 |
Color Harmonies of #AA2E43
Complementary color
Monochromatic Colors of #AA2E43
Black with #AA2E43
Text Example
Text Example
White with #AA2E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E43; }
p { color: rgb(170,46,67); }
H1.HeaderClassName
{
color: #AA2E43;
}
.AnyTagClassName
{
color: #AA2E43;
}
</style>
background-color css
<style>
a { background-color: #AA2E43; }
a { background-color: rgb(170,46,67); }
div.DivClassName
{
background-color: #AA2E43;
}
.BgClassName
{
background-color: #AA2E43;
}
</style>
border-color css
<style>
span { border-color: #AA2E43; }
span { border-color: rgb(170,46,67); }
td.TdClassName
{
border-color: #AA2E43;
}
.TagClassName
{
border-color: #AA2E43;
}
</style>