Shades of Coral Tree #A47369
Tints of Coral Tree #A47369
RGB
CMYK
RGB Variations
Color information
#A47369 (or 0xA47369) is known color: Coral Tree. HEX triplet: A4, 73 and 69. RGB value is (164,115,105). Sum of RGB (Red+Green+Blue) = 164+115+105=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A47369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47369 is #5B8C96. Grayscale: #808080. Windows color (decimal): -5999767 or 6910884. OLE color: 6910884.
HSL color Cylindrical-coordinate representation of color #A47369: hue angle of 10.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A47369 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 105 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.36 |
| HSL | 10.17º | 0.24% | 0.53% | - |
| HSV(B) | 10.17º | 0.36% | 0.64% | - |
| XYZ | 23.99 | 21.17 | 16.19 | - |
| YUV | 128.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 105 | 0 | 0.30 | 0.36 | 0.36 | 10.17 | 0.24 | 0.53 |
| Hex | A4 | 73 | 69 | 0 | 1E | 24 | 24 | A | 18 | 35 |
| Octal | 244 | 163 | 151 | 0 | 36 | 44 | 44 | 12 | 30 | 65 |
| Binary | 10100100 | 1110011 | 1101001 | 0 | 11110 | 100100 | 100100 | 1010 | 11000 | 110101 |
Color Harmonies of #A47369
Complementary color
Monochromatic Colors of #A47369
Black with #A47369
Text Example
Text Example
White with #A47369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47369; }
p { color: rgb(164,115,105); }
H1.HeaderClassName
{
color: #A47369;
}
.AnyTagClassName
{
color: #A47369;
}
</style>
background-color css
<style>
a { background-color: #A47369; }
a { background-color: rgb(164,115,105); }
div.DivClassName
{
background-color: #A47369;
}
.BgClassName
{
background-color: #A47369;
}
</style>
border-color css
<style>
span { border-color: #A47369; }
span { border-color: rgb(164,115,105); }
td.TdClassName
{
border-color: #A47369;
}
.TagClassName
{
border-color: #A47369;
}
</style>