Shades of Coral Tree #A97B70
Tints of Coral Tree #A97B70
RGB
CMYK
RGB Variations
Color information
#A97B70 (or 0xA97B70) is known color: Coral Tree. HEX triplet: A9, 7B and 70. RGB value is (169,123,112). Sum of RGB (Red+Green+Blue) = 169+123+112=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B70 is #56848F. Grayscale: #878787. Windows color (decimal): -5670032 or 7371689. OLE color: 7371689.
HSL color Cylindrical-coordinate representation of color #A97B70: hue angle of 11.58º 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 #A97B70 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 123 | 112 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.34 |
| HSL | 11.58º | 0.25% | 0.55% | - |
| HSV(B) | 11.58º | 0.34% | 0.66% | - |
| XYZ | 26.37 | 23.77 | 18.53 | - |
| YUV | 135.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 112 | 0 | 0.27 | 0.34 | 0.34 | 11.58 | 0.25 | 0.55 |
| Hex | A9 | 7B | 70 | 0 | 1B | 22 | 22 | C | 19 | 37 |
| Octal | 251 | 173 | 160 | 0 | 33 | 42 | 42 | 14 | 31 | 67 |
| Binary | 10101001 | 1111011 | 1110000 | 0 | 11011 | 100010 | 100010 | 1100 | 11001 | 110111 |
Color Harmonies of #A97B70
Complementary color
Monochromatic Colors of #A97B70
Black with #A97B70
Text Example
Text Example
White with #A97B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97B70; }
p { color: rgb(169,123,112); }
H1.HeaderClassName
{
color: #A97B70;
}
.AnyTagClassName
{
color: #A97B70;
}
</style>
background-color css
<style>
a { background-color: #A97B70; }
a { background-color: rgb(169,123,112); }
div.DivClassName
{
background-color: #A97B70;
}
.BgClassName
{
background-color: #A97B70;
}
</style>
border-color css
<style>
span { border-color: #A97B70; }
span { border-color: rgb(169,123,112); }
td.TdClassName
{
border-color: #A97B70;
}
.TagClassName
{
border-color: #A97B70;
}
</style>