Shades of Coral Tree #A36D64
Tints of Coral Tree #A36D64
RGB
CMYK
RGB Variations
Color information
#A36D64 (or 0xA36D64) is known color: Coral Tree. HEX triplet: A3, 6D and 64. RGB value is (163,109,100). Sum of RGB (Red+Green+Blue) = 163+109+100=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D64 is #5C929B. Grayscale: #7C7C7C. Windows color (decimal): -6066844 or 6581667. OLE color: 6581667.
HSL color Cylindrical-coordinate representation of color #A36D64: hue angle of 8.57º 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 #A36D64 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 100 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.36 |
| HSL | 8.57º | 0.26% | 0.52% | - |
| HSV(B) | 8.57º | 0.39% | 0.64% | - |
| XYZ | 22.87 | 19.64 | 14.64 | - |
| YUV | 124.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 100 | 0 | 0.33 | 0.39 | 0.36 | 8.57 | 0.26 | 0.52 |
| Hex | A3 | 6D | 64 | 0 | 21 | 27 | 24 | 9 | 1A | 34 |
| Octal | 243 | 155 | 144 | 0 | 41 | 47 | 44 | 11 | 32 | 64 |
| Binary | 10100011 | 1101101 | 1100100 | 0 | 100001 | 100111 | 100100 | 1001 | 11010 | 110100 |
Color Harmonies of #A36D64
Complementary color
Monochromatic Colors of #A36D64
Black with #A36D64
Text Example
Text Example
White with #A36D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D64; }
p { color: rgb(163,109,100); }
H1.HeaderClassName
{
color: #A36D64;
}
.AnyTagClassName
{
color: #A36D64;
}
</style>
background-color css
<style>
a { background-color: #A36D64; }
a { background-color: rgb(163,109,100); }
div.DivClassName
{
background-color: #A36D64;
}
.BgClassName
{
background-color: #A36D64;
}
</style>
border-color css
<style>
span { border-color: #A36D64; }
span { border-color: rgb(163,109,100); }
td.TdClassName
{
border-color: #A36D64;
}
.TagClassName
{
border-color: #A36D64;
}
</style>