Shades of Coral Tree #AD655A
Tints of Coral Tree #AD655A
RGB
CMYK
RGB Variations
Color information
#AD655A (or 0xAD655A) is known color: Coral Tree. HEX triplet: AD, 65 and 5A. RGB value is (173,101,90). Sum of RGB (Red+Green+Blue) = 173+101+90=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD655A is #529AA5. Grayscale: #797979. Windows color (decimal): -5413542 or 5924269. OLE color: 5924269.
HSL color Cylindrical-coordinate representation of color #AD655A: hue angle of 7.95º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD655A is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 90 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.32 |
| HSL | 7.95º | 0.34% | 0.52% | - |
| HSV(B) | 7.95º | 0.48% | 0.68% | - |
| XYZ | 23.73 | 18.93 | 12.08 | - |
| YUV | 121.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 90 | 0 | 0.42 | 0.48 | 0.32 | 7.95 | 0.34 | 0.52 |
| Hex | AD | 65 | 5A | 0 | 2A | 30 | 20 | 8 | 22 | 34 |
| Octal | 255 | 145 | 132 | 0 | 52 | 60 | 40 | 10 | 42 | 64 |
| Binary | 10101101 | 1100101 | 1011010 | 0 | 101010 | 110000 | 100000 | 1000 | 100010 | 110100 |
Color Harmonies of #AD655A
Complementary color
Monochromatic Colors of #AD655A
Black with #AD655A
Text Example
Text Example
White with #AD655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD655A; }
p { color: rgb(173,101,90); }
H1.HeaderClassName
{
color: #AD655A;
}
.AnyTagClassName
{
color: #AD655A;
}
</style>
background-color css
<style>
a { background-color: #AD655A; }
a { background-color: rgb(173,101,90); }
div.DivClassName
{
background-color: #AD655A;
}
.BgClassName
{
background-color: #AD655A;
}
</style>
border-color css
<style>
span { border-color: #AD655A; }
span { border-color: rgb(173,101,90); }
td.TdClassName
{
border-color: #AD655A;
}
.TagClassName
{
border-color: #AD655A;
}
</style>