Shades of Royal Heath #A45573
Tints of Royal Heath #A45573
RGB
CMYK
RGB Variations
Color information
#A45573 (or 0xA45573) is known color: Royal Heath. HEX triplet: A4, 55 and 73. RGB value is (164,85,115). Sum of RGB (Red+Green+Blue) = 164+85+115=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A45573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45573 is #5BAA8C. Grayscale: #707070. Windows color (decimal): -6007437 or 7558564. OLE color: 7558564.
HSL color Cylindrical-coordinate representation of color #A45573: hue angle of 337.22º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45573 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 115 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.36 |
| HSL | 337.22º | 0.32% | 0.49% | - |
| HSV(B) | 337.22º | 0.48% | 0.64% | - |
| XYZ | 21.65 | 15.63 | 18.09 | - |
| YUV | 112.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 115 | 0 | 0.48 | 0.30 | 0.36 | 337.22 | 0.32 | 0.49 |
| Hex | A4 | 55 | 73 | 0 | 30 | 1E | 24 | 151 | 20 | 31 |
| Octal | 244 | 125 | 163 | 0 | 60 | 36 | 44 | 521 | 40 | 61 |
| Binary | 10100100 | 1010101 | 1110011 | 0 | 110000 | 11110 | 100100 | 101010001 | 100000 | 110001 |
Color Harmonies of #A45573
Complementary color
Monochromatic Colors of #A45573
Black with #A45573
Text Example
Text Example
White with #A45573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45573; }
p { color: rgb(164,85,115); }
H1.HeaderClassName
{
color: #A45573;
}
.AnyTagClassName
{
color: #A45573;
}
</style>
background-color css
<style>
a { background-color: #A45573; }
a { background-color: rgb(164,85,115); }
div.DivClassName
{
background-color: #A45573;
}
.BgClassName
{
background-color: #A45573;
}
</style>
border-color css
<style>
span { border-color: #A45573; }
span { border-color: rgb(164,85,115); }
td.TdClassName
{
border-color: #A45573;
}
.TagClassName
{
border-color: #A45573;
}
</style>