Shades of Coral Tree #A2766E
Tints of Coral Tree #A2766E
RGB
CMYK
RGB Variations
Color information
#A2766E (or 0xA2766E) is known color: Coral Tree. HEX triplet: A2, 76 and 6E. RGB value is (162,118,110). Sum of RGB (Red+Green+Blue) = 162+118+110=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2766E is #5D8991. Grayscale: #828282. Windows color (decimal): -6130066 or 7239330. OLE color: 7239330.
HSL color Cylindrical-coordinate representation of color #A2766E: hue angle of 9.23º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2766E is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 110 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.36 |
| HSL | 9.23º | 0.22% | 0.53% | - |
| HSV(B) | 9.23º | 0.32% | 0.64% | - |
| XYZ | 24.19 | 21.76 | 17.68 | - |
| YUV | 130.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 110 | 0 | 0.27 | 0.32 | 0.36 | 9.23 | 0.22 | 0.53 |
| Hex | A2 | 76 | 6E | 0 | 1B | 20 | 24 | 9 | 16 | 35 |
| Octal | 242 | 166 | 156 | 0 | 33 | 40 | 44 | 11 | 26 | 65 |
| Binary | 10100010 | 1110110 | 1101110 | 0 | 11011 | 100000 | 100100 | 1001 | 10110 | 110101 |
Color Harmonies of #A2766E
Complementary color
Monochromatic Colors of #A2766E
Black with #A2766E
Text Example
Text Example
White with #A2766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2766E; }
p { color: rgb(162,118,110); }
H1.HeaderClassName
{
color: #A2766E;
}
.AnyTagClassName
{
color: #A2766E;
}
</style>
background-color css
<style>
a { background-color: #A2766E; }
a { background-color: rgb(162,118,110); }
div.DivClassName
{
background-color: #A2766E;
}
.BgClassName
{
background-color: #A2766E;
}
</style>
border-color css
<style>
span { border-color: #A2766E; }
span { border-color: rgb(162,118,110); }
td.TdClassName
{
border-color: #A2766E;
}
.TagClassName
{
border-color: #A2766E;
}
</style>