Shades of Old Rose #AE263F
Tints of Old Rose #AE263F
RGB
CMYK
RGB Variations
Color information
#AE263F (or 0xAE263F) is known color: Old Rose. HEX triplet: AE, 26 and 3F. RGB value is (174,38,63). Sum of RGB (Red+Green+Blue) = 174+38+63=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE263F is #51D9C0. Grayscale: #515151. Windows color (decimal): -5364161 or 4138670. OLE color: 4138670.
HSL color Cylindrical-coordinate representation of color #AE263F: hue angle of 348.97º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE263F is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 63 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.32 |
| HSL | 348.97º | 0.64% | 0.42% | - |
| HSV(B) | 348.97º | 0.78% | 0.68% | - |
| XYZ | 19.05 | 10.74 | 5.77 | - |
| YUV | 81.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 63 | 0 | 0.78 | 0.64 | 0.32 | 348.97 | 0.64 | 0.42 |
| Hex | AE | 26 | 3F | 0 | 4E | 40 | 20 | 15D | 40 | 2A |
| Octal | 256 | 46 | 77 | 0 | 116 | 100 | 40 | 535 | 100 | 52 |
| Binary | 10101110 | 100110 | 111111 | 0 | 1001110 | 1000000 | 100000 | 101011101 | 1000000 | 101010 |
Color Harmonies of #AE263F
Complementary color
Monochromatic Colors of #AE263F
Black with #AE263F
Text Example
Text Example
White with #AE263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE263F; }
p { color: rgb(174,38,63); }
H1.HeaderClassName
{
color: #AE263F;
}
.AnyTagClassName
{
color: #AE263F;
}
</style>
background-color css
<style>
a { background-color: #AE263F; }
a { background-color: rgb(174,38,63); }
div.DivClassName
{
background-color: #AE263F;
}
.BgClassName
{
background-color: #AE263F;
}
</style>
border-color css
<style>
span { border-color: #AE263F; }
span { border-color: rgb(174,38,63); }
td.TdClassName
{
border-color: #AE263F;
}
.TagClassName
{
border-color: #AE263F;
}
</style>