Shades of Coral Tree #A46E68
Tints of Coral Tree #A46E68
RGB
CMYK
RGB Variations
Color information
#A46E68 (or 0xA46E68) is known color: Coral Tree. HEX triplet: A4, 6E and 68. RGB value is (164,110,104). Sum of RGB (Red+Green+Blue) = 164+110+104=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E68 is #5B9197. Grayscale: #7D7D7D. Windows color (decimal): -6001048 or 6844068. OLE color: 6844068.
HSL color Cylindrical-coordinate representation of color #A46E68: hue angle of 6º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46E68 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 104 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.36 |
| HSL | 6º | 0.25% | 0.53% | - |
| HSV(B) | 6º | 0.37% | 0.64% | - |
| XYZ | 23.38 | 20.04 | 15.73 | - |
| YUV | 125.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 104 | 0 | 0.33 | 0.37 | 0.36 | 6 | 0.25 | 0.53 |
| Hex | A4 | 6E | 68 | 0 | 21 | 25 | 24 | 6 | 19 | 35 |
| Octal | 244 | 156 | 150 | 0 | 41 | 45 | 44 | 6 | 31 | 65 |
| Binary | 10100100 | 1101110 | 1101000 | 0 | 100001 | 100101 | 100100 | 110 | 11001 | 110101 |
Color Harmonies of #A46E68
Complementary color
Monochromatic Colors of #A46E68
Black with #A46E68
Text Example
Text Example
White with #A46E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E68; }
p { color: rgb(164,110,104); }
H1.HeaderClassName
{
color: #A46E68;
}
.AnyTagClassName
{
color: #A46E68;
}
</style>
background-color css
<style>
a { background-color: #A46E68; }
a { background-color: rgb(164,110,104); }
div.DivClassName
{
background-color: #A46E68;
}
.BgClassName
{
background-color: #A46E68;
}
</style>
border-color css
<style>
span { border-color: #A46E68; }
span { border-color: rgb(164,110,104); }
td.TdClassName
{
border-color: #A46E68;
}
.TagClassName
{
border-color: #A46E68;
}
</style>