Shades of Coral Tree #A46E6A
Tints of Coral Tree #A46E6A
RGB
CMYK
RGB Variations
Color information
#A46E6A (or 0xA46E6A) is known color: Coral Tree. HEX triplet: A4, 6E and 6A. RGB value is (164,110,106). Sum of RGB (Red+Green+Blue) = 164+110+106=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E6A is #5B9195. Grayscale: #7D7D7D. Windows color (decimal): -6001046 or 6975140. OLE color: 6975140.
HSL color Cylindrical-coordinate representation of color #A46E6A: hue angle of 4.14º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46E6A is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 106 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.36 |
| HSL | 4.14º | 0.24% | 0.53% | - |
| HSV(B) | 4.14º | 0.35% | 0.64% | - |
| XYZ | 23.49 | 20.08 | 16.27 | - |
| YUV | 125.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 106 | 0 | 0.33 | 0.35 | 0.36 | 4.14 | 0.24 | 0.53 |
| Hex | A4 | 6E | 6A | 0 | 21 | 23 | 24 | 4 | 18 | 35 |
| Octal | 244 | 156 | 152 | 0 | 41 | 43 | 44 | 4 | 30 | 65 |
| Binary | 10100100 | 1101110 | 1101010 | 0 | 100001 | 100011 | 100100 | 100 | 11000 | 110101 |
Color Harmonies of #A46E6A
Complementary color
Monochromatic Colors of #A46E6A
Black with #A46E6A
Text Example
Text Example
White with #A46E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E6A; }
p { color: rgb(164,110,106); }
H1.HeaderClassName
{
color: #A46E6A;
}
.AnyTagClassName
{
color: #A46E6A;
}
</style>
background-color css
<style>
a { background-color: #A46E6A; }
a { background-color: rgb(164,110,106); }
div.DivClassName
{
background-color: #A46E6A;
}
.BgClassName
{
background-color: #A46E6A;
}
</style>
border-color css
<style>
span { border-color: #A46E6A; }
span { border-color: rgb(164,110,106); }
td.TdClassName
{
border-color: #A46E6A;
}
.TagClassName
{
border-color: #A46E6A;
}
</style>