Shades of Coral Tree #A97470
Tints of Coral Tree #A97470
RGB
CMYK
RGB Variations
Color information
#A97470 (or 0xA97470) is known color: Coral Tree. HEX triplet: A9, 74 and 70. RGB value is (169,116,112). Sum of RGB (Red+Green+Blue) = 169+116+112=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A97470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97470 is #568B8F. Grayscale: #838383. Windows color (decimal): -5671824 or 7369897. OLE color: 7369897.
HSL color Cylindrical-coordinate representation of color #A97470: hue angle of 4.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97470 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 116 | 112 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.34 |
| HSL | 4.21º | 0.25% | 0.55% | - |
| HSV(B) | 4.21º | 0.34% | 0.66% | - |
| XYZ | 25.53 | 22.1 | 18.25 | - |
| YUV | 131.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 112 | 0 | 0.31 | 0.34 | 0.34 | 4.21 | 0.25 | 0.55 |
| Hex | A9 | 74 | 70 | 0 | 1F | 22 | 22 | 4 | 19 | 37 |
| Octal | 251 | 164 | 160 | 0 | 37 | 42 | 42 | 4 | 31 | 67 |
| Binary | 10101001 | 1110100 | 1110000 | 0 | 11111 | 100010 | 100010 | 100 | 11001 | 110111 |
Color Harmonies of #A97470
Complementary color
Monochromatic Colors of #A97470
Black with #A97470
Text Example
Text Example
White with #A97470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97470; }
p { color: rgb(169,116,112); }
H1.HeaderClassName
{
color: #A97470;
}
.AnyTagClassName
{
color: #A97470;
}
</style>
background-color css
<style>
a { background-color: #A97470; }
a { background-color: rgb(169,116,112); }
div.DivClassName
{
background-color: #A97470;
}
.BgClassName
{
background-color: #A97470;
}
</style>
border-color css
<style>
span { border-color: #A97470; }
span { border-color: rgb(169,116,112); }
td.TdClassName
{
border-color: #A97470;
}
.TagClassName
{
border-color: #A97470;
}
</style>