Shades of Coral Tree #A5655F
Tints of Coral Tree #A5655F
RGB
CMYK
RGB Variations
Color information
#A5655F (or 0xA5655F) is known color: Coral Tree. HEX triplet: A5, 65 and 5F. RGB value is (165,101,95). Sum of RGB (Red+Green+Blue) = 165+101+95=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5655F is #5A9AA0. Grayscale: #777777. Windows color (decimal): -5937825 or 6251941. OLE color: 6251941.
HSL color Cylindrical-coordinate representation of color #A5655F: hue angle of 5.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5655F is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 101 | 95 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.35 |
| HSL | 5.14º | 0.28% | 0.51% | - |
| HSV(B) | 5.14º | 0.42% | 0.65% | - |
| XYZ | 22.24 | 18.13 | 13.15 | - |
| YUV | 119.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 95 | 0 | 0.39 | 0.42 | 0.35 | 5.14 | 0.28 | 0.51 |
| Hex | A5 | 65 | 5F | 0 | 27 | 2A | 23 | 5 | 1C | 33 |
| Octal | 245 | 145 | 137 | 0 | 47 | 52 | 43 | 5 | 34 | 63 |
| Binary | 10100101 | 1100101 | 1011111 | 0 | 100111 | 101010 | 100011 | 101 | 11100 | 110011 |
Color Harmonies of #A5655F
Complementary color
Monochromatic Colors of #A5655F
Black with #A5655F
Text Example
Text Example
White with #A5655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5655F; }
p { color: rgb(165,101,95); }
H1.HeaderClassName
{
color: #A5655F;
}
.AnyTagClassName
{
color: #A5655F;
}
</style>
background-color css
<style>
a { background-color: #A5655F; }
a { background-color: rgb(165,101,95); }
div.DivClassName
{
background-color: #A5655F;
}
.BgClassName
{
background-color: #A5655F;
}
</style>
border-color css
<style>
span { border-color: #A5655F; }
span { border-color: rgb(165,101,95); }
td.TdClassName
{
border-color: #A5655F;
}
.TagClassName
{
border-color: #A5655F;
}
</style>