Shades of Coral Tree #A77264
Tints of Coral Tree #A77264
RGB
CMYK
RGB Variations
Color information
#A77264 (or 0xA77264) is known color: Coral Tree. HEX triplet: A7, 72 and 64. RGB value is (167,114,100). Sum of RGB (Red+Green+Blue) = 167+114+100=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A77264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77264 is #588D9B. Grayscale: #808080. Windows color (decimal): -5803420 or 6582951. OLE color: 6582951.
HSL color Cylindrical-coordinate representation of color #A77264: hue angle of 12.54º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77264 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 100 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.35 |
| HSL | 12.54º | 0.28% | 0.52% | - |
| HSV(B) | 12.54º | 0.4% | 0.65% | - |
| XYZ | 24.25 | 21.17 | 14.86 | - |
| YUV | 128.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 100 | 0 | 0.32 | 0.40 | 0.35 | 12.54 | 0.28 | 0.52 |
| Hex | A7 | 72 | 64 | 0 | 20 | 28 | 23 | D | 1C | 34 |
| Octal | 247 | 162 | 144 | 0 | 40 | 50 | 43 | 15 | 34 | 64 |
| Binary | 10100111 | 1110010 | 1100100 | 0 | 100000 | 101000 | 100011 | 1101 | 11100 | 110100 |
Color Harmonies of #A77264
Complementary color
Monochromatic Colors of #A77264
Black with #A77264
Text Example
Text Example
White with #A77264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77264; }
p { color: rgb(167,114,100); }
H1.HeaderClassName
{
color: #A77264;
}
.AnyTagClassName
{
color: #A77264;
}
</style>
background-color css
<style>
a { background-color: #A77264; }
a { background-color: rgb(167,114,100); }
div.DivClassName
{
background-color: #A77264;
}
.BgClassName
{
background-color: #A77264;
}
</style>
border-color css
<style>
span { border-color: #A77264; }
span { border-color: rgb(167,114,100); }
td.TdClassName
{
border-color: #A77264;
}
.TagClassName
{
border-color: #A77264;
}
</style>