Shades of Coral Tree #A6766D
Tints of Coral Tree #A6766D
RGB
CMYK
RGB Variations
Color information
#A6766D (or 0xA6766D) is known color: Coral Tree. HEX triplet: A6, 76 and 6D. RGB value is (166,118,109). Sum of RGB (Red+Green+Blue) = 166+118+109=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6766D is #598992. Grayscale: #838383. Windows color (decimal): -5867923 or 7173798. OLE color: 7173798.
HSL color Cylindrical-coordinate representation of color #A6766D: hue angle of 9.47º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6766D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 109 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.35 |
| HSL | 9.47º | 0.24% | 0.54% | - |
| HSV(B) | 9.47º | 0.34% | 0.65% | - |
| XYZ | 24.96 | 22.17 | 17.43 | - |
| YUV | 131.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 109 | 0 | 0.29 | 0.34 | 0.35 | 9.47 | 0.24 | 0.54 |
| Hex | A6 | 76 | 6D | 0 | 1D | 22 | 23 | 9 | 18 | 36 |
| Octal | 246 | 166 | 155 | 0 | 35 | 42 | 43 | 11 | 30 | 66 |
| Binary | 10100110 | 1110110 | 1101101 | 0 | 11101 | 100010 | 100011 | 1001 | 11000 | 110110 |
Color Harmonies of #A6766D
Complementary color
Monochromatic Colors of #A6766D
Black with #A6766D
Text Example
Text Example
White with #A6766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6766D; }
p { color: rgb(166,118,109); }
H1.HeaderClassName
{
color: #A6766D;
}
.AnyTagClassName
{
color: #A6766D;
}
</style>
background-color css
<style>
a { background-color: #A6766D; }
a { background-color: rgb(166,118,109); }
div.DivClassName
{
background-color: #A6766D;
}
.BgClassName
{
background-color: #A6766D;
}
</style>
border-color css
<style>
span { border-color: #A6766D; }
span { border-color: rgb(166,118,109); }
td.TdClassName
{
border-color: #A6766D;
}
.TagClassName
{
border-color: #A6766D;
}
</style>