Shades of Royal Heath #AE516E
Tints of Royal Heath #AE516E
RGB
CMYK
RGB Variations
Color information
#AE516E (or 0xAE516E) is known color: Royal Heath. HEX triplet: AE, 51 and 6E. RGB value is (174,81,110). Sum of RGB (Red+Green+Blue) = 174+81+110=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE516E is #51AE91. Grayscale: #707070. Windows color (decimal): -5353106 or 7229870. OLE color: 7229870.
HSL color Cylindrical-coordinate representation of color #AE516E: hue angle of 341.29º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE516E is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 81 | 110 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.32 |
| HSL | 341.29º | 0.36% | 0.5% | - |
| HSV(B) | 341.29º | 0.53% | 0.68% | - |
| XYZ | 23.21 | 16.01 | 16.62 | - |
| YUV | 112.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 110 | 0 | 0.53 | 0.37 | 0.32 | 341.29 | 0.36 | 0.5 |
| Hex | AE | 51 | 6E | 0 | 35 | 25 | 20 | 155 | 24 | 32 |
| Octal | 256 | 121 | 156 | 0 | 65 | 45 | 40 | 525 | 44 | 62 |
| Binary | 10101110 | 1010001 | 1101110 | 0 | 110101 | 100101 | 100000 | 101010101 | 100100 | 110010 |
Color Harmonies of #AE516E
Complementary color
Monochromatic Colors of #AE516E
Black with #AE516E
Text Example
Text Example
White with #AE516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE516E; }
p { color: rgb(174,81,110); }
H1.HeaderClassName
{
color: #AE516E;
}
.AnyTagClassName
{
color: #AE516E;
}
</style>
background-color css
<style>
a { background-color: #AE516E; }
a { background-color: rgb(174,81,110); }
div.DivClassName
{
background-color: #AE516E;
}
.BgClassName
{
background-color: #AE516E;
}
</style>
border-color css
<style>
span { border-color: #AE516E; }
span { border-color: rgb(174,81,110); }
td.TdClassName
{
border-color: #AE516E;
}
.TagClassName
{
border-color: #AE516E;
}
</style>