Shades of Coral Tree #A9766B
Tints of Coral Tree #A9766B
RGB
CMYK
RGB Variations
Color information
#A9766B (or 0xA9766B) is known color: Coral Tree. HEX triplet: A9, 76 and 6B. RGB value is (169,118,107). Sum of RGB (Red+Green+Blue) = 169+118+107=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9766B is #568994. Grayscale: #848484. Windows color (decimal): -5671317 or 7042729. OLE color: 7042729.
HSL color Cylindrical-coordinate representation of color #A9766B: hue angle of 10.65º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9766B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 118 | 107 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.34 |
| HSL | 10.65º | 0.26% | 0.54% | - |
| HSV(B) | 10.65º | 0.37% | 0.66% | - |
| XYZ | 25.49 | 22.45 | 16.9 | - |
| YUV | 132 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 107 | 0 | 0.30 | 0.37 | 0.34 | 10.65 | 0.26 | 0.54 |
| Hex | A9 | 76 | 6B | 0 | 1E | 25 | 22 | B | 1A | 36 |
| Octal | 251 | 166 | 153 | 0 | 36 | 45 | 42 | 13 | 32 | 66 |
| Binary | 10101001 | 1110110 | 1101011 | 0 | 11110 | 100101 | 100010 | 1011 | 11010 | 110110 |
Color Harmonies of #A9766B
Complementary color
Monochromatic Colors of #A9766B
Black with #A9766B
Text Example
Text Example
White with #A9766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9766B; }
p { color: rgb(169,118,107); }
H1.HeaderClassName
{
color: #A9766B;
}
.AnyTagClassName
{
color: #A9766B;
}
</style>
background-color css
<style>
a { background-color: #A9766B; }
a { background-color: rgb(169,118,107); }
div.DivClassName
{
background-color: #A9766B;
}
.BgClassName
{
background-color: #A9766B;
}
</style>
border-color css
<style>
span { border-color: #A9766B; }
span { border-color: rgb(169,118,107); }
td.TdClassName
{
border-color: #A9766B;
}
.TagClassName
{
border-color: #A9766B;
}
</style>