Shades of Old Rose #AA2748
Tints of Old Rose #AA2748
RGB
CMYK
RGB Variations
Color information
#AA2748 (or 0xAA2748) is known color: Old Rose. HEX triplet: AA, 27 and 48. RGB value is (170,39,72). Sum of RGB (Red+Green+Blue) = 170+39+72=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2748 is #55D8B7. Grayscale: #515151. Windows color (decimal): -5626040 or 4728746. OLE color: 4728746.
HSL color Cylindrical-coordinate representation of color #AA2748: hue angle of 344.89º 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 #AA2748 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 72 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.33 |
| HSL | 344.89º | 0.63% | 0.41% | - |
| HSV(B) | 344.89º | 0.77% | 0.67% | - |
| XYZ | 18.47 | 10.46 | 7.18 | - |
| YUV | 81.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 72 | 0 | 0.77 | 0.58 | 0.33 | 344.89 | 0.63 | 0.41 |
| Hex | AA | 27 | 48 | 0 | 4D | 3A | 21 | 159 | 3F | 29 |
| Octal | 252 | 47 | 110 | 0 | 115 | 72 | 41 | 531 | 77 | 51 |
| Binary | 10101010 | 100111 | 1001000 | 0 | 1001101 | 111010 | 100001 | 101011001 | 111111 | 101001 |
Color Harmonies of #AA2748
Complementary color
Monochromatic Colors of #AA2748
Black with #AA2748
Text Example
Text Example
White with #AA2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2748; }
p { color: rgb(170,39,72); }
H1.HeaderClassName
{
color: #AA2748;
}
.AnyTagClassName
{
color: #AA2748;
}
</style>
background-color css
<style>
a { background-color: #AA2748; }
a { background-color: rgb(170,39,72); }
div.DivClassName
{
background-color: #AA2748;
}
.BgClassName
{
background-color: #AA2748;
}
</style>
border-color css
<style>
span { border-color: #AA2748; }
span { border-color: rgb(170,39,72); }
td.TdClassName
{
border-color: #AA2748;
}
.TagClassName
{
border-color: #AA2748;
}
</style>