Shades of Coral Tree #AD7A69
Tints of Coral Tree #AD7A69
RGB
CMYK
RGB Variations
Color information
#AD7A69 (or 0xAD7A69) is known color: Coral Tree. HEX triplet: AD, 7A and 69. RGB value is (173,122,105). Sum of RGB (Red+Green+Blue) = 173+122+105=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A69 is #528596. Grayscale: #878787. Windows color (decimal): -5408151 or 6912685. OLE color: 6912685.
HSL color Cylindrical-coordinate representation of color #AD7A69: hue angle of 15º 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 #AD7A69 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 105 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.32 |
| HSL | 15º | 0.29% | 0.55% | - |
| HSV(B) | 15º | 0.39% | 0.68% | - |
| XYZ | 26.74 | 23.82 | 16.55 | - |
| YUV | 135.31 | 110.9 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 105 | 0 | 0.29 | 0.39 | 0.32 | 15 | 0.29 | 0.55 |
| Hex | AD | 7A | 69 | 0 | 1D | 27 | 20 | F | 1D | 37 |
| Octal | 255 | 172 | 151 | 0 | 35 | 47 | 40 | 17 | 35 | 67 |
| Binary | 10101101 | 1111010 | 1101001 | 0 | 11101 | 100111 | 100000 | 1111 | 11101 | 110111 |
Color Harmonies of #AD7A69
Complementary color
Monochromatic Colors of #AD7A69
Black with #AD7A69
Text Example
Text Example
White with #AD7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A69; }
p { color: rgb(173,122,105); }
H1.HeaderClassName
{
color: #AD7A69;
}
.AnyTagClassName
{
color: #AD7A69;
}
</style>
background-color css
<style>
a { background-color: #AD7A69; }
a { background-color: rgb(173,122,105); }
div.DivClassName
{
background-color: #AD7A69;
}
.BgClassName
{
background-color: #AD7A69;
}
</style>
border-color css
<style>
span { border-color: #AD7A69; }
span { border-color: rgb(173,122,105); }
td.TdClassName
{
border-color: #AD7A69;
}
.TagClassName
{
border-color: #AD7A69;
}
</style>