Shades of Old Rose #AA283E
Tints of Old Rose #AA283E
RGB
CMYK
RGB Variations
Color information
#AA283E (or 0xAA283E) is known color: Old Rose. HEX triplet: AA, 28 and 3E. RGB value is (170,40,62). Sum of RGB (Red+Green+Blue) = 170+40+62=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA283E is #55D7C1. Grayscale: #515151. Windows color (decimal): -5625794 or 4073642. OLE color: 4073642.
HSL color Cylindrical-coordinate representation of color #AA283E: hue angle of 349.85º 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 #AA283E is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 62 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.33 |
| HSL | 349.85º | 0.62% | 0.41% | - |
| HSV(B) | 349.85º | 0.76% | 0.67% | - |
| XYZ | 18.21 | 10.41 | 5.61 | - |
| YUV | 81.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 62 | 0 | 0.76 | 0.64 | 0.33 | 349.85 | 0.62 | 0.41 |
| Hex | AA | 28 | 3E | 0 | 4C | 40 | 21 | 15E | 3E | 29 |
| Octal | 252 | 50 | 76 | 0 | 114 | 100 | 41 | 536 | 76 | 51 |
| Binary | 10101010 | 101000 | 111110 | 0 | 1001100 | 1000000 | 100001 | 101011110 | 111110 | 101001 |
Color Harmonies of #AA283E
Complementary color
Monochromatic Colors of #AA283E
Black with #AA283E
Text Example
Text Example
White with #AA283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA283E; }
p { color: rgb(170,40,62); }
H1.HeaderClassName
{
color: #AA283E;
}
.AnyTagClassName
{
color: #AA283E;
}
</style>
background-color css
<style>
a { background-color: #AA283E; }
a { background-color: rgb(170,40,62); }
div.DivClassName
{
background-color: #AA283E;
}
.BgClassName
{
background-color: #AA283E;
}
</style>
border-color css
<style>
span { border-color: #AA283E; }
span { border-color: rgb(170,40,62); }
td.TdClassName
{
border-color: #AA283E;
}
.TagClassName
{
border-color: #AA283E;
}
</style>