Shades of Coral Tree #AD796A
Tints of Coral Tree #AD796A
RGB
CMYK
RGB Variations
Color information
#AD796A (or 0xAD796A) is known color: Coral Tree. HEX triplet: AD, 79 and 6A. RGB value is (173,121,106). Sum of RGB (Red+Green+Blue) = 173+121+106=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD796A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD796A is #528695. Grayscale: #868686. Windows color (decimal): -5408406 or 6977965. OLE color: 6977965.
HSL color Cylindrical-coordinate representation of color #AD796A: hue angle of 13.43º 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 #AD796A is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 106 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.32 |
| HSL | 13.43º | 0.29% | 0.55% | - |
| HSV(B) | 13.43º | 0.39% | 0.68% | - |
| XYZ | 26.67 | 23.6 | 16.79 | - |
| YUV | 134.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 106 | 0 | 0.30 | 0.39 | 0.32 | 13.43 | 0.29 | 0.55 |
| Hex | AD | 79 | 6A | 0 | 1E | 27 | 20 | D | 1D | 37 |
| Octal | 255 | 171 | 152 | 0 | 36 | 47 | 40 | 15 | 35 | 67 |
| Binary | 10101101 | 1111001 | 1101010 | 0 | 11110 | 100111 | 100000 | 1101 | 11101 | 110111 |
Color Harmonies of #AD796A
Complementary color
Monochromatic Colors of #AD796A
Black with #AD796A
Text Example
Text Example
White with #AD796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD796A; }
p { color: rgb(173,121,106); }
H1.HeaderClassName
{
color: #AD796A;
}
.AnyTagClassName
{
color: #AD796A;
}
</style>
background-color css
<style>
a { background-color: #AD796A; }
a { background-color: rgb(173,121,106); }
div.DivClassName
{
background-color: #AD796A;
}
.BgClassName
{
background-color: #AD796A;
}
</style>
border-color css
<style>
span { border-color: #AD796A; }
span { border-color: rgb(173,121,106); }
td.TdClassName
{
border-color: #AD796A;
}
.TagClassName
{
border-color: #AD796A;
}
</style>