Shades of Coral Tree #A4706A
Tints of Coral Tree #A4706A
RGB
CMYK
RGB Variations
Color information
#A4706A (or 0xA4706A) is known color: Coral Tree. HEX triplet: A4, 70 and 6A. RGB value is (164,112,106). Sum of RGB (Red+Green+Blue) = 164+112+106=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A4706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4706A is #5B8F95. Grayscale: #7E7E7E. Windows color (decimal): -6000534 or 6975652. OLE color: 6975652.
HSL color Cylindrical-coordinate representation of color #A4706A: hue angle of 6.21º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4706A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 106 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.36 |
| HSL | 6.21º | 0.24% | 0.53% | - |
| HSV(B) | 6.21º | 0.35% | 0.64% | - |
| XYZ | 23.71 | 20.52 | 16.35 | - |
| YUV | 126.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 106 | 0 | 0.32 | 0.35 | 0.36 | 6.21 | 0.24 | 0.53 |
| Hex | A4 | 70 | 6A | 0 | 20 | 23 | 24 | 6 | 18 | 35 |
| Octal | 244 | 160 | 152 | 0 | 40 | 43 | 44 | 6 | 30 | 65 |
| Binary | 10100100 | 1110000 | 1101010 | 0 | 100000 | 100011 | 100100 | 110 | 11000 | 110101 |
Color Harmonies of #A4706A
Complementary color
Monochromatic Colors of #A4706A
Black with #A4706A
Text Example
Text Example
White with #A4706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4706A; }
p { color: rgb(164,112,106); }
H1.HeaderClassName
{
color: #A4706A;
}
.AnyTagClassName
{
color: #A4706A;
}
</style>
background-color css
<style>
a { background-color: #A4706A; }
a { background-color: rgb(164,112,106); }
div.DivClassName
{
background-color: #A4706A;
}
.BgClassName
{
background-color: #A4706A;
}
</style>
border-color css
<style>
span { border-color: #A4706A; }
span { border-color: rgb(164,112,106); }
td.TdClassName
{
border-color: #A4706A;
}
.TagClassName
{
border-color: #A4706A;
}
</style>