Shades of Coral Tree #A36963
Tints of Coral Tree #A36963
RGB
CMYK
RGB Variations
Color information
#A36963 (or 0xA36963) is known color: Coral Tree. HEX triplet: A3, 69 and 63. RGB value is (163,105,99). Sum of RGB (Red+Green+Blue) = 163+105+99=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A36963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36963 is #5C969C. Grayscale: #797979. Windows color (decimal): -6067869 or 6515107. OLE color: 6515107.
HSL color Cylindrical-coordinate representation of color #A36963: hue angle of 5.62º degrees, saturation: 0.26, 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 #A36963 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 99 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.36 |
| HSL | 5.63º | 0.26% | 0.51% | - |
| HSV(B) | 5.63º | 0.39% | 0.64% | - |
| XYZ | 22.41 | 18.79 | 14.25 | - |
| YUV | 121.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 99 | 0 | 0.36 | 0.39 | 0.36 | 5.63 | 0.26 | 0.51 |
| Hex | A3 | 69 | 63 | 0 | 24 | 27 | 24 | 6 | 1A | 33 |
| Octal | 243 | 151 | 143 | 0 | 44 | 47 | 44 | 6 | 32 | 63 |
| Binary | 10100011 | 1101001 | 1100011 | 0 | 100100 | 100111 | 100100 | 110 | 11010 | 110011 |
Color Harmonies of #A36963
Complementary color
Monochromatic Colors of #A36963
Black with #A36963
Text Example
Text Example
White with #A36963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36963; }
p { color: rgb(163,105,99); }
H1.HeaderClassName
{
color: #A36963;
}
.AnyTagClassName
{
color: #A36963;
}
</style>
background-color css
<style>
a { background-color: #A36963; }
a { background-color: rgb(163,105,99); }
div.DivClassName
{
background-color: #A36963;
}
.BgClassName
{
background-color: #A36963;
}
</style>
border-color css
<style>
span { border-color: #A36963; }
span { border-color: rgb(163,105,99); }
td.TdClassName
{
border-color: #A36963;
}
.TagClassName
{
border-color: #A36963;
}
</style>