Shades of Old Rose #AA263F
Tints of Old Rose #AA263F
RGB
CMYK
RGB Variations
Color information
#AA263F (or 0xAA263F) is known color: Old Rose. HEX triplet: AA, 26 and 3F. RGB value is (170,38,63). Sum of RGB (Red+Green+Blue) = 170+38+63=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA263F is #55D9C0. Grayscale: #505050. Windows color (decimal): -5626305 or 4138666. OLE color: 4138666.
HSL color Cylindrical-coordinate representation of color #AA263F: hue angle of 348.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA263F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 63 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.33 |
| HSL | 348.64º | 0.63% | 0.41% | - |
| HSV(B) | 348.64º | 0.78% | 0.67% | - |
| XYZ | 18.17 | 10.29 | 5.73 | - |
| YUV | 80.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 63 | 0 | 0.78 | 0.63 | 0.33 | 348.64 | 0.63 | 0.41 |
| Hex | AA | 26 | 3F | 0 | 4E | 3F | 21 | 15D | 3F | 29 |
| Octal | 252 | 46 | 77 | 0 | 116 | 77 | 41 | 535 | 77 | 51 |
| Binary | 10101010 | 100110 | 111111 | 0 | 1001110 | 111111 | 100001 | 101011101 | 111111 | 101001 |
Color Harmonies of #AA263F
Complementary color
Monochromatic Colors of #AA263F
Black with #AA263F
Text Example
Text Example
White with #AA263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA263F; }
p { color: rgb(170,38,63); }
H1.HeaderClassName
{
color: #AA263F;
}
.AnyTagClassName
{
color: #AA263F;
}
</style>
background-color css
<style>
a { background-color: #AA263F; }
a { background-color: rgb(170,38,63); }
div.DivClassName
{
background-color: #AA263F;
}
.BgClassName
{
background-color: #AA263F;
}
</style>
border-color css
<style>
span { border-color: #AA263F; }
span { border-color: rgb(170,38,63); }
td.TdClassName
{
border-color: #AA263F;
}
.TagClassName
{
border-color: #AA263F;
}
</style>