Shades of Royal Heath #A35673
Tints of Royal Heath #A35673
RGB
CMYK
RGB Variations
Color information
#A35673 (or 0xA35673) is known color: Royal Heath. HEX triplet: A3, 56 and 73. RGB value is (163,86,115). Sum of RGB (Red+Green+Blue) = 163+86+115=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A35673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35673 is #5CA98C. Grayscale: #707070. Windows color (decimal): -6072717 or 7558819. OLE color: 7558819.
HSL color Cylindrical-coordinate representation of color #A35673: hue angle of 337.4º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35673 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 115 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.36 |
| HSL | 337.4º | 0.31% | 0.49% | - |
| HSV(B) | 337.4º | 0.47% | 0.64% | - |
| XYZ | 21.53 | 15.68 | 18.11 | - |
| YUV | 112.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 115 | 0 | 0.47 | 0.29 | 0.36 | 337.4 | 0.31 | 0.49 |
| Hex | A3 | 56 | 73 | 0 | 2F | 1D | 24 | 151 | 1F | 31 |
| Octal | 243 | 126 | 163 | 0 | 57 | 35 | 44 | 521 | 37 | 61 |
| Binary | 10100011 | 1010110 | 1110011 | 0 | 101111 | 11101 | 100100 | 101010001 | 11111 | 110001 |
Color Harmonies of #A35673
Complementary color
Monochromatic Colors of #A35673
Black with #A35673
Text Example
Text Example
White with #A35673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35673; }
p { color: rgb(163,86,115); }
H1.HeaderClassName
{
color: #A35673;
}
.AnyTagClassName
{
color: #A35673;
}
</style>
background-color css
<style>
a { background-color: #A35673; }
a { background-color: rgb(163,86,115); }
div.DivClassName
{
background-color: #A35673;
}
.BgClassName
{
background-color: #A35673;
}
</style>
border-color css
<style>
span { border-color: #A35673; }
span { border-color: rgb(163,86,115); }
td.TdClassName
{
border-color: #A35673;
}
.TagClassName
{
border-color: #A35673;
}
</style>