Shades of Coral Tree #A36864
Tints of Coral Tree #A36864
RGB
CMYK
RGB Variations
Color information
#A36864 (or 0xA36864) is known color: Coral Tree. HEX triplet: A3, 68 and 64. RGB value is (163,104,100). Sum of RGB (Red+Green+Blue) = 163+104+100=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A36864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36864 is #5C979B. Grayscale: #797979. Windows color (decimal): -6068124 or 6580387. OLE color: 6580387.
HSL color Cylindrical-coordinate representation of color #A36864: hue angle of 3.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A36864 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 100 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.36 |
| HSL | 3.81º | 0.26% | 0.52% | - |
| HSV(B) | 3.81º | 0.39% | 0.64% | - |
| XYZ | 22.35 | 18.61 | 14.47 | - |
| YUV | 121.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 100 | 0 | 0.36 | 0.39 | 0.36 | 3.81 | 0.26 | 0.52 |
| Hex | A3 | 68 | 64 | 0 | 24 | 27 | 24 | 4 | 1A | 34 |
| Octal | 243 | 150 | 144 | 0 | 44 | 47 | 44 | 4 | 32 | 64 |
| Binary | 10100011 | 1101000 | 1100100 | 0 | 100100 | 100111 | 100100 | 100 | 11010 | 110100 |
Color Harmonies of #A36864
Complementary color
Monochromatic Colors of #A36864
Black with #A36864
Text Example
Text Example
White with #A36864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36864; }
p { color: rgb(163,104,100); }
H1.HeaderClassName
{
color: #A36864;
}
.AnyTagClassName
{
color: #A36864;
}
</style>
background-color css
<style>
a { background-color: #A36864; }
a { background-color: rgb(163,104,100); }
div.DivClassName
{
background-color: #A36864;
}
.BgClassName
{
background-color: #A36864;
}
</style>
border-color css
<style>
span { border-color: #A36864; }
span { border-color: rgb(163,104,100); }
td.TdClassName
{
border-color: #A36864;
}
.TagClassName
{
border-color: #A36864;
}
</style>