Shades of Coral Tree #A5706B
Tints of Coral Tree #A5706B
RGB
CMYK
RGB Variations
Color information
#A5706B (or 0xA5706B) is known color: Coral Tree. HEX triplet: A5, 70 and 6B. RGB value is (165,112,107). Sum of RGB (Red+Green+Blue) = 165+112+107=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A5706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5706B is #5A8F94. Grayscale: #7F7F7F. Windows color (decimal): -5934997 or 7041189. OLE color: 7041189.
HSL color Cylindrical-coordinate representation of color #A5706B: hue angle of 5.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5706B is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 107 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.35 |
| HSL | 5.17º | 0.24% | 0.53% | - |
| HSV(B) | 5.17º | 0.35% | 0.65% | - |
| XYZ | 23.97 | 20.65 | 16.63 | - |
| YUV | 127.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 107 | 0 | 0.32 | 0.35 | 0.35 | 5.17 | 0.24 | 0.53 |
| Hex | A5 | 70 | 6B | 0 | 20 | 23 | 23 | 5 | 18 | 35 |
| Octal | 245 | 160 | 153 | 0 | 40 | 43 | 43 | 5 | 30 | 65 |
| Binary | 10100101 | 1110000 | 1101011 | 0 | 100000 | 100011 | 100011 | 101 | 11000 | 110101 |
Color Harmonies of #A5706B
Complementary color
Monochromatic Colors of #A5706B
Black with #A5706B
Text Example
Text Example
White with #A5706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5706B; }
p { color: rgb(165,112,107); }
H1.HeaderClassName
{
color: #A5706B;
}
.AnyTagClassName
{
color: #A5706B;
}
</style>
background-color css
<style>
a { background-color: #A5706B; }
a { background-color: rgb(165,112,107); }
div.DivClassName
{
background-color: #A5706B;
}
.BgClassName
{
background-color: #A5706B;
}
</style>
border-color css
<style>
span { border-color: #A5706B; }
span { border-color: rgb(165,112,107); }
td.TdClassName
{
border-color: #A5706B;
}
.TagClassName
{
border-color: #A5706B;
}
</style>