Shades of Old Rose #AA2649
Tints of Old Rose #AA2649
RGB
CMYK
RGB Variations
Color information
#AA2649 (or 0xAA2649) is known color: Old Rose. HEX triplet: AA, 26 and 49. RGB value is (170,38,73). Sum of RGB (Red+Green+Blue) = 170+38+73=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2649 is #55D9B6. Grayscale: #515151. Windows color (decimal): -5626295 or 4794026. OLE color: 4794026.
HSL color Cylindrical-coordinate representation of color #AA2649: hue angle of 344.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2649 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 73 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.33 |
| HSL | 344.09º | 0.63% | 0.41% | - |
| HSV(B) | 344.09º | 0.78% | 0.67% | - |
| XYZ | 18.47 | 10.41 | 7.34 | - |
| YUV | 81.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 73 | 0 | 0.78 | 0.57 | 0.33 | 344.09 | 0.63 | 0.41 |
| Hex | AA | 26 | 49 | 0 | 4E | 39 | 21 | 158 | 3F | 29 |
| Octal | 252 | 46 | 111 | 0 | 116 | 71 | 41 | 530 | 77 | 51 |
| Binary | 10101010 | 100110 | 1001001 | 0 | 1001110 | 111001 | 100001 | 101011000 | 111111 | 101001 |
Color Harmonies of #AA2649
Complementary color
Monochromatic Colors of #AA2649
Black with #AA2649
Text Example
Text Example
White with #AA2649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2649; }
p { color: rgb(170,38,73); }
H1.HeaderClassName
{
color: #AA2649;
}
.AnyTagClassName
{
color: #AA2649;
}
</style>
background-color css
<style>
a { background-color: #AA2649; }
a { background-color: rgb(170,38,73); }
div.DivClassName
{
background-color: #AA2649;
}
.BgClassName
{
background-color: #AA2649;
}
</style>
border-color css
<style>
span { border-color: #AA2649; }
span { border-color: rgb(170,38,73); }
td.TdClassName
{
border-color: #AA2649;
}
.TagClassName
{
border-color: #AA2649;
}
</style>