Shades of Old Rose #AA2842
Tints of Old Rose #AA2842
RGB
CMYK
RGB Variations
Color information
#AA2842 (or 0xAA2842) is known color: Old Rose. HEX triplet: AA, 28 and 42. RGB value is (170,40,66). Sum of RGB (Red+Green+Blue) = 170+40+66=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2842 is #55D7BD. Grayscale: #515151. Windows color (decimal): -5625790 or 4335786. OLE color: 4335786.
HSL color Cylindrical-coordinate representation of color #AA2842: hue angle of 348º 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 #AA2842 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 66 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.33 |
| HSL | 348º | 0.62% | 0.41% | - |
| HSV(B) | 348º | 0.76% | 0.67% | - |
| XYZ | 18.32 | 10.46 | 6.21 | - |
| YUV | 81.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 66 | 0 | 0.76 | 0.61 | 0.33 | 348 | 0.62 | 0.41 |
| Hex | AA | 28 | 42 | 0 | 4C | 3D | 21 | 15C | 3E | 29 |
| Octal | 252 | 50 | 102 | 0 | 114 | 75 | 41 | 534 | 76 | 51 |
| Binary | 10101010 | 101000 | 1000010 | 0 | 1001100 | 111101 | 100001 | 101011100 | 111110 | 101001 |
Color Harmonies of #AA2842
Complementary color
Monochromatic Colors of #AA2842
Black with #AA2842
Text Example
Text Example
White with #AA2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2842; }
p { color: rgb(170,40,66); }
H1.HeaderClassName
{
color: #AA2842;
}
.AnyTagClassName
{
color: #AA2842;
}
</style>
background-color css
<style>
a { background-color: #AA2842; }
a { background-color: rgb(170,40,66); }
div.DivClassName
{
background-color: #AA2842;
}
.BgClassName
{
background-color: #AA2842;
}
</style>
border-color css
<style>
span { border-color: #AA2842; }
span { border-color: rgb(170,40,66); }
td.TdClassName
{
border-color: #AA2842;
}
.TagClassName
{
border-color: #AA2842;
}
</style>