Shades of Coral Tree #A47267
Tints of Coral Tree #A47267
RGB
CMYK
RGB Variations
Color information
#A47267 (or 0xA47267) is known color: Coral Tree. HEX triplet: A4, 72 and 67. RGB value is (164,114,103). Sum of RGB (Red+Green+Blue) = 164+114+103=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47267 is #5B8D98. Grayscale: #7F7F7F. Windows color (decimal): -6000025 or 6779556. OLE color: 6779556.
HSL color Cylindrical-coordinate representation of color #A47267: hue angle of 10.82º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A47267 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 103 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.36 |
| HSL | 10.82º | 0.25% | 0.52% | - |
| HSV(B) | 10.82º | 0.37% | 0.64% | - |
| XYZ | 23.78 | 20.91 | 15.61 | - |
| YUV | 127.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 103 | 0 | 0.30 | 0.37 | 0.36 | 10.82 | 0.25 | 0.52 |
| Hex | A4 | 72 | 67 | 0 | 1E | 25 | 24 | B | 19 | 34 |
| Octal | 244 | 162 | 147 | 0 | 36 | 45 | 44 | 13 | 31 | 64 |
| Binary | 10100100 | 1110010 | 1100111 | 0 | 11110 | 100101 | 100100 | 1011 | 11001 | 110100 |
Color Harmonies of #A47267
Complementary color
Monochromatic Colors of #A47267
Black with #A47267
Text Example
Text Example
White with #A47267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47267; }
p { color: rgb(164,114,103); }
H1.HeaderClassName
{
color: #A47267;
}
.AnyTagClassName
{
color: #A47267;
}
</style>
background-color css
<style>
a { background-color: #A47267; }
a { background-color: rgb(164,114,103); }
div.DivClassName
{
background-color: #A47267;
}
.BgClassName
{
background-color: #A47267;
}
</style>
border-color css
<style>
span { border-color: #A47267; }
span { border-color: rgb(164,114,103); }
td.TdClassName
{
border-color: #A47267;
}
.TagClassName
{
border-color: #A47267;
}
</style>