Shades of Coral Tree #A46D6D
Tints of Coral Tree #A46D6D
RGB
CMYK
RGB Variations
Color information
#A46D6D (or 0xA46D6D) is known color: Coral Tree. HEX triplet: A4, 6D and 6D. RGB value is (164,109,109). Sum of RGB (Red+Green+Blue) = 164+109+109=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D6D is #5B9292. Grayscale: #7D7D7D. Windows color (decimal): -6001299 or 7171492. OLE color: 7171492.
HSL color Cylindrical-coordinate representation of color #A46D6D: hue angle of 0º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46D6D is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 109 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.36 |
| HSL | 0º | 0.23% | 0.54% | - |
| HSV(B) | 0º | 0.34% | 0.64% | - |
| XYZ | 23.54 | 19.93 | 17.08 | - |
| YUV | 125.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 109 | 0 | 0.34 | 0.34 | 0.36 | 0 | 0.23 | 0.54 |
| Hex | A4 | 6D | 6D | 0 | 22 | 22 | 24 | 0 | 17 | 36 |
| Octal | 244 | 155 | 155 | 0 | 42 | 42 | 44 | 0 | 27 | 66 |
| Binary | 10100100 | 1101101 | 1101101 | 0 | 100010 | 100010 | 100100 | 0 | 10111 | 110110 |
Color Harmonies of #A46D6D
Complementary color
Monochromatic Colors of #A46D6D
Black with #A46D6D
Text Example
Text Example
White with #A46D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D6D; }
p { color: rgb(164,109,109); }
H1.HeaderClassName
{
color: #A46D6D;
}
.AnyTagClassName
{
color: #A46D6D;
}
</style>
background-color css
<style>
a { background-color: #A46D6D; }
a { background-color: rgb(164,109,109); }
div.DivClassName
{
background-color: #A46D6D;
}
.BgClassName
{
background-color: #A46D6D;
}
</style>
border-color css
<style>
span { border-color: #A46D6D; }
span { border-color: rgb(164,109,109); }
td.TdClassName
{
border-color: #A46D6D;
}
.TagClassName
{
border-color: #A46D6D;
}
</style>