Shades of Royal Heath #AE5575
Tints of Royal Heath #AE5575
RGB
CMYK
RGB Variations
Color information
#AE5575 (or 0xAE5575) is known color: Royal Heath. HEX triplet: AE, 55 and 75. RGB value is (174,85,117). Sum of RGB (Red+Green+Blue) = 174+85+117=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5575 is #51AA8A. Grayscale: #737373. Windows color (decimal): -5352075 or 7689646. OLE color: 7689646.
HSL color Cylindrical-coordinate representation of color #AE5575: hue angle of 338.43º 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 #AE5575 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 117 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.32 |
| HSL | 338.43º | 0.35% | 0.51% | - |
| HSV(B) | 338.43º | 0.51% | 0.68% | - |
| XYZ | 23.91 | 16.78 | 18.81 | - |
| YUV | 115.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 117 | 0 | 0.51 | 0.33 | 0.32 | 338.43 | 0.35 | 0.51 |
| Hex | AE | 55 | 75 | 0 | 33 | 21 | 20 | 152 | 23 | 33 |
| Octal | 256 | 125 | 165 | 0 | 63 | 41 | 40 | 522 | 43 | 63 |
| Binary | 10101110 | 1010101 | 1110101 | 0 | 110011 | 100001 | 100000 | 101010010 | 100011 | 110011 |
Color Harmonies of #AE5575
Complementary color
Monochromatic Colors of #AE5575
Black with #AE5575
Text Example
Text Example
White with #AE5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5575; }
p { color: rgb(174,85,117); }
H1.HeaderClassName
{
color: #AE5575;
}
.AnyTagClassName
{
color: #AE5575;
}
</style>
background-color css
<style>
a { background-color: #AE5575; }
a { background-color: rgb(174,85,117); }
div.DivClassName
{
background-color: #AE5575;
}
.BgClassName
{
background-color: #AE5575;
}
</style>
border-color css
<style>
span { border-color: #AE5575; }
span { border-color: rgb(174,85,117); }
td.TdClassName
{
border-color: #AE5575;
}
.TagClassName
{
border-color: #AE5575;
}
</style>