Shades of Royal Heath #A75A72
Tints of Royal Heath #A75A72
RGB
CMYK
RGB Variations
Color information
#A75A72 (or 0xA75A72) is known color: Royal Heath. HEX triplet: A7, 5A and 72. RGB value is (167,90,114). Sum of RGB (Red+Green+Blue) = 167+90+114=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A72 is #58A58D. Grayscale: #737373. Windows color (decimal): -5809550 or 7494311. OLE color: 7494311.
HSL color Cylindrical-coordinate representation of color #A75A72: hue angle of 341.3º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75A72 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 114 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.35 |
| HSL | 341.3º | 0.3% | 0.5% | - |
| HSV(B) | 341.3º | 0.46% | 0.65% | - |
| XYZ | 22.63 | 16.74 | 17.96 | - |
| YUV | 115.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 114 | 0 | 0.46 | 0.32 | 0.35 | 341.3 | 0.3 | 0.5 |
| Hex | A7 | 5A | 72 | 0 | 2E | 20 | 23 | 155 | 1E | 32 |
| Octal | 247 | 132 | 162 | 0 | 56 | 40 | 43 | 525 | 36 | 62 |
| Binary | 10100111 | 1011010 | 1110010 | 0 | 101110 | 100000 | 100011 | 101010101 | 11110 | 110010 |
Color Harmonies of #A75A72
Complementary color
Monochromatic Colors of #A75A72
Black with #A75A72
Text Example
Text Example
White with #A75A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A72; }
p { color: rgb(167,90,114); }
H1.HeaderClassName
{
color: #A75A72;
}
.AnyTagClassName
{
color: #A75A72;
}
</style>
background-color css
<style>
a { background-color: #A75A72; }
a { background-color: rgb(167,90,114); }
div.DivClassName
{
background-color: #A75A72;
}
.BgClassName
{
background-color: #A75A72;
}
</style>
border-color css
<style>
span { border-color: #A75A72; }
span { border-color: rgb(167,90,114); }
td.TdClassName
{
border-color: #A75A72;
}
.TagClassName
{
border-color: #A75A72;
}
</style>