Shades of Coral Tree #A46E6C
Tints of Coral Tree #A46E6C
RGB
CMYK
RGB Variations
Color information
#A46E6C (or 0xA46E6C) is known color: Coral Tree. HEX triplet: A4, 6E and 6C. RGB value is (164,110,108). Sum of RGB (Red+Green+Blue) = 164+110+108=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E6C is #5B9193. Grayscale: #7D7D7D. Windows color (decimal): -6001044 or 7106212. OLE color: 7106212.
HSL color Cylindrical-coordinate representation of color #A46E6C: hue angle of 2.14º degrees, saturation: 0.24, 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 #A46E6C is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 108 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.36 |
| HSL | 2.14º | 0.24% | 0.53% | - |
| HSV(B) | 2.14º | 0.34% | 0.64% | - |
| XYZ | 23.59 | 20.13 | 16.83 | - |
| YUV | 125.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 108 | 0 | 0.33 | 0.34 | 0.36 | 2.14 | 0.24 | 0.53 |
| Hex | A4 | 6E | 6C | 0 | 21 | 22 | 24 | 2 | 18 | 35 |
| Octal | 244 | 156 | 154 | 0 | 41 | 42 | 44 | 2 | 30 | 65 |
| Binary | 10100100 | 1101110 | 1101100 | 0 | 100001 | 100010 | 100100 | 10 | 11000 | 110101 |
Color Harmonies of #A46E6C
Complementary color
Monochromatic Colors of #A46E6C
Black with #A46E6C
Text Example
Text Example
White with #A46E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E6C; }
p { color: rgb(164,110,108); }
H1.HeaderClassName
{
color: #A46E6C;
}
.AnyTagClassName
{
color: #A46E6C;
}
</style>
background-color css
<style>
a { background-color: #A46E6C; }
a { background-color: rgb(164,110,108); }
div.DivClassName
{
background-color: #A46E6C;
}
.BgClassName
{
background-color: #A46E6C;
}
</style>
border-color css
<style>
span { border-color: #A46E6C; }
span { border-color: rgb(164,110,108); }
td.TdClassName
{
border-color: #A46E6C;
}
.TagClassName
{
border-color: #A46E6C;
}
</style>