Shades of Royal Heath #AE5373
Tints of Royal Heath #AE5373
RGB
CMYK
RGB Variations
Color information
#AE5373 (or 0xAE5373) is known color: Royal Heath. HEX triplet: AE, 53 and 73. RGB value is (174,83,115). Sum of RGB (Red+Green+Blue) = 174+83+115=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5373 is #51AC8C. Grayscale: #717171. Windows color (decimal): -5352589 or 7558062. OLE color: 7558062.
HSL color Cylindrical-coordinate representation of color #AE5373: hue angle of 338.9º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5373 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 115 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.32 |
| HSL | 338.9º | 0.36% | 0.5% | - |
| HSV(B) | 338.9º | 0.52% | 0.68% | - |
| XYZ | 23.64 | 16.42 | 18.14 | - |
| YUV | 113.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 115 | 0 | 0.52 | 0.34 | 0.32 | 338.9 | 0.36 | 0.5 |
| Hex | AE | 53 | 73 | 0 | 34 | 22 | 20 | 153 | 24 | 32 |
| Octal | 256 | 123 | 163 | 0 | 64 | 42 | 40 | 523 | 44 | 62 |
| Binary | 10101110 | 1010011 | 1110011 | 0 | 110100 | 100010 | 100000 | 101010011 | 100100 | 110010 |
Color Harmonies of #AE5373
Complementary color
Monochromatic Colors of #AE5373
Black with #AE5373
Text Example
Text Example
White with #AE5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5373; }
p { color: rgb(174,83,115); }
H1.HeaderClassName
{
color: #AE5373;
}
.AnyTagClassName
{
color: #AE5373;
}
</style>
background-color css
<style>
a { background-color: #AE5373; }
a { background-color: rgb(174,83,115); }
div.DivClassName
{
background-color: #AE5373;
}
.BgClassName
{
background-color: #AE5373;
}
</style>
border-color css
<style>
span { border-color: #AE5373; }
span { border-color: rgb(174,83,115); }
td.TdClassName
{
border-color: #AE5373;
}
.TagClassName
{
border-color: #AE5373;
}
</style>