Shades of Coral Tree #A97272
Tints of Coral Tree #A97272
RGB
CMYK
RGB Variations
Color information
#A97272 (or 0xA97272) is known color: Coral Tree. HEX triplet: A9, 72 and 72. RGB value is (169,114,114). Sum of RGB (Red+Green+Blue) = 169+114+114=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A97272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97272 is #568D8D. Grayscale: #828282. Windows color (decimal): -5672334 or 7500457. OLE color: 7500457.
HSL color Cylindrical-coordinate representation of color #A97272: hue angle of 0º 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 #A97272 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 114 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.34 |
| HSL | 0º | 0.24% | 0.55% | - |
| HSV(B) | 0º | 0.33% | 0.66% | - |
| XYZ | 25.42 | 21.68 | 18.77 | - |
| YUV | 130.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 114 | 0 | 0.33 | 0.33 | 0.34 | 0 | 0.24 | 0.55 |
| Hex | A9 | 72 | 72 | 0 | 21 | 21 | 22 | 0 | 18 | 37 |
| Octal | 251 | 162 | 162 | 0 | 41 | 41 | 42 | 0 | 30 | 67 |
| Binary | 10101001 | 1110010 | 1110010 | 0 | 100001 | 100001 | 100010 | 0 | 11000 | 110111 |
Color Harmonies of #A97272
Complementary color
Monochromatic Colors of #A97272
Black with #A97272
Text Example
Text Example
White with #A97272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97272; }
p { color: rgb(169,114,114); }
H1.HeaderClassName
{
color: #A97272;
}
.AnyTagClassName
{
color: #A97272;
}
</style>
background-color css
<style>
a { background-color: #A97272; }
a { background-color: rgb(169,114,114); }
div.DivClassName
{
background-color: #A97272;
}
.BgClassName
{
background-color: #A97272;
}
</style>
border-color css
<style>
span { border-color: #A97272; }
span { border-color: rgb(169,114,114); }
td.TdClassName
{
border-color: #A97272;
}
.TagClassName
{
border-color: #A97272;
}
</style>