Shades of Coral Tree #A6776D
Tints of Coral Tree #A6776D
RGB
CMYK
RGB Variations
Color information
#A6776D (or 0xA6776D) is known color: Coral Tree. HEX triplet: A6, 77 and 6D. RGB value is (166,119,109). Sum of RGB (Red+Green+Blue) = 166+119+109=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6776D is #598892. Grayscale: #848484. Windows color (decimal): -5867667 or 7174054. OLE color: 7174054.
HSL color Cylindrical-coordinate representation of color #A6776D: hue angle of 10.53º 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 #A6776D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 109 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.35 |
| HSL | 10.53º | 0.24% | 0.54% | - |
| HSV(B) | 10.53º | 0.34% | 0.65% | - |
| XYZ | 25.08 | 22.4 | 17.47 | - |
| YUV | 131.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 109 | 0 | 0.28 | 0.34 | 0.35 | 10.53 | 0.24 | 0.54 |
| Hex | A6 | 77 | 6D | 0 | 1C | 22 | 23 | B | 18 | 36 |
| Octal | 246 | 167 | 155 | 0 | 34 | 42 | 43 | 13 | 30 | 66 |
| Binary | 10100110 | 1110111 | 1101101 | 0 | 11100 | 100010 | 100011 | 1011 | 11000 | 110110 |
Color Harmonies of #A6776D
Complementary color
Monochromatic Colors of #A6776D
Black with #A6776D
Text Example
Text Example
White with #A6776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6776D; }
p { color: rgb(166,119,109); }
H1.HeaderClassName
{
color: #A6776D;
}
.AnyTagClassName
{
color: #A6776D;
}
</style>
background-color css
<style>
a { background-color: #A6776D; }
a { background-color: rgb(166,119,109); }
div.DivClassName
{
background-color: #A6776D;
}
.BgClassName
{
background-color: #A6776D;
}
</style>
border-color css
<style>
span { border-color: #A6776D; }
span { border-color: rgb(166,119,109); }
td.TdClassName
{
border-color: #A6776D;
}
.TagClassName
{
border-color: #A6776D;
}
</style>