Shades of Coral Tree #AD655F
Tints of Coral Tree #AD655F
RGB
CMYK
RGB Variations
Color information
#AD655F (or 0xAD655F) is known color: Coral Tree. HEX triplet: AD, 65 and 5F. RGB value is (173,101,95). Sum of RGB (Red+Green+Blue) = 173+101+95=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD655F is #529AA0. Grayscale: #797979. Windows color (decimal): -5413537 or 6251949. OLE color: 6251949.
HSL color Cylindrical-coordinate representation of color #AD655F: hue angle of 4.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD655F is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 95 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.32 |
| HSL | 4.62º | 0.32% | 0.53% | - |
| HSV(B) | 4.62º | 0.45% | 0.68% | - |
| XYZ | 23.95 | 19.02 | 13.23 | - |
| YUV | 121.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 95 | 0 | 0.42 | 0.45 | 0.32 | 4.62 | 0.32 | 0.53 |
| Hex | AD | 65 | 5F | 0 | 2A | 2D | 20 | 5 | 20 | 35 |
| Octal | 255 | 145 | 137 | 0 | 52 | 55 | 40 | 5 | 40 | 65 |
| Binary | 10101101 | 1100101 | 1011111 | 0 | 101010 | 101101 | 100000 | 101 | 100000 | 110101 |
Color Harmonies of #AD655F
Complementary color
Monochromatic Colors of #AD655F
Black with #AD655F
Text Example
Text Example
White with #AD655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD655F; }
p { color: rgb(173,101,95); }
H1.HeaderClassName
{
color: #AD655F;
}
.AnyTagClassName
{
color: #AD655F;
}
</style>
background-color css
<style>
a { background-color: #AD655F; }
a { background-color: rgb(173,101,95); }
div.DivClassName
{
background-color: #AD655F;
}
.BgClassName
{
background-color: #AD655F;
}
</style>
border-color css
<style>
span { border-color: #AD655F; }
span { border-color: rgb(173,101,95); }
td.TdClassName
{
border-color: #AD655F;
}
.TagClassName
{
border-color: #AD655F;
}
</style>