Shades of Royal Heath #A45875
Tints of Royal Heath #A45875
RGB
CMYK
RGB Variations
Color information
#A45875 (or 0xA45875) is known color: Royal Heath. HEX triplet: A4, 58 and 75. RGB value is (164,88,117). Sum of RGB (Red+Green+Blue) = 164+88+117=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A45875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45875 is #5BA78A. Grayscale: #717171. Windows color (decimal): -6006667 or 7690404. OLE color: 7690404.
HSL color Cylindrical-coordinate representation of color #A45875: hue angle of 337.11º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45875 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 117 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.36 |
| HSL | 337.11º | 0.3% | 0.49% | - |
| HSV(B) | 337.11º | 0.46% | 0.64% | - |
| XYZ | 22.01 | 16.16 | 18.79 | - |
| YUV | 114.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 117 | 0 | 0.46 | 0.29 | 0.36 | 337.11 | 0.3 | 0.49 |
| Hex | A4 | 58 | 75 | 0 | 2E | 1D | 24 | 151 | 1E | 31 |
| Octal | 244 | 130 | 165 | 0 | 56 | 35 | 44 | 521 | 36 | 61 |
| Binary | 10100100 | 1011000 | 1110101 | 0 | 101110 | 11101 | 100100 | 101010001 | 11110 | 110001 |
Color Harmonies of #A45875
Complementary color
Monochromatic Colors of #A45875
Black with #A45875
Text Example
Text Example
White with #A45875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45875; }
p { color: rgb(164,88,117); }
H1.HeaderClassName
{
color: #A45875;
}
.AnyTagClassName
{
color: #A45875;
}
</style>
background-color css
<style>
a { background-color: #A45875; }
a { background-color: rgb(164,88,117); }
div.DivClassName
{
background-color: #A45875;
}
.BgClassName
{
background-color: #A45875;
}
</style>
border-color css
<style>
span { border-color: #A45875; }
span { border-color: rgb(164,88,117); }
td.TdClassName
{
border-color: #A45875;
}
.TagClassName
{
border-color: #A45875;
}
</style>