Shades of Coral Tree #AD6E6A
Tints of Coral Tree #AD6E6A
RGB
CMYK
RGB Variations
Color information
#AD6E6A (or 0xAD6E6A) is known color: Coral Tree. HEX triplet: AD, 6E and 6A. RGB value is (173,110,106). Sum of RGB (Red+Green+Blue) = 173+110+106=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E6A is #529195. Grayscale: #808080. Windows color (decimal): -5411222 or 6975149. OLE color: 6975149.
HSL color Cylindrical-coordinate representation of color #AD6E6A: hue angle of 3.58º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6E6A is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 106 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.32 |
| HSL | 3.58º | 0.29% | 0.55% | - |
| HSV(B) | 3.58º | 0.39% | 0.68% | - |
| XYZ | 25.41 | 21.08 | 16.36 | - |
| YUV | 128.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 106 | 0 | 0.36 | 0.39 | 0.32 | 3.58 | 0.29 | 0.55 |
| Hex | AD | 6E | 6A | 0 | 24 | 27 | 20 | 4 | 1D | 37 |
| Octal | 255 | 156 | 152 | 0 | 44 | 47 | 40 | 4 | 35 | 67 |
| Binary | 10101101 | 1101110 | 1101010 | 0 | 100100 | 100111 | 100000 | 100 | 11101 | 110111 |
Color Harmonies of #AD6E6A
Complementary color
Monochromatic Colors of #AD6E6A
Black with #AD6E6A
Text Example
Text Example
White with #AD6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E6A; }
p { color: rgb(173,110,106); }
H1.HeaderClassName
{
color: #AD6E6A;
}
.AnyTagClassName
{
color: #AD6E6A;
}
</style>
background-color css
<style>
a { background-color: #AD6E6A; }
a { background-color: rgb(173,110,106); }
div.DivClassName
{
background-color: #AD6E6A;
}
.BgClassName
{
background-color: #AD6E6A;
}
</style>
border-color css
<style>
span { border-color: #AD6E6A; }
span { border-color: rgb(173,110,106); }
td.TdClassName
{
border-color: #AD6E6A;
}
.TagClassName
{
border-color: #AD6E6A;
}
</style>