Shades of Coral Tree #AD645D
Tints of Coral Tree #AD645D
RGB
CMYK
RGB Variations
Color information
#AD645D (or 0xAD645D) is known color: Coral Tree. HEX triplet: AD, 64 and 5D. RGB value is (173,100,93). Sum of RGB (Red+Green+Blue) = 173+100+93=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD645D is #529BA2. Grayscale: #797979. Windows color (decimal): -5413795 or 6120621. OLE color: 6120621.
HSL color Cylindrical-coordinate representation of color #AD645D: hue angle of 5.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD645D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 93 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.32 |
| HSL | 5.25º | 0.33% | 0.52% | - |
| HSV(B) | 5.25º | 0.46% | 0.68% | - |
| XYZ | 23.77 | 18.79 | 12.73 | - |
| YUV | 121.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 93 | 0 | 0.42 | 0.46 | 0.32 | 5.25 | 0.33 | 0.52 |
| Hex | AD | 64 | 5D | 0 | 2A | 2E | 20 | 5 | 21 | 34 |
| Octal | 255 | 144 | 135 | 0 | 52 | 56 | 40 | 5 | 41 | 64 |
| Binary | 10101101 | 1100100 | 1011101 | 0 | 101010 | 101110 | 100000 | 101 | 100001 | 110100 |
Color Harmonies of #AD645D
Complementary color
Monochromatic Colors of #AD645D
Black with #AD645D
Text Example
Text Example
White with #AD645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD645D; }
p { color: rgb(173,100,93); }
H1.HeaderClassName
{
color: #AD645D;
}
.AnyTagClassName
{
color: #AD645D;
}
</style>
background-color css
<style>
a { background-color: #AD645D; }
a { background-color: rgb(173,100,93); }
div.DivClassName
{
background-color: #AD645D;
}
.BgClassName
{
background-color: #AD645D;
}
</style>
border-color css
<style>
span { border-color: #AD645D; }
span { border-color: rgb(173,100,93); }
td.TdClassName
{
border-color: #AD645D;
}
.TagClassName
{
border-color: #AD645D;
}
</style>