Shades of Coral Tree #A9675F
Tints of Coral Tree #A9675F
RGB
CMYK
RGB Variations
Color information
#A9675F (or 0xA9675F) is known color: Coral Tree. HEX triplet: A9, 67 and 5F. RGB value is (169,103,95). Sum of RGB (Red+Green+Blue) = 169+103+95=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9675F is #5698A0. Grayscale: #797979. Windows color (decimal): -5675169 or 6252457. OLE color: 6252457.
HSL color Cylindrical-coordinate representation of color #A9675F: hue angle of 6.49º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9675F is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 103 | 95 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.34 |
| HSL | 6.49º | 0.3% | 0.52% | - |
| HSV(B) | 6.49º | 0.44% | 0.66% | - |
| XYZ | 23.28 | 18.96 | 13.26 | - |
| YUV | 121.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 95 | 0 | 0.39 | 0.44 | 0.34 | 6.49 | 0.3 | 0.52 |
| Hex | A9 | 67 | 5F | 0 | 27 | 2C | 22 | 6 | 1E | 34 |
| Octal | 251 | 147 | 137 | 0 | 47 | 54 | 42 | 6 | 36 | 64 |
| Binary | 10101001 | 1100111 | 1011111 | 0 | 100111 | 101100 | 100010 | 110 | 11110 | 110100 |
Color Harmonies of #A9675F
Complementary color
Monochromatic Colors of #A9675F
Black with #A9675F
Text Example
Text Example
White with #A9675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9675F; }
p { color: rgb(169,103,95); }
H1.HeaderClassName
{
color: #A9675F;
}
.AnyTagClassName
{
color: #A9675F;
}
</style>
background-color css
<style>
a { background-color: #A9675F; }
a { background-color: rgb(169,103,95); }
div.DivClassName
{
background-color: #A9675F;
}
.BgClassName
{
background-color: #A9675F;
}
</style>
border-color css
<style>
span { border-color: #A9675F; }
span { border-color: rgb(169,103,95); }
td.TdClassName
{
border-color: #A9675F;
}
.TagClassName
{
border-color: #A9675F;
}
</style>