Shades of Royal Heath #A65372
Tints of Royal Heath #A65372
RGB
CMYK
RGB Variations
Color information
#A65372 (or 0xA65372) is known color: Royal Heath. HEX triplet: A6, 53 and 72. RGB value is (166,83,114). Sum of RGB (Red+Green+Blue) = 166+83+114=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A65372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65372 is #59AC8D. Grayscale: #6F6F6F. Windows color (decimal): -5876878 or 7492518. OLE color: 7492518.
HSL color Cylindrical-coordinate representation of color #A65372: hue angle of 337.59º 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 #A65372 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 114 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.35 |
| HSL | 337.59º | 0.33% | 0.49% | - |
| HSV(B) | 337.59º | 0.5% | 0.65% | - |
| XYZ | 21.86 | 15.51 | 17.76 | - |
| YUV | 111.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 114 | 0 | 0.50 | 0.31 | 0.35 | 337.59 | 0.33 | 0.49 |
| Hex | A6 | 53 | 72 | 0 | 32 | 1F | 23 | 152 | 21 | 31 |
| Octal | 246 | 123 | 162 | 0 | 62 | 37 | 43 | 522 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1110010 | 0 | 110010 | 11111 | 100011 | 101010010 | 100001 | 110001 |
Color Harmonies of #A65372
Complementary color
Monochromatic Colors of #A65372
Black with #A65372
Text Example
Text Example
White with #A65372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65372; }
p { color: rgb(166,83,114); }
H1.HeaderClassName
{
color: #A65372;
}
.AnyTagClassName
{
color: #A65372;
}
</style>
background-color css
<style>
a { background-color: #A65372; }
a { background-color: rgb(166,83,114); }
div.DivClassName
{
background-color: #A65372;
}
.BgClassName
{
background-color: #A65372;
}
</style>
border-color css
<style>
span { border-color: #A65372; }
span { border-color: rgb(166,83,114); }
td.TdClassName
{
border-color: #A65372;
}
.TagClassName
{
border-color: #A65372;
}
</style>