Shades of Royal Heath #A65375
Tints of Royal Heath #A65375
RGB
CMYK
RGB Variations
Color information
#A65375 (or 0xA65375) is known color: Royal Heath. HEX triplet: A6, 53 and 75. RGB value is (166,83,117). Sum of RGB (Red+Green+Blue) = 166+83+117=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A65375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65375 is #59AC8A. Grayscale: #6F6F6F. Windows color (decimal): -5876875 or 7689126. OLE color: 7689126.
HSL color Cylindrical-coordinate representation of color #A65375: hue angle of 335.42º 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 #A65375 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 117 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.35 |
| HSL | 335.42º | 0.33% | 0.49% | - |
| HSV(B) | 335.42º | 0.5% | 0.65% | - |
| XYZ | 22.03 | 15.58 | 18.68 | - |
| YUV | 111.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 117 | 0 | 0.50 | 0.30 | 0.35 | 335.42 | 0.33 | 0.49 |
| Hex | A6 | 53 | 75 | 0 | 32 | 1E | 23 | 14F | 21 | 31 |
| Octal | 246 | 123 | 165 | 0 | 62 | 36 | 43 | 517 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1110101 | 0 | 110010 | 11110 | 100011 | 101001111 | 100001 | 110001 |
Color Harmonies of #A65375
Complementary color
Monochromatic Colors of #A65375
Black with #A65375
Text Example
Text Example
White with #A65375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65375; }
p { color: rgb(166,83,117); }
H1.HeaderClassName
{
color: #A65375;
}
.AnyTagClassName
{
color: #A65375;
}
</style>
background-color css
<style>
a { background-color: #A65375; }
a { background-color: rgb(166,83,117); }
div.DivClassName
{
background-color: #A65375;
}
.BgClassName
{
background-color: #A65375;
}
</style>
border-color css
<style>
span { border-color: #A65375; }
span { border-color: rgb(166,83,117); }
td.TdClassName
{
border-color: #A65375;
}
.TagClassName
{
border-color: #A65375;
}
</style>