Shades of Coral Tree #AD7B6D
Tints of Coral Tree #AD7B6D
RGB
CMYK
RGB Variations
Color information
#AD7B6D (or 0xAD7B6D) is known color: Coral Tree. HEX triplet: AD, 7B and 6D. RGB value is (173,123,109). Sum of RGB (Red+Green+Blue) = 173+123+109=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B6D is #528492. Grayscale: #888888. Windows color (decimal): -5407891 or 7175085. OLE color: 7175085.
HSL color Cylindrical-coordinate representation of color #AD7B6D: hue angle of 13.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD7B6D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 109 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.32 |
| HSL | 13.13º | 0.28% | 0.55% | - |
| HSV(B) | 13.13º | 0.37% | 0.68% | - |
| XYZ | 27.08 | 24.15 | 17.7 | - |
| YUV | 136.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 109 | 0 | 0.29 | 0.37 | 0.32 | 13.13 | 0.28 | 0.55 |
| Hex | AD | 7B | 6D | 0 | 1D | 25 | 20 | D | 1C | 37 |
| Octal | 255 | 173 | 155 | 0 | 35 | 45 | 40 | 15 | 34 | 67 |
| Binary | 10101101 | 1111011 | 1101101 | 0 | 11101 | 100101 | 100000 | 1101 | 11100 | 110111 |
Color Harmonies of #AD7B6D
Complementary color
Monochromatic Colors of #AD7B6D
Black with #AD7B6D
Text Example
Text Example
White with #AD7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B6D; }
p { color: rgb(173,123,109); }
H1.HeaderClassName
{
color: #AD7B6D;
}
.AnyTagClassName
{
color: #AD7B6D;
}
</style>
background-color css
<style>
a { background-color: #AD7B6D; }
a { background-color: rgb(173,123,109); }
div.DivClassName
{
background-color: #AD7B6D;
}
.BgClassName
{
background-color: #AD7B6D;
}
</style>
border-color css
<style>
span { border-color: #AD7B6D; }
span { border-color: rgb(173,123,109); }
td.TdClassName
{
border-color: #AD7B6D;
}
.TagClassName
{
border-color: #AD7B6D;
}
</style>