Shades of Coral Tree #A26E66
Tints of Coral Tree #A26E66
RGB
CMYK
RGB Variations
Color information
#A26E66 (or 0xA26E66) is known color: Coral Tree. HEX triplet: A2, 6E and 66. RGB value is (162,110,102). Sum of RGB (Red+Green+Blue) = 162+110+102=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26E66 is #5D9199. Grayscale: #7C7C7C. Windows color (decimal): -6132122 or 6712994. OLE color: 6712994.
HSL color Cylindrical-coordinate representation of color #A26E66: hue angle of 8º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A26E66 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 110 | 102 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.36 |
| HSL | 8º | 0.24% | 0.52% | - |
| HSV(B) | 8º | 0.37% | 0.64% | - |
| XYZ | 22.87 | 19.79 | 15.19 | - |
| YUV | 124.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 102 | 0 | 0.32 | 0.37 | 0.36 | 8 | 0.24 | 0.52 |
| Hex | A2 | 6E | 66 | 0 | 20 | 25 | 24 | 8 | 18 | 34 |
| Octal | 242 | 156 | 146 | 0 | 40 | 45 | 44 | 10 | 30 | 64 |
| Binary | 10100010 | 1101110 | 1100110 | 0 | 100000 | 100101 | 100100 | 1000 | 11000 | 110100 |
Color Harmonies of #A26E66
Complementary color
Monochromatic Colors of #A26E66
Black with #A26E66
Text Example
Text Example
White with #A26E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26E66; }
p { color: rgb(162,110,102); }
H1.HeaderClassName
{
color: #A26E66;
}
.AnyTagClassName
{
color: #A26E66;
}
</style>
background-color css
<style>
a { background-color: #A26E66; }
a { background-color: rgb(162,110,102); }
div.DivClassName
{
background-color: #A26E66;
}
.BgClassName
{
background-color: #A26E66;
}
</style>
border-color css
<style>
span { border-color: #A26E66; }
span { border-color: rgb(162,110,102); }
td.TdClassName
{
border-color: #A26E66;
}
.TagClassName
{
border-color: #A26E66;
}
</style>