Shades of Coral Tree #A56E6B
Tints of Coral Tree #A56E6B
RGB
CMYK
RGB Variations
Color information
#A56E6B (or 0xA56E6B) is known color: Coral Tree. HEX triplet: A5, 6E and 6B. RGB value is (165,110,107). Sum of RGB (Red+Green+Blue) = 165+110+107=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E6B is #5A9194. Grayscale: #7E7E7E. Windows color (decimal): -5935509 or 7040677. OLE color: 7040677.
HSL color Cylindrical-coordinate representation of color #A56E6B: hue angle of 3.1º 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 #A56E6B is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 110 | 107 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.35 |
| HSL | 3.1º | 0.24% | 0.53% | - |
| HSV(B) | 3.1º | 0.35% | 0.65% | - |
| XYZ | 23.75 | 20.21 | 16.56 | - |
| YUV | 126.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 107 | 0 | 0.33 | 0.35 | 0.35 | 3.1 | 0.24 | 0.53 |
| Hex | A5 | 6E | 6B | 0 | 21 | 23 | 23 | 3 | 18 | 35 |
| Octal | 245 | 156 | 153 | 0 | 41 | 43 | 43 | 3 | 30 | 65 |
| Binary | 10100101 | 1101110 | 1101011 | 0 | 100001 | 100011 | 100011 | 11 | 11000 | 110101 |
Color Harmonies of #A56E6B
Complementary color
Monochromatic Colors of #A56E6B
Black with #A56E6B
Text Example
Text Example
White with #A56E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56E6B; }
p { color: rgb(165,110,107); }
H1.HeaderClassName
{
color: #A56E6B;
}
.AnyTagClassName
{
color: #A56E6B;
}
</style>
background-color css
<style>
a { background-color: #A56E6B; }
a { background-color: rgb(165,110,107); }
div.DivClassName
{
background-color: #A56E6B;
}
.BgClassName
{
background-color: #A56E6B;
}
</style>
border-color css
<style>
span { border-color: #A56E6B; }
span { border-color: rgb(165,110,107); }
td.TdClassName
{
border-color: #A56E6B;
}
.TagClassName
{
border-color: #A56E6B;
}
</style>