Shades of Coral Tree #A3726D
Tints of Coral Tree #A3726D
RGB
CMYK
RGB Variations
Color information
#A3726D (or 0xA3726D) is known color: Coral Tree. HEX triplet: A3, 72 and 6D. RGB value is (163,114,109). Sum of RGB (Red+Green+Blue) = 163+114+109=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3726D is #5C8D92. Grayscale: #808080. Windows color (decimal): -6065555 or 7172771. OLE color: 7172771.
HSL color Cylindrical-coordinate representation of color #A3726D: hue angle of 5.56º 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 #A3726D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 109 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.36 |
| HSL | 5.56º | 0.23% | 0.53% | - |
| HSV(B) | 5.56º | 0.33% | 0.64% | - |
| XYZ | 23.88 | 20.93 | 17.25 | - |
| YUV | 128.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 109 | 0 | 0.30 | 0.33 | 0.36 | 5.56 | 0.23 | 0.53 |
| Hex | A3 | 72 | 6D | 0 | 1E | 21 | 24 | 6 | 17 | 35 |
| Octal | 243 | 162 | 155 | 0 | 36 | 41 | 44 | 6 | 27 | 65 |
| Binary | 10100011 | 1110010 | 1101101 | 0 | 11110 | 100001 | 100100 | 110 | 10111 | 110101 |
Color Harmonies of #A3726D
Complementary color
Monochromatic Colors of #A3726D
Black with #A3726D
Text Example
Text Example
White with #A3726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3726D; }
p { color: rgb(163,114,109); }
H1.HeaderClassName
{
color: #A3726D;
}
.AnyTagClassName
{
color: #A3726D;
}
</style>
background-color css
<style>
a { background-color: #A3726D; }
a { background-color: rgb(163,114,109); }
div.DivClassName
{
background-color: #A3726D;
}
.BgClassName
{
background-color: #A3726D;
}
</style>
border-color css
<style>
span { border-color: #A3726D; }
span { border-color: rgb(163,114,109); }
td.TdClassName
{
border-color: #A3726D;
}
.TagClassName
{
border-color: #A3726D;
}
</style>