Shades of Coral Tree #A46E6B
Tints of Coral Tree #A46E6B
RGB
CMYK
RGB Variations
Color information
#A46E6B (or 0xA46E6B) is known color: Coral Tree. HEX triplet: A4, 6E and 6B. RGB value is (164,110,107). Sum of RGB (Red+Green+Blue) = 164+110+107=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E6B is #5B9194. Grayscale: #7D7D7D. Windows color (decimal): -6001045 or 7040676. OLE color: 7040676.
HSL color Cylindrical-coordinate representation of color #A46E6B: hue angle of 3.16º 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 #A46E6B is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 107 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.36 |
| HSL | 3.16º | 0.24% | 0.53% | - |
| HSV(B) | 3.16º | 0.35% | 0.64% | - |
| XYZ | 23.54 | 20.11 | 16.55 | - |
| YUV | 125.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 107 | 0 | 0.33 | 0.35 | 0.36 | 3.16 | 0.24 | 0.53 |
| Hex | A4 | 6E | 6B | 0 | 21 | 23 | 24 | 3 | 18 | 35 |
| Octal | 244 | 156 | 153 | 0 | 41 | 43 | 44 | 3 | 30 | 65 |
| Binary | 10100100 | 1101110 | 1101011 | 0 | 100001 | 100011 | 100100 | 11 | 11000 | 110101 |
Color Harmonies of #A46E6B
Complementary color
Monochromatic Colors of #A46E6B
Black with #A46E6B
Text Example
Text Example
White with #A46E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E6B; }
p { color: rgb(164,110,107); }
H1.HeaderClassName
{
color: #A46E6B;
}
.AnyTagClassName
{
color: #A46E6B;
}
</style>
background-color css
<style>
a { background-color: #A46E6B; }
a { background-color: rgb(164,110,107); }
div.DivClassName
{
background-color: #A46E6B;
}
.BgClassName
{
background-color: #A46E6B;
}
</style>
border-color css
<style>
span { border-color: #A46E6B; }
span { border-color: rgb(164,110,107); }
td.TdClassName
{
border-color: #A46E6B;
}
.TagClassName
{
border-color: #A46E6B;
}
</style>