Shades of Coral Tree #A1746D
Tints of Coral Tree #A1746D
RGB
CMYK
RGB Variations
Color information
#A1746D (or 0xA1746D) is known color: Coral Tree. HEX triplet: A1, 74 and 6D. RGB value is (161,116,109). Sum of RGB (Red+Green+Blue) = 161+116+109=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1746D is #5E8B92. Grayscale: #808080. Windows color (decimal): -6196115 or 7173281. OLE color: 7173281.
HSL color Cylindrical-coordinate representation of color #A1746D: hue angle of 8.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1746D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 109 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.37 |
| HSL | 8.08º | 0.22% | 0.53% | - |
| HSV(B) | 8.08º | 0.32% | 0.63% | - |
| XYZ | 23.7 | 21.17 | 17.31 | - |
| YUV | 128.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 109 | 0 | 0.28 | 0.32 | 0.37 | 8.08 | 0.22 | 0.53 |
| Hex | A1 | 74 | 6D | 0 | 1C | 20 | 25 | 8 | 16 | 35 |
| Octal | 241 | 164 | 155 | 0 | 34 | 40 | 45 | 10 | 26 | 65 |
| Binary | 10100001 | 1110100 | 1101101 | 0 | 11100 | 100000 | 100101 | 1000 | 10110 | 110101 |
Color Harmonies of #A1746D
Complementary color
Monochromatic Colors of #A1746D
Black with #A1746D
Text Example
Text Example
White with #A1746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1746D; }
p { color: rgb(161,116,109); }
H1.HeaderClassName
{
color: #A1746D;
}
.AnyTagClassName
{
color: #A1746D;
}
</style>
background-color css
<style>
a { background-color: #A1746D; }
a { background-color: rgb(161,116,109); }
div.DivClassName
{
background-color: #A1746D;
}
.BgClassName
{
background-color: #A1746D;
}
</style>
border-color css
<style>
span { border-color: #A1746D; }
span { border-color: rgb(161,116,109); }
td.TdClassName
{
border-color: #A1746D;
}
.TagClassName
{
border-color: #A1746D;
}
</style>