Shades of Coral Tree #A8746E
Tints of Coral Tree #A8746E
RGB
CMYK
RGB Variations
Color information
#A8746E (or 0xA8746E) is known color: Coral Tree. HEX triplet: A8, 74 and 6E. RGB value is (168,116,110). Sum of RGB (Red+Green+Blue) = 168+116+110=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8746E is #578B91. Grayscale: #828282. Windows color (decimal): -5737362 or 7238824. OLE color: 7238824.
HSL color Cylindrical-coordinate representation of color #A8746E: hue angle of 6.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8746E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 110 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.34 |
| HSL | 6.21º | 0.25% | 0.55% | - |
| HSV(B) | 6.21º | 0.35% | 0.66% | - |
| XYZ | 25.21 | 21.94 | 17.66 | - |
| YUV | 130.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 110 | 0 | 0.31 | 0.35 | 0.34 | 6.21 | 0.25 | 0.55 |
| Hex | A8 | 74 | 6E | 0 | 1F | 23 | 22 | 6 | 19 | 37 |
| Octal | 250 | 164 | 156 | 0 | 37 | 43 | 42 | 6 | 31 | 67 |
| Binary | 10101000 | 1110100 | 1101110 | 0 | 11111 | 100011 | 100010 | 110 | 11001 | 110111 |
Color Harmonies of #A8746E
Complementary color
Monochromatic Colors of #A8746E
Black with #A8746E
Text Example
Text Example
White with #A8746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8746E; }
p { color: rgb(168,116,110); }
H1.HeaderClassName
{
color: #A8746E;
}
.AnyTagClassName
{
color: #A8746E;
}
</style>
background-color css
<style>
a { background-color: #A8746E; }
a { background-color: rgb(168,116,110); }
div.DivClassName
{
background-color: #A8746E;
}
.BgClassName
{
background-color: #A8746E;
}
</style>
border-color css
<style>
span { border-color: #A8746E; }
span { border-color: rgb(168,116,110); }
td.TdClassName
{
border-color: #A8746E;
}
.TagClassName
{
border-color: #A8746E;
}
</style>