Shades of Royal Heath #A45975
Tints of Royal Heath #A45975
RGB
CMYK
RGB Variations
Color information
#A45975 (or 0xA45975) is known color: Royal Heath. HEX triplet: A4, 59 and 75. RGB value is (164,89,117). Sum of RGB (Red+Green+Blue) = 164+89+117=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A45975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45975 is #5BA68A. Grayscale: #727272. Windows color (decimal): -6006411 or 7690660. OLE color: 7690660.
HSL color Cylindrical-coordinate representation of color #A45975: hue angle of 337.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45975 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 117 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.36 |
| HSL | 337.6º | 0.3% | 0.5% | - |
| HSV(B) | 337.6º | 0.46% | 0.64% | - |
| XYZ | 22.09 | 16.32 | 18.82 | - |
| YUV | 114.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 117 | 0 | 0.46 | 0.29 | 0.36 | 337.6 | 0.3 | 0.5 |
| Hex | A4 | 59 | 75 | 0 | 2E | 1D | 24 | 152 | 1E | 32 |
| Octal | 244 | 131 | 165 | 0 | 56 | 35 | 44 | 522 | 36 | 62 |
| Binary | 10100100 | 1011001 | 1110101 | 0 | 101110 | 11101 | 100100 | 101010010 | 11110 | 110010 |
Color Harmonies of #A45975
Complementary color
Monochromatic Colors of #A45975
Black with #A45975
Text Example
Text Example
White with #A45975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45975; }
p { color: rgb(164,89,117); }
H1.HeaderClassName
{
color: #A45975;
}
.AnyTagClassName
{
color: #A45975;
}
</style>
background-color css
<style>
a { background-color: #A45975; }
a { background-color: rgb(164,89,117); }
div.DivClassName
{
background-color: #A45975;
}
.BgClassName
{
background-color: #A45975;
}
</style>
border-color css
<style>
span { border-color: #A45975; }
span { border-color: rgb(164,89,117); }
td.TdClassName
{
border-color: #A45975;
}
.TagClassName
{
border-color: #A45975;
}
</style>