Shades of Coral Tree #A8796D
Tints of Coral Tree #A8796D
RGB
CMYK
RGB Variations
Color information
#A8796D (or 0xA8796D) is known color: Coral Tree. HEX triplet: A8, 79 and 6D. RGB value is (168,121,109). Sum of RGB (Red+Green+Blue) = 168+121+109=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A8796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8796D is #578692. Grayscale: #858585. Windows color (decimal): -5736083 or 7174568. OLE color: 7174568.
HSL color Cylindrical-coordinate representation of color #A8796D: hue angle of 12.2º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8796D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 109 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.34 |
| HSL | 12.2º | 0.25% | 0.54% | - |
| HSV(B) | 12.2º | 0.35% | 0.66% | - |
| XYZ | 25.75 | 23.1 | 17.57 | - |
| YUV | 133.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 109 | 0 | 0.28 | 0.35 | 0.34 | 12.2 | 0.25 | 0.54 |
| Hex | A8 | 79 | 6D | 0 | 1C | 23 | 22 | C | 19 | 36 |
| Octal | 250 | 171 | 155 | 0 | 34 | 43 | 42 | 14 | 31 | 66 |
| Binary | 10101000 | 1111001 | 1101101 | 0 | 11100 | 100011 | 100010 | 1100 | 11001 | 110110 |
Color Harmonies of #A8796D
Complementary color
Monochromatic Colors of #A8796D
Black with #A8796D
Text Example
Text Example
White with #A8796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8796D; }
p { color: rgb(168,121,109); }
H1.HeaderClassName
{
color: #A8796D;
}
.AnyTagClassName
{
color: #A8796D;
}
</style>
background-color css
<style>
a { background-color: #A8796D; }
a { background-color: rgb(168,121,109); }
div.DivClassName
{
background-color: #A8796D;
}
.BgClassName
{
background-color: #A8796D;
}
</style>
border-color css
<style>
span { border-color: #A8796D; }
span { border-color: rgb(168,121,109); }
td.TdClassName
{
border-color: #A8796D;
}
.TagClassName
{
border-color: #A8796D;
}
</style>