Shades of Coral Tree #A46964
Tints of Coral Tree #A46964
RGB
CMYK
RGB Variations
Color information
#A46964 (or 0xA46964) is known color: Coral Tree. HEX triplet: A4, 69 and 64. RGB value is (164,105,100). Sum of RGB (Red+Green+Blue) = 164+105+100=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A46964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46964 is #5B969B. Grayscale: #7A7A7A. Windows color (decimal): -6002332 or 6580644. OLE color: 6580644.
HSL color Cylindrical-coordinate representation of color #A46964: hue angle of 4.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A46964 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 105 | 100 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.36 |
| HSL | 4.69º | 0.26% | 0.52% | - |
| HSV(B) | 4.69º | 0.39% | 0.64% | - |
| XYZ | 22.66 | 18.92 | 14.51 | - |
| YUV | 122.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 100 | 0 | 0.36 | 0.39 | 0.36 | 4.69 | 0.26 | 0.52 |
| Hex | A4 | 69 | 64 | 0 | 24 | 27 | 24 | 5 | 1A | 34 |
| Octal | 244 | 151 | 144 | 0 | 44 | 47 | 44 | 5 | 32 | 64 |
| Binary | 10100100 | 1101001 | 1100100 | 0 | 100100 | 100111 | 100100 | 101 | 11010 | 110100 |
Color Harmonies of #A46964
Complementary color
Monochromatic Colors of #A46964
Black with #A46964
Text Example
Text Example
White with #A46964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46964; }
p { color: rgb(164,105,100); }
H1.HeaderClassName
{
color: #A46964;
}
.AnyTagClassName
{
color: #A46964;
}
</style>
background-color css
<style>
a { background-color: #A46964; }
a { background-color: rgb(164,105,100); }
div.DivClassName
{
background-color: #A46964;
}
.BgClassName
{
background-color: #A46964;
}
</style>
border-color css
<style>
span { border-color: #A46964; }
span { border-color: rgb(164,105,100); }
td.TdClassName
{
border-color: #A46964;
}
.TagClassName
{
border-color: #A46964;
}
</style>