Shades of Coral Tree #A56A65
Tints of Coral Tree #A56A65
RGB
CMYK
RGB Variations
Color information
#A56A65 (or 0xA56A65) is known color: Coral Tree. HEX triplet: A5, 6A and 65. RGB value is (165,106,101). Sum of RGB (Red+Green+Blue) = 165+106+101=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56A65 is #5A959A. Grayscale: #7B7B7B. Windows color (decimal): -5936539 or 6646437. OLE color: 6646437.
HSL color Cylindrical-coordinate representation of color #A56A65: hue angle of 4.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56A65 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 106 | 101 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.35 |
| HSL | 4.69º | 0.26% | 0.52% | - |
| HSV(B) | 4.69º | 0.39% | 0.65% | - |
| XYZ | 23.02 | 19.25 | 14.81 | - |
| YUV | 123.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 101 | 0 | 0.36 | 0.39 | 0.35 | 4.69 | 0.26 | 0.52 |
| Hex | A5 | 6A | 65 | 0 | 24 | 27 | 23 | 5 | 1A | 34 |
| Octal | 245 | 152 | 145 | 0 | 44 | 47 | 43 | 5 | 32 | 64 |
| Binary | 10100101 | 1101010 | 1100101 | 0 | 100100 | 100111 | 100011 | 101 | 11010 | 110100 |
Color Harmonies of #A56A65
Complementary color
Monochromatic Colors of #A56A65
Black with #A56A65
Text Example
Text Example
White with #A56A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56A65; }
p { color: rgb(165,106,101); }
H1.HeaderClassName
{
color: #A56A65;
}
.AnyTagClassName
{
color: #A56A65;
}
</style>
background-color css
<style>
a { background-color: #A56A65; }
a { background-color: rgb(165,106,101); }
div.DivClassName
{
background-color: #A56A65;
}
.BgClassName
{
background-color: #A56A65;
}
</style>
border-color css
<style>
span { border-color: #A56A65; }
span { border-color: rgb(165,106,101); }
td.TdClassName
{
border-color: #A56A65;
}
.TagClassName
{
border-color: #A56A65;
}
</style>