Shades of Royal Heath #A75775
Tints of Royal Heath #A75775
RGB
CMYK
RGB Variations
Color information
#A75775 (or 0xA75775) is known color: Royal Heath. HEX triplet: A7, 57 and 75. RGB value is (167,87,117). Sum of RGB (Red+Green+Blue) = 167+87+117=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A75775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75775 is #58A88A. Grayscale: #727272. Windows color (decimal): -5810315 or 7690151. OLE color: 7690151.
HSL color Cylindrical-coordinate representation of color #A75775: hue angle of 337.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75775 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 117 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.35 |
| HSL | 337.5º | 0.31% | 0.5% | - |
| HSV(B) | 337.5º | 0.48% | 0.65% | - |
| XYZ | 22.56 | 16.32 | 18.79 | - |
| YUV | 114.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 117 | 0 | 0.48 | 0.30 | 0.35 | 337.5 | 0.31 | 0.5 |
| Hex | A7 | 57 | 75 | 0 | 30 | 1E | 23 | 152 | 1F | 32 |
| Octal | 247 | 127 | 165 | 0 | 60 | 36 | 43 | 522 | 37 | 62 |
| Binary | 10100111 | 1010111 | 1110101 | 0 | 110000 | 11110 | 100011 | 101010010 | 11111 | 110010 |
Color Harmonies of #A75775
Complementary color
Monochromatic Colors of #A75775
Black with #A75775
Text Example
Text Example
White with #A75775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75775; }
p { color: rgb(167,87,117); }
H1.HeaderClassName
{
color: #A75775;
}
.AnyTagClassName
{
color: #A75775;
}
</style>
background-color css
<style>
a { background-color: #A75775; }
a { background-color: rgb(167,87,117); }
div.DivClassName
{
background-color: #A75775;
}
.BgClassName
{
background-color: #A75775;
}
</style>
border-color css
<style>
span { border-color: #A75775; }
span { border-color: rgb(167,87,117); }
td.TdClassName
{
border-color: #A75775;
}
.TagClassName
{
border-color: #A75775;
}
</style>