Shades of Coral Tree #A46B65
Tints of Coral Tree #A46B65
RGB
CMYK
RGB Variations
Color information
#A46B65 (or 0xA46B65) is known color: Coral Tree. HEX triplet: A4, 6B and 65. RGB value is (164,107,101). Sum of RGB (Red+Green+Blue) = 164+107+101=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B65 is #5B949A. Grayscale: #7B7B7B. Windows color (decimal): -6001819 or 6646692. OLE color: 6646692.
HSL color Cylindrical-coordinate representation of color #A46B65: hue angle of 5.71º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46B65 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 101 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.36 |
| HSL | 5.71º | 0.26% | 0.52% | - |
| HSV(B) | 5.71º | 0.38% | 0.64% | - |
| XYZ | 22.92 | 19.35 | 14.84 | - |
| YUV | 123.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 101 | 0 | 0.35 | 0.38 | 0.36 | 5.71 | 0.26 | 0.52 |
| Hex | A4 | 6B | 65 | 0 | 23 | 26 | 24 | 6 | 1A | 34 |
| Octal | 244 | 153 | 145 | 0 | 43 | 46 | 44 | 6 | 32 | 64 |
| Binary | 10100100 | 1101011 | 1100101 | 0 | 100011 | 100110 | 100100 | 110 | 11010 | 110100 |
Color Harmonies of #A46B65
Complementary color
Monochromatic Colors of #A46B65
Black with #A46B65
Text Example
Text Example
White with #A46B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B65; }
p { color: rgb(164,107,101); }
H1.HeaderClassName
{
color: #A46B65;
}
.AnyTagClassName
{
color: #A46B65;
}
</style>
background-color css
<style>
a { background-color: #A46B65; }
a { background-color: rgb(164,107,101); }
div.DivClassName
{
background-color: #A46B65;
}
.BgClassName
{
background-color: #A46B65;
}
</style>
border-color css
<style>
span { border-color: #A46B65; }
span { border-color: rgb(164,107,101); }
td.TdClassName
{
border-color: #A46B65;
}
.TagClassName
{
border-color: #A46B65;
}
</style>