Shades of Coral Tree #A8756E
Tints of Coral Tree #A8756E
RGB
CMYK
RGB Variations
Color information
#A8756E (or 0xA8756E) is known color: Coral Tree. HEX triplet: A8, 75 and 6E. RGB value is (168,117,110). Sum of RGB (Red+Green+Blue) = 168+117+110=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8756E is #578A91. Grayscale: #838383. Windows color (decimal): -5737106 or 7239080. OLE color: 7239080.
HSL color Cylindrical-coordinate representation of color #A8756E: hue angle of 7.24º 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 #A8756E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 110 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.34 |
| HSL | 7.24º | 0.25% | 0.55% | - |
| HSV(B) | 7.24º | 0.35% | 0.66% | - |
| XYZ | 25.32 | 22.17 | 17.7 | - |
| YUV | 131.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 110 | 0 | 0.30 | 0.35 | 0.34 | 7.24 | 0.25 | 0.55 |
| Hex | A8 | 75 | 6E | 0 | 1E | 23 | 22 | 7 | 19 | 37 |
| Octal | 250 | 165 | 156 | 0 | 36 | 43 | 42 | 7 | 31 | 67 |
| Binary | 10101000 | 1110101 | 1101110 | 0 | 11110 | 100011 | 100010 | 111 | 11001 | 110111 |
Color Harmonies of #A8756E
Complementary color
Monochromatic Colors of #A8756E
Black with #A8756E
Text Example
Text Example
White with #A8756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8756E; }
p { color: rgb(168,117,110); }
H1.HeaderClassName
{
color: #A8756E;
}
.AnyTagClassName
{
color: #A8756E;
}
</style>
background-color css
<style>
a { background-color: #A8756E; }
a { background-color: rgb(168,117,110); }
div.DivClassName
{
background-color: #A8756E;
}
.BgClassName
{
background-color: #A8756E;
}
</style>
border-color css
<style>
span { border-color: #A8756E; }
span { border-color: rgb(168,117,110); }
td.TdClassName
{
border-color: #A8756E;
}
.TagClassName
{
border-color: #A8756E;
}
</style>