Shades of Coral Tree #A4726C
Tints of Coral Tree #A4726C
RGB
CMYK
RGB Variations
Color information
#A4726C (or 0xA4726C) is known color: Coral Tree. HEX triplet: A4, 72 and 6C. RGB value is (164,114,108). Sum of RGB (Red+Green+Blue) = 164+114+108=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4726C is #5B8D93. Grayscale: #808080. Windows color (decimal): -6000020 or 7107236. OLE color: 7107236.
HSL color Cylindrical-coordinate representation of color #A4726C: hue angle of 6.43º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4726C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 108 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.36 |
| HSL | 6.43º | 0.24% | 0.53% | - |
| HSV(B) | 6.43º | 0.34% | 0.64% | - |
| XYZ | 24.03 | 21.01 | 16.98 | - |
| YUV | 128.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 108 | 0 | 0.30 | 0.34 | 0.36 | 6.43 | 0.24 | 0.53 |
| Hex | A4 | 72 | 6C | 0 | 1E | 22 | 24 | 6 | 18 | 35 |
| Octal | 244 | 162 | 154 | 0 | 36 | 42 | 44 | 6 | 30 | 65 |
| Binary | 10100100 | 1110010 | 1101100 | 0 | 11110 | 100010 | 100100 | 110 | 11000 | 110101 |
Color Harmonies of #A4726C
Complementary color
Monochromatic Colors of #A4726C
Black with #A4726C
Text Example
Text Example
White with #A4726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4726C; }
p { color: rgb(164,114,108); }
H1.HeaderClassName
{
color: #A4726C;
}
.AnyTagClassName
{
color: #A4726C;
}
</style>
background-color css
<style>
a { background-color: #A4726C; }
a { background-color: rgb(164,114,108); }
div.DivClassName
{
background-color: #A4726C;
}
.BgClassName
{
background-color: #A4726C;
}
</style>
border-color css
<style>
span { border-color: #A4726C; }
span { border-color: rgb(164,114,108); }
td.TdClassName
{
border-color: #A4726C;
}
.TagClassName
{
border-color: #A4726C;
}
</style>