Shades of Coral Tree #A97265
Tints of Coral Tree #A97265
RGB
CMYK
RGB Variations
Color information
#A97265 (or 0xA97265) is known color: Coral Tree. HEX triplet: A9, 72 and 65. RGB value is (169,114,101). Sum of RGB (Red+Green+Blue) = 169+114+101=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A97265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97265 is #568D9A. Grayscale: #818181. Windows color (decimal): -5672347 or 6648489. OLE color: 6648489.
HSL color Cylindrical-coordinate representation of color #A97265: hue angle of 11.47º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97265 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 101 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.34 |
| HSL | 11.47º | 0.28% | 0.53% | - |
| HSV(B) | 11.47º | 0.4% | 0.66% | - |
| XYZ | 24.73 | 21.41 | 15.14 | - |
| YUV | 128.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 101 | 0 | 0.33 | 0.40 | 0.34 | 11.47 | 0.28 | 0.53 |
| Hex | A9 | 72 | 65 | 0 | 21 | 28 | 22 | B | 1C | 35 |
| Octal | 251 | 162 | 145 | 0 | 41 | 50 | 42 | 13 | 34 | 65 |
| Binary | 10101001 | 1110010 | 1100101 | 0 | 100001 | 101000 | 100010 | 1011 | 11100 | 110101 |
Color Harmonies of #A97265
Complementary color
Monochromatic Colors of #A97265
Black with #A97265
Text Example
Text Example
White with #A97265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97265; }
p { color: rgb(169,114,101); }
H1.HeaderClassName
{
color: #A97265;
}
.AnyTagClassName
{
color: #A97265;
}
</style>
background-color css
<style>
a { background-color: #A97265; }
a { background-color: rgb(169,114,101); }
div.DivClassName
{
background-color: #A97265;
}
.BgClassName
{
background-color: #A97265;
}
</style>
border-color css
<style>
span { border-color: #A97265; }
span { border-color: rgb(169,114,101); }
td.TdClassName
{
border-color: #A97265;
}
.TagClassName
{
border-color: #A97265;
}
</style>