Shades of Coral Tree #A97973
Tints of Coral Tree #A97973
RGB
CMYK
RGB Variations
Color information
#A97973 (or 0xA97973) is known color: Coral Tree. HEX triplet: A9, 79 and 73. RGB value is (169,121,115). Sum of RGB (Red+Green+Blue) = 169+121+115=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A97973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97973 is #56868C. Grayscale: #868686. Windows color (decimal): -5670541 or 7567785. OLE color: 7567785.
HSL color Cylindrical-coordinate representation of color #A97973: hue angle of 6.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97973 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 121 | 115 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.34 |
| HSL | 6.67º | 0.24% | 0.56% | - |
| HSV(B) | 6.67º | 0.32% | 0.66% | - |
| XYZ | 26.29 | 23.35 | 19.34 | - |
| YUV | 134.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 115 | 0 | 0.28 | 0.32 | 0.34 | 6.67 | 0.24 | 0.56 |
| Hex | A9 | 79 | 73 | 0 | 1C | 20 | 22 | 7 | 18 | 38 |
| Octal | 251 | 171 | 163 | 0 | 34 | 40 | 42 | 7 | 30 | 70 |
| Binary | 10101001 | 1111001 | 1110011 | 0 | 11100 | 100000 | 100010 | 111 | 11000 | 111000 |
Color Harmonies of #A97973
Complementary color
Monochromatic Colors of #A97973
Black with #A97973
Text Example
Text Example
White with #A97973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97973; }
p { color: rgb(169,121,115); }
H1.HeaderClassName
{
color: #A97973;
}
.AnyTagClassName
{
color: #A97973;
}
</style>
background-color css
<style>
a { background-color: #A97973; }
a { background-color: rgb(169,121,115); }
div.DivClassName
{
background-color: #A97973;
}
.BgClassName
{
background-color: #A97973;
}
</style>
border-color css
<style>
span { border-color: #A97973; }
span { border-color: rgb(169,121,115); }
td.TdClassName
{
border-color: #A97973;
}
.TagClassName
{
border-color: #A97973;
}
</style>