Shades of Coral Tree #A97372
Tints of Coral Tree #A97372
RGB
CMYK
RGB Variations
Color information
#A97372 (or 0xA97372) is known color: Coral Tree. HEX triplet: A9, 73 and 72. RGB value is (169,115,114). Sum of RGB (Red+Green+Blue) = 169+115+114=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A97372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97372 is #568C8D. Grayscale: #838383. Windows color (decimal): -5672078 or 7500713. OLE color: 7500713.
HSL color Cylindrical-coordinate representation of color #A97372: hue angle of 1.09º degrees, saturation: 0.24, 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 #A97372 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 114 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.34 |
| HSL | 1.09º | 0.24% | 0.55% | - |
| HSV(B) | 1.09º | 0.33% | 0.66% | - |
| XYZ | 25.53 | 21.91 | 18.8 | - |
| YUV | 131.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 114 | 0 | 0.32 | 0.33 | 0.34 | 1.09 | 0.24 | 0.55 |
| Hex | A9 | 73 | 72 | 0 | 20 | 21 | 22 | 1 | 18 | 37 |
| Octal | 251 | 163 | 162 | 0 | 40 | 41 | 42 | 1 | 30 | 67 |
| Binary | 10101001 | 1110011 | 1110010 | 0 | 100000 | 100001 | 100010 | 1 | 11000 | 110111 |
Color Harmonies of #A97372
Complementary color
Monochromatic Colors of #A97372
Black with #A97372
Text Example
Text Example
White with #A97372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97372; }
p { color: rgb(169,115,114); }
H1.HeaderClassName
{
color: #A97372;
}
.AnyTagClassName
{
color: #A97372;
}
</style>
background-color css
<style>
a { background-color: #A97372; }
a { background-color: rgb(169,115,114); }
div.DivClassName
{
background-color: #A97372;
}
.BgClassName
{
background-color: #A97372;
}
</style>
border-color css
<style>
span { border-color: #A97372; }
span { border-color: rgb(169,115,114); }
td.TdClassName
{
border-color: #A97372;
}
.TagClassName
{
border-color: #A97372;
}
</style>