Shades of Coral Tree #A4726D
Tints of Coral Tree #A4726D
RGB
CMYK
RGB Variations
Color information
#A4726D (or 0xA4726D) is known color: Coral Tree. HEX triplet: A4, 72 and 6D. RGB value is (164,114,109). Sum of RGB (Red+Green+Blue) = 164+114+109=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4726D is #5B8D92. Grayscale: #808080. Windows color (decimal): -6000019 or 7172772. OLE color: 7172772.
HSL color Cylindrical-coordinate representation of color #A4726D: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4726D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 109 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.36 |
| HSL | 5.45º | 0.23% | 0.54% | - |
| HSV(B) | 5.45º | 0.34% | 0.64% | - |
| XYZ | 24.09 | 21.03 | 17.26 | - |
| YUV | 128.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 109 | 0 | 0.30 | 0.34 | 0.36 | 5.45 | 0.23 | 0.54 |
| Hex | A4 | 72 | 6D | 0 | 1E | 22 | 24 | 5 | 17 | 36 |
| Octal | 244 | 162 | 155 | 0 | 36 | 42 | 44 | 5 | 27 | 66 |
| Binary | 10100100 | 1110010 | 1101101 | 0 | 11110 | 100010 | 100100 | 101 | 10111 | 110110 |
Color Harmonies of #A4726D
Complementary color
Monochromatic Colors of #A4726D
Black with #A4726D
Text Example
Text Example
White with #A4726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4726D; }
p { color: rgb(164,114,109); }
H1.HeaderClassName
{
color: #A4726D;
}
.AnyTagClassName
{
color: #A4726D;
}
</style>
background-color css
<style>
a { background-color: #A4726D; }
a { background-color: rgb(164,114,109); }
div.DivClassName
{
background-color: #A4726D;
}
.BgClassName
{
background-color: #A4726D;
}
</style>
border-color css
<style>
span { border-color: #A4726D; }
span { border-color: rgb(164,114,109); }
td.TdClassName
{
border-color: #A4726D;
}
.TagClassName
{
border-color: #A4726D;
}
</style>