Shades of Royal Heath #AE466C
Tints of Royal Heath #AE466C
RGB
CMYK
RGB Variations
Color information
#AE466C (or 0xAE466C) is known color: Royal Heath. HEX triplet: AE, 46 and 6C. RGB value is (174,70,108). Sum of RGB (Red+Green+Blue) = 174+70+108=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE466C is #51B993. Grayscale: #696969. Windows color (decimal): -5355924 or 7095982. OLE color: 7095982.
HSL color Cylindrical-coordinate representation of color #AE466C: hue angle of 338.08º 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 #AE466C is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 108 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.32 |
| HSL | 338.08º | 0.43% | 0.48% | - |
| HSV(B) | 338.08º | 0.6% | 0.68% | - |
| XYZ | 22.35 | 14.46 | 15.8 | - |
| YUV | 105.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 108 | 0 | 0.60 | 0.38 | 0.32 | 338.08 | 0.43 | 0.48 |
| Hex | AE | 46 | 6C | 0 | 3C | 26 | 20 | 152 | 2B | 30 |
| Octal | 256 | 106 | 154 | 0 | 74 | 46 | 40 | 522 | 53 | 60 |
| Binary | 10101110 | 1000110 | 1101100 | 0 | 111100 | 100110 | 100000 | 101010010 | 101011 | 110000 |
Color Harmonies of #AE466C
Complementary color
Monochromatic Colors of #AE466C
Black with #AE466C
Text Example
Text Example
White with #AE466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE466C; }
p { color: rgb(174,70,108); }
H1.HeaderClassName
{
color: #AE466C;
}
.AnyTagClassName
{
color: #AE466C;
}
</style>
background-color css
<style>
a { background-color: #AE466C; }
a { background-color: rgb(174,70,108); }
div.DivClassName
{
background-color: #AE466C;
}
.BgClassName
{
background-color: #AE466C;
}
</style>
border-color css
<style>
span { border-color: #AE466C; }
span { border-color: rgb(174,70,108); }
td.TdClassName
{
border-color: #AE466C;
}
.TagClassName
{
border-color: #AE466C;
}
</style>