Shades of Coral Tree #AD665E
Tints of Coral Tree #AD665E
RGB
CMYK
RGB Variations
Color information
#AD665E (or 0xAD665E) is known color: Coral Tree. HEX triplet: AD, 66 and 5E. RGB value is (173,102,94). Sum of RGB (Red+Green+Blue) = 173+102+94=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD665E is #5299A1. Grayscale: #7A7A7A. Windows color (decimal): -5413282 or 6186669. OLE color: 6186669.
HSL color Cylindrical-coordinate representation of color #AD665E: hue angle of 6.08º 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 #AD665E is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 94 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.32 |
| HSL | 6.08º | 0.33% | 0.52% | - |
| HSV(B) | 6.08º | 0.46% | 0.68% | - |
| XYZ | 24.01 | 19.2 | 13.03 | - |
| YUV | 122.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 94 | 0 | 0.41 | 0.46 | 0.32 | 6.08 | 0.33 | 0.52 |
| Hex | AD | 66 | 5E | 0 | 29 | 2E | 20 | 6 | 21 | 34 |
| Octal | 255 | 146 | 136 | 0 | 51 | 56 | 40 | 6 | 41 | 64 |
| Binary | 10101101 | 1100110 | 1011110 | 0 | 101001 | 101110 | 100000 | 110 | 100001 | 110100 |
Color Harmonies of #AD665E
Complementary color
Monochromatic Colors of #AD665E
Black with #AD665E
Text Example
Text Example
White with #AD665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD665E; }
p { color: rgb(173,102,94); }
H1.HeaderClassName
{
color: #AD665E;
}
.AnyTagClassName
{
color: #AD665E;
}
</style>
background-color css
<style>
a { background-color: #AD665E; }
a { background-color: rgb(173,102,94); }
div.DivClassName
{
background-color: #AD665E;
}
.BgClassName
{
background-color: #AD665E;
}
</style>
border-color css
<style>
span { border-color: #AD665E; }
span { border-color: rgb(173,102,94); }
td.TdClassName
{
border-color: #AD665E;
}
.TagClassName
{
border-color: #AD665E;
}
</style>