Shades of Coral Tree #A3766F
Tints of Coral Tree #A3766F
RGB
CMYK
RGB Variations
Color information
#A3766F (or 0xA3766F) is known color: Coral Tree. HEX triplet: A3, 76 and 6F. RGB value is (163,118,111). Sum of RGB (Red+Green+Blue) = 163+118+111=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A3766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3766F is #5C8990. Grayscale: #828282. Windows color (decimal): -6064529 or 7304867. OLE color: 7304867.
HSL color Cylindrical-coordinate representation of color #A3766F: hue angle of 8.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3766F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 118 | 111 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.36 |
| HSL | 8.08º | 0.22% | 0.54% | - |
| HSV(B) | 8.08º | 0.32% | 0.64% | - |
| XYZ | 24.45 | 21.89 | 17.98 | - |
| YUV | 130.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 111 | 0 | 0.28 | 0.32 | 0.36 | 8.08 | 0.22 | 0.54 |
| Hex | A3 | 76 | 6F | 0 | 1C | 20 | 24 | 8 | 16 | 36 |
| Octal | 243 | 166 | 157 | 0 | 34 | 40 | 44 | 10 | 26 | 66 |
| Binary | 10100011 | 1110110 | 1101111 | 0 | 11100 | 100000 | 100100 | 1000 | 10110 | 110110 |
Color Harmonies of #A3766F
Complementary color
Monochromatic Colors of #A3766F
Black with #A3766F
Text Example
Text Example
White with #A3766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3766F; }
p { color: rgb(163,118,111); }
H1.HeaderClassName
{
color: #A3766F;
}
.AnyTagClassName
{
color: #A3766F;
}
</style>
background-color css
<style>
a { background-color: #A3766F; }
a { background-color: rgb(163,118,111); }
div.DivClassName
{
background-color: #A3766F;
}
.BgClassName
{
background-color: #A3766F;
}
</style>
border-color css
<style>
span { border-color: #A3766F; }
span { border-color: rgb(163,118,111); }
td.TdClassName
{
border-color: #A3766F;
}
.TagClassName
{
border-color: #A3766F;
}
</style>