Shades of Old Rose #AE303F
Tints of Old Rose #AE303F
RGB
CMYK
RGB Variations
Color information
#AE303F (or 0xAE303F) is known color: Old Rose. HEX triplet: AE, 30 and 3F. RGB value is (174,48,63). Sum of RGB (Red+Green+Blue) = 174+48+63=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE303F is #51CFC0. Grayscale: #575757. Windows color (decimal): -5361601 or 4141230. OLE color: 4141230.
HSL color Cylindrical-coordinate representation of color #AE303F: hue angle of 352.86º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE303F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 48 | 63 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.32 |
| HSL | 352.86º | 0.57% | 0.44% | - |
| HSV(B) | 352.86º | 0.72% | 0.68% | - |
| XYZ | 19.41 | 11.47 | 5.89 | - |
| YUV | 87.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 63 | 0 | 0.72 | 0.64 | 0.32 | 352.86 | 0.57 | 0.44 |
| Hex | AE | 30 | 3F | 0 | 48 | 40 | 20 | 161 | 39 | 2C |
| Octal | 256 | 60 | 77 | 0 | 110 | 100 | 40 | 541 | 71 | 54 |
| Binary | 10101110 | 110000 | 111111 | 0 | 1001000 | 1000000 | 100000 | 101100001 | 111001 | 101100 |
Color Harmonies of #AE303F
Complementary color
Monochromatic Colors of #AE303F
Black with #AE303F
Text Example
Text Example
White with #AE303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE303F; }
p { color: rgb(174,48,63); }
H1.HeaderClassName
{
color: #AE303F;
}
.AnyTagClassName
{
color: #AE303F;
}
</style>
background-color css
<style>
a { background-color: #AE303F; }
a { background-color: rgb(174,48,63); }
div.DivClassName
{
background-color: #AE303F;
}
.BgClassName
{
background-color: #AE303F;
}
</style>
border-color css
<style>
span { border-color: #AE303F; }
span { border-color: rgb(174,48,63); }
td.TdClassName
{
border-color: #AE303F;
}
.TagClassName
{
border-color: #AE303F;
}
</style>