Shades of Coral Tree #A2736D
Tints of Coral Tree #A2736D
RGB
CMYK
RGB Variations
Color information
#A2736D (or 0xA2736D) is known color: Coral Tree. HEX triplet: A2, 73 and 6D. RGB value is (162,115,109). Sum of RGB (Red+Green+Blue) = 162+115+109=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2736D is #5D8C92. Grayscale: #808080. Windows color (decimal): -6130835 or 7173026. OLE color: 7173026.
HSL color Cylindrical-coordinate representation of color #A2736D: hue angle of 6.79º degrees, saturation: 0.22, 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 #A2736D is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 109 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.36 |
| HSL | 6.79º | 0.22% | 0.53% | - |
| HSV(B) | 6.79º | 0.33% | 0.64% | - |
| XYZ | 23.79 | 21.05 | 17.28 | - |
| YUV | 128.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 109 | 0 | 0.29 | 0.33 | 0.36 | 6.79 | 0.22 | 0.53 |
| Hex | A2 | 73 | 6D | 0 | 1D | 21 | 24 | 7 | 16 | 35 |
| Octal | 242 | 163 | 155 | 0 | 35 | 41 | 44 | 7 | 26 | 65 |
| Binary | 10100010 | 1110011 | 1101101 | 0 | 11101 | 100001 | 100100 | 111 | 10110 | 110101 |
Color Harmonies of #A2736D
Complementary color
Monochromatic Colors of #A2736D
Black with #A2736D
Text Example
Text Example
White with #A2736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2736D; }
p { color: rgb(162,115,109); }
H1.HeaderClassName
{
color: #A2736D;
}
.AnyTagClassName
{
color: #A2736D;
}
</style>
background-color css
<style>
a { background-color: #A2736D; }
a { background-color: rgb(162,115,109); }
div.DivClassName
{
background-color: #A2736D;
}
.BgClassName
{
background-color: #A2736D;
}
</style>
border-color css
<style>
span { border-color: #A2736D; }
span { border-color: rgb(162,115,109); }
td.TdClassName
{
border-color: #A2736D;
}
.TagClassName
{
border-color: #A2736D;
}
</style>