Shades of Coral Tree #AD7A6A
Tints of Coral Tree #AD7A6A
RGB
CMYK
RGB Variations
Color information
#AD7A6A (or 0xAD7A6A) is known color: Coral Tree. HEX triplet: AD, 7A and 6A. RGB value is (173,122,106). Sum of RGB (Red+Green+Blue) = 173+122+106=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A6A is #528595. Grayscale: #878787. Windows color (decimal): -5408150 or 6978221. OLE color: 6978221.
HSL color Cylindrical-coordinate representation of color #AD7A6A: hue angle of 14.33º 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 #AD7A6A is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 106 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.32 |
| HSL | 14.33º | 0.29% | 0.55% | - |
| HSV(B) | 14.33º | 0.39% | 0.68% | - |
| XYZ | 26.79 | 23.84 | 16.83 | - |
| YUV | 135.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 106 | 0 | 0.29 | 0.39 | 0.32 | 14.33 | 0.29 | 0.55 |
| Hex | AD | 7A | 6A | 0 | 1D | 27 | 20 | E | 1D | 37 |
| Octal | 255 | 172 | 152 | 0 | 35 | 47 | 40 | 16 | 35 | 67 |
| Binary | 10101101 | 1111010 | 1101010 | 0 | 11101 | 100111 | 100000 | 1110 | 11101 | 110111 |
Color Harmonies of #AD7A6A
Complementary color
Monochromatic Colors of #AD7A6A
Black with #AD7A6A
Text Example
Text Example
White with #AD7A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A6A; }
p { color: rgb(173,122,106); }
H1.HeaderClassName
{
color: #AD7A6A;
}
.AnyTagClassName
{
color: #AD7A6A;
}
</style>
background-color css
<style>
a { background-color: #AD7A6A; }
a { background-color: rgb(173,122,106); }
div.DivClassName
{
background-color: #AD7A6A;
}
.BgClassName
{
background-color: #AD7A6A;
}
</style>
border-color css
<style>
span { border-color: #AD7A6A; }
span { border-color: rgb(173,122,106); }
td.TdClassName
{
border-color: #AD7A6A;
}
.TagClassName
{
border-color: #AD7A6A;
}
</style>