Shades of Old Rose #AA2744
Tints of Old Rose #AA2744
RGB
CMYK
RGB Variations
Color information
#AA2744 (or 0xAA2744) is known color: Old Rose. HEX triplet: AA, 27 and 44. RGB value is (170,39,68). Sum of RGB (Red+Green+Blue) = 170+39+68=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2744 is #55D8BB. Grayscale: #515151. Windows color (decimal): -5626044 or 4466602. OLE color: 4466602.
HSL color Cylindrical-coordinate representation of color #AA2744: hue angle of 346.72º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2744 is Cyan = 0, Magento = 0.77, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 68 | - |
| CMYK | 0 | 0.77 | 0.6 | 0.33 |
| HSL | 346.72º | 0.63% | 0.41% | - |
| HSV(B) | 346.72º | 0.77% | 0.67% | - |
| XYZ | 18.35 | 10.41 | 6.51 | - |
| YUV | 81.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 68 | 0 | 0.77 | 0.6 | 0.33 | 346.72 | 0.63 | 0.41 |
| Hex | AA | 27 | 44 | 0 | 4D | 3C | 21 | 15B | 3F | 29 |
| Octal | 252 | 47 | 104 | 0 | 115 | 74 | 41 | 533 | 77 | 51 |
| Binary | 10101010 | 100111 | 1000100 | 0 | 1001101 | 111100 | 100001 | 101011011 | 111111 | 101001 |
Color Harmonies of #AA2744
Complementary color
Monochromatic Colors of #AA2744
Black with #AA2744
Text Example
Text Example
White with #AA2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2744; }
p { color: rgb(170,39,68); }
H1.HeaderClassName
{
color: #AA2744;
}
.AnyTagClassName
{
color: #AA2744;
}
</style>
background-color css
<style>
a { background-color: #AA2744; }
a { background-color: rgb(170,39,68); }
div.DivClassName
{
background-color: #AA2744;
}
.BgClassName
{
background-color: #AA2744;
}
</style>
border-color css
<style>
span { border-color: #AA2744; }
span { border-color: rgb(170,39,68); }
td.TdClassName
{
border-color: #AA2744;
}
.TagClassName
{
border-color: #AA2744;
}
</style>