Shades of Coral Tree #A97570
Tints of Coral Tree #A97570
RGB
CMYK
RGB Variations
Color information
#A97570 (or 0xA97570) is known color: Coral Tree. HEX triplet: A9, 75 and 70. RGB value is (169,117,112). Sum of RGB (Red+Green+Blue) = 169+117+112=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A97570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97570 is #568A8F. Grayscale: #848484. Windows color (decimal): -5671568 or 7370153. OLE color: 7370153.
HSL color Cylindrical-coordinate representation of color #A97570: hue angle of 5.26º 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 #A97570 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 112 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.34 |
| HSL | 5.26º | 0.25% | 0.55% | - |
| HSV(B) | 5.26º | 0.34% | 0.66% | - |
| XYZ | 25.65 | 22.33 | 18.29 | - |
| YUV | 131.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 112 | 0 | 0.31 | 0.34 | 0.34 | 5.26 | 0.25 | 0.55 |
| Hex | A9 | 75 | 70 | 0 | 1F | 22 | 22 | 5 | 19 | 37 |
| Octal | 251 | 165 | 160 | 0 | 37 | 42 | 42 | 5 | 31 | 67 |
| Binary | 10101001 | 1110101 | 1110000 | 0 | 11111 | 100010 | 100010 | 101 | 11001 | 110111 |
Color Harmonies of #A97570
Complementary color
Monochromatic Colors of #A97570
Black with #A97570
Text Example
Text Example
White with #A97570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97570; }
p { color: rgb(169,117,112); }
H1.HeaderClassName
{
color: #A97570;
}
.AnyTagClassName
{
color: #A97570;
}
</style>
background-color css
<style>
a { background-color: #A97570; }
a { background-color: rgb(169,117,112); }
div.DivClassName
{
background-color: #A97570;
}
.BgClassName
{
background-color: #A97570;
}
</style>
border-color css
<style>
span { border-color: #A97570; }
span { border-color: rgb(169,117,112); }
td.TdClassName
{
border-color: #A97570;
}
.TagClassName
{
border-color: #A97570;
}
</style>