Shades of Coral Tree #A47069
Tints of Coral Tree #A47069
RGB
CMYK
RGB Variations
Color information
#A47069 (or 0xA47069) is known color: Coral Tree. HEX triplet: A4, 70 and 69. RGB value is (164,112,105). Sum of RGB (Red+Green+Blue) = 164+112+105=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47069 is #5B8F96. Grayscale: #7E7E7E. Windows color (decimal): -6000535 or 6910116. OLE color: 6910116.
HSL color Cylindrical-coordinate representation of color #A47069: hue angle of 7.12º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A47069 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 105 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.36 |
| HSL | 7.12º | 0.24% | 0.53% | - |
| HSV(B) | 7.12º | 0.36% | 0.64% | - |
| XYZ | 23.65 | 20.5 | 16.07 | - |
| YUV | 126.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 105 | 0 | 0.32 | 0.36 | 0.36 | 7.12 | 0.24 | 0.53 |
| Hex | A4 | 70 | 69 | 0 | 20 | 24 | 24 | 7 | 18 | 35 |
| Octal | 244 | 160 | 151 | 0 | 40 | 44 | 44 | 7 | 30 | 65 |
| Binary | 10100100 | 1110000 | 1101001 | 0 | 100000 | 100100 | 100100 | 111 | 11000 | 110101 |
Color Harmonies of #A47069
Complementary color
Monochromatic Colors of #A47069
Black with #A47069
Text Example
Text Example
White with #A47069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47069; }
p { color: rgb(164,112,105); }
H1.HeaderClassName
{
color: #A47069;
}
.AnyTagClassName
{
color: #A47069;
}
</style>
background-color css
<style>
a { background-color: #A47069; }
a { background-color: rgb(164,112,105); }
div.DivClassName
{
background-color: #A47069;
}
.BgClassName
{
background-color: #A47069;
}
</style>
border-color css
<style>
span { border-color: #A47069; }
span { border-color: rgb(164,112,105); }
td.TdClassName
{
border-color: #A47069;
}
.TagClassName
{
border-color: #A47069;
}
</style>