Shades of Coral Tree #A26863
Tints of Coral Tree #A26863
RGB
CMYK
RGB Variations
Color information
#A26863 (or 0xA26863) is known color: Coral Tree. HEX triplet: A2, 68 and 63. RGB value is (162,104,99). Sum of RGB (Red+Green+Blue) = 162+104+99=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A26863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26863 is #5D979C. Grayscale: #787878. Windows color (decimal): -6133661 or 6514850. OLE color: 6514850.
HSL color Cylindrical-coordinate representation of color #A26863: hue angle of 4.76º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A26863 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 99 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.36 |
| HSL | 4.76º | 0.25% | 0.51% | - |
| HSV(B) | 4.76º | 0.39% | 0.64% | - |
| XYZ | 22.1 | 18.48 | 14.21 | - |
| YUV | 120.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 99 | 0 | 0.36 | 0.39 | 0.36 | 4.76 | 0.25 | 0.51 |
| Hex | A2 | 68 | 63 | 0 | 24 | 27 | 24 | 5 | 19 | 33 |
| Octal | 242 | 150 | 143 | 0 | 44 | 47 | 44 | 5 | 31 | 63 |
| Binary | 10100010 | 1101000 | 1100011 | 0 | 100100 | 100111 | 100100 | 101 | 11001 | 110011 |
Color Harmonies of #A26863
Complementary color
Monochromatic Colors of #A26863
Black with #A26863
Text Example
Text Example
White with #A26863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26863; }
p { color: rgb(162,104,99); }
H1.HeaderClassName
{
color: #A26863;
}
.AnyTagClassName
{
color: #A26863;
}
</style>
background-color css
<style>
a { background-color: #A26863; }
a { background-color: rgb(162,104,99); }
div.DivClassName
{
background-color: #A26863;
}
.BgClassName
{
background-color: #A26863;
}
</style>
border-color css
<style>
span { border-color: #A26863; }
span { border-color: rgb(162,104,99); }
td.TdClassName
{
border-color: #A26863;
}
.TagClassName
{
border-color: #A26863;
}
</style>