Shades of Coral Tree #A87775
Tints of Coral Tree #A87775
RGB
CMYK
RGB Variations
Color information
#A87775 (or 0xA87775) is known color: Coral Tree. HEX triplet: A8, 77 and 75. RGB value is (168,119,117). Sum of RGB (Red+Green+Blue) = 168+119+117=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A87775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87775 is #57888A. Grayscale: #858585. Windows color (decimal): -5736587 or 7698344. OLE color: 7698344.
HSL color Cylindrical-coordinate representation of color #A87775: hue angle of 2.35º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87775 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 117 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.34 |
| HSL | 2.35º | 0.23% | 0.56% | - |
| HSV(B) | 2.35º | 0.3% | 0.66% | - |
| XYZ | 25.96 | 22.8 | 19.86 | - |
| YUV | 133.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 117 | 0 | 0.29 | 0.30 | 0.34 | 2.35 | 0.23 | 0.56 |
| Hex | A8 | 77 | 75 | 0 | 1D | 1E | 22 | 2 | 17 | 38 |
| Octal | 250 | 167 | 165 | 0 | 35 | 36 | 42 | 2 | 27 | 70 |
| Binary | 10101000 | 1110111 | 1110101 | 0 | 11101 | 11110 | 100010 | 10 | 10111 | 111000 |
Color Harmonies of #A87775
Complementary color
Monochromatic Colors of #A87775
Black with #A87775
Text Example
Text Example
White with #A87775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87775; }
p { color: rgb(168,119,117); }
H1.HeaderClassName
{
color: #A87775;
}
.AnyTagClassName
{
color: #A87775;
}
</style>
background-color css
<style>
a { background-color: #A87775; }
a { background-color: rgb(168,119,117); }
div.DivClassName
{
background-color: #A87775;
}
.BgClassName
{
background-color: #A87775;
}
</style>
border-color css
<style>
span { border-color: #A87775; }
span { border-color: rgb(168,119,117); }
td.TdClassName
{
border-color: #A87775;
}
.TagClassName
{
border-color: #A87775;
}
</style>