Shades of Royal Heath #AE4D73
Tints of Royal Heath #AE4D73
RGB
CMYK
RGB Variations
Color information
#AE4D73 (or 0xAE4D73) is known color: Royal Heath. HEX triplet: AE, 4D and 73. RGB value is (174,77,115). Sum of RGB (Red+Green+Blue) = 174+77+115=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4D73 is #51B28C. Grayscale: #6E6E6E. Windows color (decimal): -5354125 or 7556526. OLE color: 7556526.
HSL color Cylindrical-coordinate representation of color #AE4D73: hue angle of 336.49º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE4D73 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 115 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.32 |
| HSL | 336.49º | 0.39% | 0.49% | - |
| HSV(B) | 336.49º | 0.56% | 0.68% | - |
| XYZ | 23.2 | 15.54 | 18 | - |
| YUV | 110.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 115 | 0 | 0.56 | 0.34 | 0.32 | 336.49 | 0.39 | 0.49 |
| Hex | AE | 4D | 73 | 0 | 38 | 22 | 20 | 150 | 27 | 31 |
| Octal | 256 | 115 | 163 | 0 | 70 | 42 | 40 | 520 | 47 | 61 |
| Binary | 10101110 | 1001101 | 1110011 | 0 | 111000 | 100010 | 100000 | 101010000 | 100111 | 110001 |
Color Harmonies of #AE4D73
Complementary color
Monochromatic Colors of #AE4D73
Black with #AE4D73
Text Example
Text Example
White with #AE4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D73; }
p { color: rgb(174,77,115); }
H1.HeaderClassName
{
color: #AE4D73;
}
.AnyTagClassName
{
color: #AE4D73;
}
</style>
background-color css
<style>
a { background-color: #AE4D73; }
a { background-color: rgb(174,77,115); }
div.DivClassName
{
background-color: #AE4D73;
}
.BgClassName
{
background-color: #AE4D73;
}
</style>
border-color css
<style>
span { border-color: #AE4D73; }
span { border-color: rgb(174,77,115); }
td.TdClassName
{
border-color: #AE4D73;
}
.TagClassName
{
border-color: #AE4D73;
}
</style>