Shades of Coral Tree #A9746D
Tints of Coral Tree #A9746D
RGB
CMYK
RGB Variations
Color information
#A9746D (or 0xA9746D) is known color: Coral Tree. HEX triplet: A9, 74 and 6D. RGB value is (169,116,109). Sum of RGB (Red+Green+Blue) = 169+116+109=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9746D is #568B92. Grayscale: #838383. Windows color (decimal): -5671827 or 7173289. OLE color: 7173289.
HSL color Cylindrical-coordinate representation of color #A9746D: hue angle of 7º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9746D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 116 | 109 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.34 |
| HSL | 7º | 0.26% | 0.55% | - |
| HSV(B) | 7º | 0.36% | 0.66% | - |
| XYZ | 25.37 | 22.03 | 17.38 | - |
| YUV | 131.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 109 | 0 | 0.31 | 0.36 | 0.34 | 7 | 0.26 | 0.55 |
| Hex | A9 | 74 | 6D | 0 | 1F | 24 | 22 | 7 | 1A | 37 |
| Octal | 251 | 164 | 155 | 0 | 37 | 44 | 42 | 7 | 32 | 67 |
| Binary | 10101001 | 1110100 | 1101101 | 0 | 11111 | 100100 | 100010 | 111 | 11010 | 110111 |
Color Harmonies of #A9746D
Complementary color
Monochromatic Colors of #A9746D
Black with #A9746D
Text Example
Text Example
White with #A9746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9746D; }
p { color: rgb(169,116,109); }
H1.HeaderClassName
{
color: #A9746D;
}
.AnyTagClassName
{
color: #A9746D;
}
</style>
background-color css
<style>
a { background-color: #A9746D; }
a { background-color: rgb(169,116,109); }
div.DivClassName
{
background-color: #A9746D;
}
.BgClassName
{
background-color: #A9746D;
}
</style>
border-color css
<style>
span { border-color: #A9746D; }
span { border-color: rgb(169,116,109); }
td.TdClassName
{
border-color: #A9746D;
}
.TagClassName
{
border-color: #A9746D;
}
</style>