Shades of Coral Tree #A36E64
Tints of Coral Tree #A36E64
RGB
CMYK
RGB Variations
Color information
#A36E64 (or 0xA36E64) is known color: Coral Tree. HEX triplet: A3, 6E and 64. RGB value is (163,110,100). Sum of RGB (Red+Green+Blue) = 163+110+100=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E64 is #5C919B. Grayscale: #7C7C7C. Windows color (decimal): -6066588 or 6581923. OLE color: 6581923.
HSL color Cylindrical-coordinate representation of color #A36E64: hue angle of 9.52º 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 #A36E64 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 100 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.36 |
| HSL | 9.52º | 0.26% | 0.52% | - |
| HSV(B) | 9.52º | 0.39% | 0.64% | - |
| XYZ | 22.98 | 19.86 | 14.68 | - |
| YUV | 124.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 100 | 0 | 0.33 | 0.39 | 0.36 | 9.52 | 0.26 | 0.52 |
| Hex | A3 | 6E | 64 | 0 | 21 | 27 | 24 | A | 1A | 34 |
| Octal | 243 | 156 | 144 | 0 | 41 | 47 | 44 | 12 | 32 | 64 |
| Binary | 10100011 | 1101110 | 1100100 | 0 | 100001 | 100111 | 100100 | 1010 | 11010 | 110100 |
Color Harmonies of #A36E64
Complementary color
Monochromatic Colors of #A36E64
Black with #A36E64
Text Example
Text Example
White with #A36E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E64; }
p { color: rgb(163,110,100); }
H1.HeaderClassName
{
color: #A36E64;
}
.AnyTagClassName
{
color: #A36E64;
}
</style>
background-color css
<style>
a { background-color: #A36E64; }
a { background-color: rgb(163,110,100); }
div.DivClassName
{
background-color: #A36E64;
}
.BgClassName
{
background-color: #A36E64;
}
</style>
border-color css
<style>
span { border-color: #A36E64; }
span { border-color: rgb(163,110,100); }
td.TdClassName
{
border-color: #A36E64;
}
.TagClassName
{
border-color: #A36E64;
}
</style>