Shades of Coral Tree #A36E6B
Tints of Coral Tree #A36E6B
RGB
CMYK
RGB Variations
Color information
#A36E6B (or 0xA36E6B) is known color: Coral Tree. HEX triplet: A3, 6E and 6B. RGB value is (163,110,107). Sum of RGB (Red+Green+Blue) = 163+110+107=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E6B is #5C9194. Grayscale: #7D7D7D. Windows color (decimal): -6066581 or 7040675. OLE color: 7040675.
HSL color Cylindrical-coordinate representation of color #A36E6B: hue angle of 3.21º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36E6B is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 107 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.36 |
| HSL | 3.21º | 0.23% | 0.53% | - |
| HSV(B) | 3.21º | 0.34% | 0.64% | - |
| XYZ | 23.33 | 20 | 16.54 | - |
| YUV | 125.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 107 | 0 | 0.33 | 0.34 | 0.36 | 3.21 | 0.23 | 0.53 |
| Hex | A3 | 6E | 6B | 0 | 21 | 22 | 24 | 3 | 17 | 35 |
| Octal | 243 | 156 | 153 | 0 | 41 | 42 | 44 | 3 | 27 | 65 |
| Binary | 10100011 | 1101110 | 1101011 | 0 | 100001 | 100010 | 100100 | 11 | 10111 | 110101 |
Color Harmonies of #A36E6B
Complementary color
Monochromatic Colors of #A36E6B
Black with #A36E6B
Text Example
Text Example
White with #A36E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E6B; }
p { color: rgb(163,110,107); }
H1.HeaderClassName
{
color: #A36E6B;
}
.AnyTagClassName
{
color: #A36E6B;
}
</style>
background-color css
<style>
a { background-color: #A36E6B; }
a { background-color: rgb(163,110,107); }
div.DivClassName
{
background-color: #A36E6B;
}
.BgClassName
{
background-color: #A36E6B;
}
</style>
border-color css
<style>
span { border-color: #A36E6B; }
span { border-color: rgb(163,110,107); }
td.TdClassName
{
border-color: #A36E6B;
}
.TagClassName
{
border-color: #A36E6B;
}
</style>