Shades of Old Rose #AA2742
Tints of Old Rose #AA2742
RGB
CMYK
RGB Variations
Color information
#AA2742 (or 0xAA2742) is known color: Old Rose. HEX triplet: AA, 27 and 42. RGB value is (170,39,66). Sum of RGB (Red+Green+Blue) = 170+39+66=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2742 is #55D8BD. Grayscale: #515151. Windows color (decimal): -5626046 or 4335530. OLE color: 4335530.
HSL color Cylindrical-coordinate representation of color #AA2742: hue angle of 347.63º 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 #AA2742 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 66 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.33 |
| HSL | 347.63º | 0.63% | 0.41% | - |
| HSV(B) | 347.63º | 0.77% | 0.67% | - |
| XYZ | 18.29 | 10.39 | 6.2 | - |
| YUV | 81.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 66 | 0 | 0.77 | 0.61 | 0.33 | 347.63 | 0.63 | 0.41 |
| Hex | AA | 27 | 42 | 0 | 4D | 3D | 21 | 15C | 3F | 29 |
| Octal | 252 | 47 | 102 | 0 | 115 | 75 | 41 | 534 | 77 | 51 |
| Binary | 10101010 | 100111 | 1000010 | 0 | 1001101 | 111101 | 100001 | 101011100 | 111111 | 101001 |
Color Harmonies of #AA2742
Complementary color
Monochromatic Colors of #AA2742
Black with #AA2742
Text Example
Text Example
White with #AA2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2742; }
p { color: rgb(170,39,66); }
H1.HeaderClassName
{
color: #AA2742;
}
.AnyTagClassName
{
color: #AA2742;
}
</style>
background-color css
<style>
a { background-color: #AA2742; }
a { background-color: rgb(170,39,66); }
div.DivClassName
{
background-color: #AA2742;
}
.BgClassName
{
background-color: #AA2742;
}
</style>
border-color css
<style>
span { border-color: #AA2742; }
span { border-color: rgb(170,39,66); }
td.TdClassName
{
border-color: #AA2742;
}
.TagClassName
{
border-color: #AA2742;
}
</style>