Shades of Royal Heath #AE466E
Tints of Royal Heath #AE466E
RGB
CMYK
RGB Variations
Color information
#AE466E (or 0xAE466E) is known color: Royal Heath. HEX triplet: AE, 46 and 6E. RGB value is (174,70,110). Sum of RGB (Red+Green+Blue) = 174+70+110=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE466E is #51B991. Grayscale: #696969. Windows color (decimal): -5355922 or 7227054. OLE color: 7227054.
HSL color Cylindrical-coordinate representation of color #AE466E: hue angle of 336.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE466E is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 110 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.32 |
| HSL | 336.92º | 0.43% | 0.48% | - |
| HSV(B) | 336.92º | 0.6% | 0.68% | - |
| XYZ | 22.46 | 14.5 | 16.37 | - |
| YUV | 105.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 110 | 0 | 0.60 | 0.37 | 0.32 | 336.92 | 0.43 | 0.48 |
| Hex | AE | 46 | 6E | 0 | 3C | 25 | 20 | 151 | 2B | 30 |
| Octal | 256 | 106 | 156 | 0 | 74 | 45 | 40 | 521 | 53 | 60 |
| Binary | 10101110 | 1000110 | 1101110 | 0 | 111100 | 100101 | 100000 | 101010001 | 101011 | 110000 |
Color Harmonies of #AE466E
Complementary color
Monochromatic Colors of #AE466E
Black with #AE466E
Text Example
Text Example
White with #AE466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE466E; }
p { color: rgb(174,70,110); }
H1.HeaderClassName
{
color: #AE466E;
}
.AnyTagClassName
{
color: #AE466E;
}
</style>
background-color css
<style>
a { background-color: #AE466E; }
a { background-color: rgb(174,70,110); }
div.DivClassName
{
background-color: #AE466E;
}
.BgClassName
{
background-color: #AE466E;
}
</style>
border-color css
<style>
span { border-color: #AE466E; }
span { border-color: rgb(174,70,110); }
td.TdClassName
{
border-color: #AE466E;
}
.TagClassName
{
border-color: #AE466E;
}
</style>