Shades of Royal Heath #A45673
Tints of Royal Heath #A45673
RGB
CMYK
RGB Variations
Color information
#A45673 (or 0xA45673) is known color: Royal Heath. HEX triplet: A4, 56 and 73. RGB value is (164,86,115). Sum of RGB (Red+Green+Blue) = 164+86+115=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A45673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45673 is #5BA98C. Grayscale: #707070. Windows color (decimal): -6007181 or 7558820. OLE color: 7558820.
HSL color Cylindrical-coordinate representation of color #A45673: hue angle of 337.69º degrees, saturation: 0.31, 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 #A45673 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 86 | 115 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.36 |
| HSL | 337.69º | 0.31% | 0.49% | - |
| HSV(B) | 337.69º | 0.48% | 0.64% | - |
| XYZ | 21.73 | 15.79 | 18.12 | - |
| YUV | 112.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 115 | 0 | 0.48 | 0.30 | 0.36 | 337.69 | 0.31 | 0.49 |
| Hex | A4 | 56 | 73 | 0 | 30 | 1E | 24 | 152 | 1F | 31 |
| Octal | 244 | 126 | 163 | 0 | 60 | 36 | 44 | 522 | 37 | 61 |
| Binary | 10100100 | 1010110 | 1110011 | 0 | 110000 | 11110 | 100100 | 101010010 | 11111 | 110001 |
Color Harmonies of #A45673
Complementary color
Monochromatic Colors of #A45673
Black with #A45673
Text Example
Text Example
White with #A45673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45673; }
p { color: rgb(164,86,115); }
H1.HeaderClassName
{
color: #A45673;
}
.AnyTagClassName
{
color: #A45673;
}
</style>
background-color css
<style>
a { background-color: #A45673; }
a { background-color: rgb(164,86,115); }
div.DivClassName
{
background-color: #A45673;
}
.BgClassName
{
background-color: #A45673;
}
</style>
border-color css
<style>
span { border-color: #A45673; }
span { border-color: rgb(164,86,115); }
td.TdClassName
{
border-color: #A45673;
}
.TagClassName
{
border-color: #A45673;
}
</style>