Shades of Coral Tree #AD6B69
Tints of Coral Tree #AD6B69
RGB
CMYK
RGB Variations
Color information
#AD6B69 (or 0xAD6B69) is known color: Coral Tree. HEX triplet: AD, 6B and 69. RGB value is (173,107,105). Sum of RGB (Red+Green+Blue) = 173+107+105=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B69 is #529496. Grayscale: #7E7E7E. Windows color (decimal): -5411991 or 6908845. OLE color: 6908845.
HSL color Cylindrical-coordinate representation of color #AD6B69: hue angle of 1.76º 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 #AD6B69 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 105 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.32 |
| HSL | 1.76º | 0.29% | 0.55% | - |
| HSV(B) | 1.76º | 0.39% | 0.68% | - |
| XYZ | 25.04 | 20.42 | 15.99 | - |
| YUV | 126.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 105 | 0 | 0.38 | 0.39 | 0.32 | 1.76 | 0.29 | 0.55 |
| Hex | AD | 6B | 69 | 0 | 26 | 27 | 20 | 2 | 1D | 37 |
| Octal | 255 | 153 | 151 | 0 | 46 | 47 | 40 | 2 | 35 | 67 |
| Binary | 10101101 | 1101011 | 1101001 | 0 | 100110 | 100111 | 100000 | 10 | 11101 | 110111 |
Color Harmonies of #AD6B69
Complementary color
Monochromatic Colors of #AD6B69
Black with #AD6B69
Text Example
Text Example
White with #AD6B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B69; }
p { color: rgb(173,107,105); }
H1.HeaderClassName
{
color: #AD6B69;
}
.AnyTagClassName
{
color: #AD6B69;
}
</style>
background-color css
<style>
a { background-color: #AD6B69; }
a { background-color: rgb(173,107,105); }
div.DivClassName
{
background-color: #AD6B69;
}
.BgClassName
{
background-color: #AD6B69;
}
</style>
border-color css
<style>
span { border-color: #AD6B69; }
span { border-color: rgb(173,107,105); }
td.TdClassName
{
border-color: #AD6B69;
}
.TagClassName
{
border-color: #AD6B69;
}
</style>