Shades of Coral Tree #A46963
Tints of Coral Tree #A46963
RGB
CMYK
RGB Variations
Color information
#A46963 (or 0xA46963) is known color: Coral Tree. HEX triplet: A4, 69 and 63. RGB value is (164,105,99). Sum of RGB (Red+Green+Blue) = 164+105+99=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A46963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46963 is #5B969C. Grayscale: #7A7A7A. Windows color (decimal): -6002333 or 6515108. OLE color: 6515108.
HSL color Cylindrical-coordinate representation of color #A46963: hue angle of 5.54º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46963 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 105 | 99 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.36 |
| HSL | 5.54º | 0.26% | 0.52% | - |
| HSV(B) | 5.54º | 0.4% | 0.64% | - |
| XYZ | 22.61 | 18.9 | 14.26 | - |
| YUV | 121.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 99 | 0 | 0.36 | 0.40 | 0.36 | 5.54 | 0.26 | 0.52 |
| Hex | A4 | 69 | 63 | 0 | 24 | 28 | 24 | 6 | 1A | 34 |
| Octal | 244 | 151 | 143 | 0 | 44 | 50 | 44 | 6 | 32 | 64 |
| Binary | 10100100 | 1101001 | 1100011 | 0 | 100100 | 101000 | 100100 | 110 | 11010 | 110100 |
Color Harmonies of #A46963
Complementary color
Monochromatic Colors of #A46963
Black with #A46963
Text Example
Text Example
White with #A46963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46963; }
p { color: rgb(164,105,99); }
H1.HeaderClassName
{
color: #A46963;
}
.AnyTagClassName
{
color: #A46963;
}
</style>
background-color css
<style>
a { background-color: #A46963; }
a { background-color: rgb(164,105,99); }
div.DivClassName
{
background-color: #A46963;
}
.BgClassName
{
background-color: #A46963;
}
</style>
border-color css
<style>
span { border-color: #A46963; }
span { border-color: rgb(164,105,99); }
td.TdClassName
{
border-color: #A46963;
}
.TagClassName
{
border-color: #A46963;
}
</style>