Shades of Royal Heath #A45675
Tints of Royal Heath #A45675
RGB
CMYK
RGB Variations
Color information
#A45675 (or 0xA45675) is known color: Royal Heath. HEX triplet: A4, 56 and 75. RGB value is (164,86,117). Sum of RGB (Red+Green+Blue) = 164+86+117=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A45675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45675 is #5BA98A. Grayscale: #707070. Windows color (decimal): -6007179 or 7689892. OLE color: 7689892.
HSL color Cylindrical-coordinate representation of color #A45675: hue angle of 336.15º 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 #A45675 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 86 | 117 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.36 |
| HSL | 336.15º | 0.31% | 0.49% | - |
| HSV(B) | 336.15º | 0.48% | 0.64% | - |
| XYZ | 21.85 | 15.83 | 18.73 | - |
| YUV | 112.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 117 | 0 | 0.48 | 0.29 | 0.36 | 336.15 | 0.31 | 0.49 |
| Hex | A4 | 56 | 75 | 0 | 30 | 1D | 24 | 150 | 1F | 31 |
| Octal | 244 | 126 | 165 | 0 | 60 | 35 | 44 | 520 | 37 | 61 |
| Binary | 10100100 | 1010110 | 1110101 | 0 | 110000 | 11101 | 100100 | 101010000 | 11111 | 110001 |
Color Harmonies of #A45675
Complementary color
Monochromatic Colors of #A45675
Black with #A45675
Text Example
Text Example
White with #A45675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45675; }
p { color: rgb(164,86,117); }
H1.HeaderClassName
{
color: #A45675;
}
.AnyTagClassName
{
color: #A45675;
}
</style>
background-color css
<style>
a { background-color: #A45675; }
a { background-color: rgb(164,86,117); }
div.DivClassName
{
background-color: #A45675;
}
.BgClassName
{
background-color: #A45675;
}
</style>
border-color css
<style>
span { border-color: #A45675; }
span { border-color: rgb(164,86,117); }
td.TdClassName
{
border-color: #A45675;
}
.TagClassName
{
border-color: #A45675;
}
</style>