Shades of Coral Tree #A36B65
Tints of Coral Tree #A36B65
RGB
CMYK
RGB Variations
Color information
#A36B65 (or 0xA36B65) is known color: Coral Tree. HEX triplet: A3, 6B and 65. RGB value is (163,107,101). Sum of RGB (Red+Green+Blue) = 163+107+101=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B65 is #5C949A. Grayscale: #7B7B7B. Windows color (decimal): -6067355 or 6646691. OLE color: 6646691.
HSL color Cylindrical-coordinate representation of color #A36B65: hue angle of 5.81º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A36B65 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 101 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.36 |
| HSL | 5.81º | 0.25% | 0.52% | - |
| HSV(B) | 5.81º | 0.38% | 0.64% | - |
| XYZ | 22.71 | 19.24 | 14.83 | - |
| YUV | 123.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 101 | 0 | 0.34 | 0.38 | 0.36 | 5.81 | 0.25 | 0.52 |
| Hex | A3 | 6B | 65 | 0 | 22 | 26 | 24 | 6 | 19 | 34 |
| Octal | 243 | 153 | 145 | 0 | 42 | 46 | 44 | 6 | 31 | 64 |
| Binary | 10100011 | 1101011 | 1100101 | 0 | 100010 | 100110 | 100100 | 110 | 11001 | 110100 |
Color Harmonies of #A36B65
Complementary color
Monochromatic Colors of #A36B65
Black with #A36B65
Text Example
Text Example
White with #A36B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36B65; }
p { color: rgb(163,107,101); }
H1.HeaderClassName
{
color: #A36B65;
}
.AnyTagClassName
{
color: #A36B65;
}
</style>
background-color css
<style>
a { background-color: #A36B65; }
a { background-color: rgb(163,107,101); }
div.DivClassName
{
background-color: #A36B65;
}
.BgClassName
{
background-color: #A36B65;
}
</style>
border-color css
<style>
span { border-color: #A36B65; }
span { border-color: rgb(163,107,101); }
td.TdClassName
{
border-color: #A36B65;
}
.TagClassName
{
border-color: #A36B65;
}
</style>