Shades of Old Rose #AA2B3E
Tints of Old Rose #AA2B3E
RGB
CMYK
RGB Variations
Color information
#AA2B3E (or 0xAA2B3E) is known color: Old Rose. HEX triplet: AA, 2B and 3E. RGB value is (170,43,62). Sum of RGB (Red+Green+Blue) = 170+43+62=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B3E is #55D4C1. Grayscale: #535353. Windows color (decimal): -5625026 or 4074410. OLE color: 4074410.
HSL color Cylindrical-coordinate representation of color #AA2B3E: hue angle of 351.02º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2B3E is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 62 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.33 |
| HSL | 351.02º | 0.6% | 0.42% | - |
| HSV(B) | 351.02º | 0.75% | 0.67% | - |
| XYZ | 18.31 | 10.62 | 5.64 | - |
| YUV | 83.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 62 | 0 | 0.75 | 0.64 | 0.33 | 351.02 | 0.6 | 0.42 |
| Hex | AA | 2B | 3E | 0 | 4B | 40 | 21 | 15F | 3C | 2A |
| Octal | 252 | 53 | 76 | 0 | 113 | 100 | 41 | 537 | 74 | 52 |
| Binary | 10101010 | 101011 | 111110 | 0 | 1001011 | 1000000 | 100001 | 101011111 | 111100 | 101010 |
Color Harmonies of #AA2B3E
Complementary color
Monochromatic Colors of #AA2B3E
Black with #AA2B3E
Text Example
Text Example
White with #AA2B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B3E; }
p { color: rgb(170,43,62); }
H1.HeaderClassName
{
color: #AA2B3E;
}
.AnyTagClassName
{
color: #AA2B3E;
}
</style>
background-color css
<style>
a { background-color: #AA2B3E; }
a { background-color: rgb(170,43,62); }
div.DivClassName
{
background-color: #AA2B3E;
}
.BgClassName
{
background-color: #AA2B3E;
}
</style>
border-color css
<style>
span { border-color: #AA2B3E; }
span { border-color: rgb(170,43,62); }
td.TdClassName
{
border-color: #AA2B3E;
}
.TagClassName
{
border-color: #AA2B3E;
}
</style>