Shades of Coral Tree #A3746D
Tints of Coral Tree #A3746D
RGB
CMYK
RGB Variations
Color information
#A3746D (or 0xA3746D) is known color: Coral Tree. HEX triplet: A3, 74 and 6D. RGB value is (163,116,109). Sum of RGB (Red+Green+Blue) = 163+116+109=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3746D is #5C8B92. Grayscale: #818181. Windows color (decimal): -6065043 or 7173283. OLE color: 7173283.
HSL color Cylindrical-coordinate representation of color #A3746D: hue angle of 7.78º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3746D is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 109 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.36 |
| HSL | 7.78º | 0.23% | 0.53% | - |
| HSV(B) | 7.78º | 0.33% | 0.64% | - |
| XYZ | 24.11 | 21.38 | 17.32 | - |
| YUV | 129.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 109 | 0 | 0.29 | 0.33 | 0.36 | 7.78 | 0.23 | 0.53 |
| Hex | A3 | 74 | 6D | 0 | 1D | 21 | 24 | 8 | 17 | 35 |
| Octal | 243 | 164 | 155 | 0 | 35 | 41 | 44 | 10 | 27 | 65 |
| Binary | 10100011 | 1110100 | 1101101 | 0 | 11101 | 100001 | 100100 | 1000 | 10111 | 110101 |
Color Harmonies of #A3746D
Complementary color
Monochromatic Colors of #A3746D
Black with #A3746D
Text Example
Text Example
White with #A3746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3746D; }
p { color: rgb(163,116,109); }
H1.HeaderClassName
{
color: #A3746D;
}
.AnyTagClassName
{
color: #A3746D;
}
</style>
background-color css
<style>
a { background-color: #A3746D; }
a { background-color: rgb(163,116,109); }
div.DivClassName
{
background-color: #A3746D;
}
.BgClassName
{
background-color: #A3746D;
}
</style>
border-color css
<style>
span { border-color: #A3746D; }
span { border-color: rgb(163,116,109); }
td.TdClassName
{
border-color: #A3746D;
}
.TagClassName
{
border-color: #A3746D;
}
</style>