Shades of Royal Heath #AE5673
Tints of Royal Heath #AE5673
RGB
CMYK
RGB Variations
Color information
#AE5673 (or 0xAE5673) is known color: Royal Heath. HEX triplet: AE, 56 and 73. RGB value is (174,86,115). Sum of RGB (Red+Green+Blue) = 174+86+115=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5673 is #51A98C. Grayscale: #737373. Windows color (decimal): -5351821 or 7558830. OLE color: 7558830.
HSL color Cylindrical-coordinate representation of color #AE5673: hue angle of 340.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE5673 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 115 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.32 |
| HSL | 340.23º | 0.35% | 0.51% | - |
| HSV(B) | 340.23º | 0.51% | 0.68% | - |
| XYZ | 23.88 | 16.89 | 18.22 | - |
| YUV | 115.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 115 | 0 | 0.51 | 0.34 | 0.32 | 340.23 | 0.35 | 0.51 |
| Hex | AE | 56 | 73 | 0 | 33 | 22 | 20 | 154 | 23 | 33 |
| Octal | 256 | 126 | 163 | 0 | 63 | 42 | 40 | 524 | 43 | 63 |
| Binary | 10101110 | 1010110 | 1110011 | 0 | 110011 | 100010 | 100000 | 101010100 | 100011 | 110011 |
Color Harmonies of #AE5673
Complementary color
Monochromatic Colors of #AE5673
Black with #AE5673
Text Example
Text Example
White with #AE5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5673; }
p { color: rgb(174,86,115); }
H1.HeaderClassName
{
color: #AE5673;
}
.AnyTagClassName
{
color: #AE5673;
}
</style>
background-color css
<style>
a { background-color: #AE5673; }
a { background-color: rgb(174,86,115); }
div.DivClassName
{
background-color: #AE5673;
}
.BgClassName
{
background-color: #AE5673;
}
</style>
border-color css
<style>
span { border-color: #AE5673; }
span { border-color: rgb(174,86,115); }
td.TdClassName
{
border-color: #AE5673;
}
.TagClassName
{
border-color: #AE5673;
}
</style>