Shades of Royal Heath #AE5873
Tints of Royal Heath #AE5873
RGB
CMYK
RGB Variations
Color information
#AE5873 (or 0xAE5873) is known color: Royal Heath. HEX triplet: AE, 58 and 73. RGB value is (174,88,115). Sum of RGB (Red+Green+Blue) = 174+88+115=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5873 is #51A78C. Grayscale: #747474. Windows color (decimal): -5351309 or 7559342. OLE color: 7559342.
HSL color Cylindrical-coordinate representation of color #AE5873: hue angle of 341.16º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE5873 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 88 | 115 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.32 |
| HSL | 341.16º | 0.35% | 0.51% | - |
| HSV(B) | 341.16º | 0.49% | 0.68% | - |
| XYZ | 24.04 | 17.22 | 18.28 | - |
| YUV | 116.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 88 | 115 | 0 | 0.49 | 0.34 | 0.32 | 341.16 | 0.35 | 0.51 |
| Hex | AE | 58 | 73 | 0 | 31 | 22 | 20 | 155 | 23 | 33 |
| Octal | 256 | 130 | 163 | 0 | 61 | 42 | 40 | 525 | 43 | 63 |
| Binary | 10101110 | 1011000 | 1110011 | 0 | 110001 | 100010 | 100000 | 101010101 | 100011 | 110011 |
Color Harmonies of #AE5873
Complementary color
Monochromatic Colors of #AE5873
Black with #AE5873
Text Example
Text Example
White with #AE5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5873; }
p { color: rgb(174,88,115); }
H1.HeaderClassName
{
color: #AE5873;
}
.AnyTagClassName
{
color: #AE5873;
}
</style>
background-color css
<style>
a { background-color: #AE5873; }
a { background-color: rgb(174,88,115); }
div.DivClassName
{
background-color: #AE5873;
}
.BgClassName
{
background-color: #AE5873;
}
</style>
border-color css
<style>
span { border-color: #AE5873; }
span { border-color: rgb(174,88,115); }
td.TdClassName
{
border-color: #AE5873;
}
.TagClassName
{
border-color: #AE5873;
}
</style>