Shades of Coral Tree #A47873
Tints of Coral Tree #A47873
RGB
CMYK
RGB Variations
Color information
#A47873 (or 0xA47873) is known color: Coral Tree. HEX triplet: A4, 78 and 73. RGB value is (164,120,115). Sum of RGB (Red+Green+Blue) = 164+120+115=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47873 is #5B878C. Grayscale: #848484. Windows color (decimal): -5998477 or 7567524. OLE color: 7567524.
HSL color Cylindrical-coordinate representation of color #A47873: hue angle of 6.12º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47873 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 115 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.36 |
| HSL | 6.12º | 0.21% | 0.55% | - |
| HSV(B) | 6.12º | 0.3% | 0.64% | - |
| XYZ | 25.12 | 22.56 | 19.25 | - |
| YUV | 132.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 115 | 0 | 0.27 | 0.30 | 0.36 | 6.12 | 0.21 | 0.55 |
| Hex | A4 | 78 | 73 | 0 | 1B | 1E | 24 | 6 | 15 | 37 |
| Octal | 244 | 170 | 163 | 0 | 33 | 36 | 44 | 6 | 25 | 67 |
| Binary | 10100100 | 1111000 | 1110011 | 0 | 11011 | 11110 | 100100 | 110 | 10101 | 110111 |
Color Harmonies of #A47873
Complementary color
Monochromatic Colors of #A47873
Black with #A47873
Text Example
Text Example
White with #A47873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47873; }
p { color: rgb(164,120,115); }
H1.HeaderClassName
{
color: #A47873;
}
.AnyTagClassName
{
color: #A47873;
}
</style>
background-color css
<style>
a { background-color: #A47873; }
a { background-color: rgb(164,120,115); }
div.DivClassName
{
background-color: #A47873;
}
.BgClassName
{
background-color: #A47873;
}
</style>
border-color css
<style>
span { border-color: #A47873; }
span { border-color: rgb(164,120,115); }
td.TdClassName
{
border-color: #A47873;
}
.TagClassName
{
border-color: #A47873;
}
</style>