Shades of Coral Tree #A26A63
Tints of Coral Tree #A26A63
RGB
CMYK
RGB Variations
Color information
#A26A63 (or 0xA26A63) is known color: Coral Tree. HEX triplet: A2, 6A and 63. RGB value is (162,106,99). Sum of RGB (Red+Green+Blue) = 162+106+99=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26A63 is #5D959C. Grayscale: #7A7A7A. Windows color (decimal): -6133149 or 6515362. OLE color: 6515362.
HSL color Cylindrical-coordinate representation of color #A26A63: hue angle of 6.67º 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 #A26A63 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 99 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.36 |
| HSL | 6.67º | 0.25% | 0.51% | - |
| HSV(B) | 6.67º | 0.39% | 0.64% | - |
| XYZ | 22.31 | 18.89 | 14.27 | - |
| YUV | 121.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 99 | 0 | 0.35 | 0.39 | 0.36 | 6.67 | 0.25 | 0.51 |
| Hex | A2 | 6A | 63 | 0 | 23 | 27 | 24 | 7 | 19 | 33 |
| Octal | 242 | 152 | 143 | 0 | 43 | 47 | 44 | 7 | 31 | 63 |
| Binary | 10100010 | 1101010 | 1100011 | 0 | 100011 | 100111 | 100100 | 111 | 11001 | 110011 |
Color Harmonies of #A26A63
Complementary color
Monochromatic Colors of #A26A63
Black with #A26A63
Text Example
Text Example
White with #A26A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A63; }
p { color: rgb(162,106,99); }
H1.HeaderClassName
{
color: #A26A63;
}
.AnyTagClassName
{
color: #A26A63;
}
</style>
background-color css
<style>
a { background-color: #A26A63; }
a { background-color: rgb(162,106,99); }
div.DivClassName
{
background-color: #A26A63;
}
.BgClassName
{
background-color: #A26A63;
}
</style>
border-color css
<style>
span { border-color: #A26A63; }
span { border-color: rgb(162,106,99); }
td.TdClassName
{
border-color: #A26A63;
}
.TagClassName
{
border-color: #A26A63;
}
</style>