Shades of Coral Tree #A46F65
Tints of Coral Tree #A46F65
RGB
CMYK
RGB Variations
Color information
#A46F65 (or 0xA46F65) is known color: Coral Tree. HEX triplet: A4, 6F and 65. RGB value is (164,111,101). Sum of RGB (Red+Green+Blue) = 164+111+101=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F65 is #5B909A. Grayscale: #7D7D7D. Windows color (decimal): -6000795 or 6647716. OLE color: 6647716.
HSL color Cylindrical-coordinate representation of color #A46F65: hue angle of 9.52º 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 #A46F65 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 101 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.36 |
| HSL | 9.52º | 0.26% | 0.52% | - |
| HSV(B) | 9.52º | 0.38% | 0.64% | - |
| XYZ | 23.34 | 20.2 | 14.98 | - |
| YUV | 125.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 101 | 0 | 0.32 | 0.38 | 0.36 | 9.52 | 0.26 | 0.52 |
| Hex | A4 | 6F | 65 | 0 | 20 | 26 | 24 | A | 1A | 34 |
| Octal | 244 | 157 | 145 | 0 | 40 | 46 | 44 | 12 | 32 | 64 |
| Binary | 10100100 | 1101111 | 1100101 | 0 | 100000 | 100110 | 100100 | 1010 | 11010 | 110100 |
Color Harmonies of #A46F65
Complementary color
Monochromatic Colors of #A46F65
Black with #A46F65
Text Example
Text Example
White with #A46F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F65; }
p { color: rgb(164,111,101); }
H1.HeaderClassName
{
color: #A46F65;
}
.AnyTagClassName
{
color: #A46F65;
}
</style>
background-color css
<style>
a { background-color: #A46F65; }
a { background-color: rgb(164,111,101); }
div.DivClassName
{
background-color: #A46F65;
}
.BgClassName
{
background-color: #A46F65;
}
</style>
border-color css
<style>
span { border-color: #A46F65; }
span { border-color: rgb(164,111,101); }
td.TdClassName
{
border-color: #A46F65;
}
.TagClassName
{
border-color: #A46F65;
}
</style>