Shades of Coral Tree #A97B71
Tints of Coral Tree #A97B71
RGB
CMYK
RGB Variations
Color information
#A97B71 (or 0xA97B71) is known color: Coral Tree. HEX triplet: A9, 7B and 71. RGB value is (169,123,113). Sum of RGB (Red+Green+Blue) = 169+123+113=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B71 is #56848E. Grayscale: #878787. Windows color (decimal): -5670031 or 7437225. OLE color: 7437225.
HSL color Cylindrical-coordinate representation of color #A97B71: hue angle of 10.71º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97B71 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 123 | 113 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.34 |
| HSL | 10.71º | 0.25% | 0.55% | - |
| HSV(B) | 10.71º | 0.33% | 0.66% | - |
| XYZ | 26.43 | 23.79 | 18.82 | - |
| YUV | 135.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 113 | 0 | 0.27 | 0.33 | 0.34 | 10.71 | 0.25 | 0.55 |
| Hex | A9 | 7B | 71 | 0 | 1B | 21 | 22 | B | 19 | 37 |
| Octal | 251 | 173 | 161 | 0 | 33 | 41 | 42 | 13 | 31 | 67 |
| Binary | 10101001 | 1111011 | 1110001 | 0 | 11011 | 100001 | 100010 | 1011 | 11001 | 110111 |
Color Harmonies of #A97B71
Complementary color
Monochromatic Colors of #A97B71
Black with #A97B71
Text Example
Text Example
White with #A97B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97B71; }
p { color: rgb(169,123,113); }
H1.HeaderClassName
{
color: #A97B71;
}
.AnyTagClassName
{
color: #A97B71;
}
</style>
background-color css
<style>
a { background-color: #A97B71; }
a { background-color: rgb(169,123,113); }
div.DivClassName
{
background-color: #A97B71;
}
.BgClassName
{
background-color: #A97B71;
}
</style>
border-color css
<style>
span { border-color: #A97B71; }
span { border-color: rgb(169,123,113); }
td.TdClassName
{
border-color: #A97B71;
}
.TagClassName
{
border-color: #A97B71;
}
</style>