Shades of Royal Heath #A65373
Tints of Royal Heath #A65373
RGB
CMYK
RGB Variations
Color information
#A65373 (or 0xA65373) is known color: Royal Heath. HEX triplet: A6, 53 and 73. RGB value is (166,83,115). Sum of RGB (Red+Green+Blue) = 166+83+115=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A65373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65373 is #59AC8C. Grayscale: #6F6F6F. Windows color (decimal): -5876877 or 7558054. OLE color: 7558054.
HSL color Cylindrical-coordinate representation of color #A65373: hue angle of 336.87º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65373 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 115 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.35 |
| HSL | 336.87º | 0.33% | 0.49% | - |
| HSV(B) | 336.87º | 0.5% | 0.65% | - |
| XYZ | 21.91 | 15.53 | 18.06 | - |
| YUV | 111.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 115 | 0 | 0.50 | 0.31 | 0.35 | 336.87 | 0.33 | 0.49 |
| Hex | A6 | 53 | 73 | 0 | 32 | 1F | 23 | 151 | 21 | 31 |
| Octal | 246 | 123 | 163 | 0 | 62 | 37 | 43 | 521 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1110011 | 0 | 110010 | 11111 | 100011 | 101010001 | 100001 | 110001 |
Color Harmonies of #A65373
Complementary color
Monochromatic Colors of #A65373
Black with #A65373
Text Example
Text Example
White with #A65373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65373; }
p { color: rgb(166,83,115); }
H1.HeaderClassName
{
color: #A65373;
}
.AnyTagClassName
{
color: #A65373;
}
</style>
background-color css
<style>
a { background-color: #A65373; }
a { background-color: rgb(166,83,115); }
div.DivClassName
{
background-color: #A65373;
}
.BgClassName
{
background-color: #A65373;
}
</style>
border-color css
<style>
span { border-color: #A65373; }
span { border-color: rgb(166,83,115); }
td.TdClassName
{
border-color: #A65373;
}
.TagClassName
{
border-color: #A65373;
}
</style>