Shades of Coral Tree #A9766F
Tints of Coral Tree #A9766F
RGB
CMYK
RGB Variations
Color information
#A9766F (or 0xA9766F) is known color: Coral Tree. HEX triplet: A9, 76 and 6F. RGB value is (169,118,111). Sum of RGB (Red+Green+Blue) = 169+118+111=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A9766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9766F is #568990. Grayscale: #848484. Windows color (decimal): -5671313 or 7304873. OLE color: 7304873.
HSL color Cylindrical-coordinate representation of color #A9766F: hue angle of 7.24º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9766F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 118 | 111 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.34 |
| HSL | 7.24º | 0.25% | 0.55% | - |
| HSV(B) | 7.24º | 0.34% | 0.66% | - |
| XYZ | 25.71 | 22.54 | 18.03 | - |
| YUV | 132.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 111 | 0 | 0.30 | 0.34 | 0.34 | 7.24 | 0.25 | 0.55 |
| Hex | A9 | 76 | 6F | 0 | 1E | 22 | 22 | 7 | 19 | 37 |
| Octal | 251 | 166 | 157 | 0 | 36 | 42 | 42 | 7 | 31 | 67 |
| Binary | 10101001 | 1110110 | 1101111 | 0 | 11110 | 100010 | 100010 | 111 | 11001 | 110111 |
Color Harmonies of #A9766F
Complementary color
Monochromatic Colors of #A9766F
Black with #A9766F
Text Example
Text Example
White with #A9766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9766F; }
p { color: rgb(169,118,111); }
H1.HeaderClassName
{
color: #A9766F;
}
.AnyTagClassName
{
color: #A9766F;
}
</style>
background-color css
<style>
a { background-color: #A9766F; }
a { background-color: rgb(169,118,111); }
div.DivClassName
{
background-color: #A9766F;
}
.BgClassName
{
background-color: #A9766F;
}
</style>
border-color css
<style>
span { border-color: #A9766F; }
span { border-color: rgb(169,118,111); }
td.TdClassName
{
border-color: #A9766F;
}
.TagClassName
{
border-color: #A9766F;
}
</style>