Shades of Coral Tree #A36F65
Tints of Coral Tree #A36F65
RGB
CMYK
RGB Variations
Color information
#A36F65 (or 0xA36F65) is known color: Coral Tree. HEX triplet: A3, 6F and 65. RGB value is (163,111,101). Sum of RGB (Red+Green+Blue) = 163+111+101=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F65 is #5C909A. Grayscale: #7D7D7D. Windows color (decimal): -6066331 or 6647715. OLE color: 6647715.
HSL color Cylindrical-coordinate representation of color #A36F65: hue angle of 9.68º 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 #A36F65 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 101 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.36 |
| HSL | 9.68º | 0.25% | 0.52% | - |
| HSV(B) | 9.68º | 0.38% | 0.64% | - |
| XYZ | 23.14 | 20.1 | 14.97 | - |
| YUV | 125.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 101 | 0 | 0.32 | 0.38 | 0.36 | 9.68 | 0.25 | 0.52 |
| Hex | A3 | 6F | 65 | 0 | 20 | 26 | 24 | A | 19 | 34 |
| Octal | 243 | 157 | 145 | 0 | 40 | 46 | 44 | 12 | 31 | 64 |
| Binary | 10100011 | 1101111 | 1100101 | 0 | 100000 | 100110 | 100100 | 1010 | 11001 | 110100 |
Color Harmonies of #A36F65
Complementary color
Monochromatic Colors of #A36F65
Black with #A36F65
Text Example
Text Example
White with #A36F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F65; }
p { color: rgb(163,111,101); }
H1.HeaderClassName
{
color: #A36F65;
}
.AnyTagClassName
{
color: #A36F65;
}
</style>
background-color css
<style>
a { background-color: #A36F65; }
a { background-color: rgb(163,111,101); }
div.DivClassName
{
background-color: #A36F65;
}
.BgClassName
{
background-color: #A36F65;
}
</style>
border-color css
<style>
span { border-color: #A36F65; }
span { border-color: rgb(163,111,101); }
td.TdClassName
{
border-color: #A36F65;
}
.TagClassName
{
border-color: #A36F65;
}
</style>