Shades of Coral Tree #A86B5F
Tints of Coral Tree #A86B5F
RGB
CMYK
RGB Variations
Color information
#A86B5F (or 0xA86B5F) is known color: Coral Tree. HEX triplet: A8, 6B and 5F. RGB value is (168,107,95). Sum of RGB (Red+Green+Blue) = 168+107+95=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86B5F is #5794A0. Grayscale: #7B7B7B. Windows color (decimal): -5739681 or 6253480. OLE color: 6253480.
HSL color Cylindrical-coordinate representation of color #A86B5F: hue angle of 9.86º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A86B5F is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 107 | 95 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.34 |
| HSL | 9.86º | 0.3% | 0.52% | - |
| HSV(B) | 9.86º | 0.43% | 0.66% | - |
| XYZ | 23.47 | 19.67 | 13.39 | - |
| YUV | 123.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 95 | 0 | 0.36 | 0.43 | 0.34 | 9.86 | 0.3 | 0.52 |
| Hex | A8 | 6B | 5F | 0 | 24 | 2B | 22 | A | 1E | 34 |
| Octal | 250 | 153 | 137 | 0 | 44 | 53 | 42 | 12 | 36 | 64 |
| Binary | 10101000 | 1101011 | 1011111 | 0 | 100100 | 101011 | 100010 | 1010 | 11110 | 110100 |
Color Harmonies of #A86B5F
Complementary color
Monochromatic Colors of #A86B5F
Black with #A86B5F
Text Example
Text Example
White with #A86B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86B5F; }
p { color: rgb(168,107,95); }
H1.HeaderClassName
{
color: #A86B5F;
}
.AnyTagClassName
{
color: #A86B5F;
}
</style>
background-color css
<style>
a { background-color: #A86B5F; }
a { background-color: rgb(168,107,95); }
div.DivClassName
{
background-color: #A86B5F;
}
.BgClassName
{
background-color: #A86B5F;
}
</style>
border-color css
<style>
span { border-color: #A86B5F; }
span { border-color: rgb(168,107,95); }
td.TdClassName
{
border-color: #A86B5F;
}
.TagClassName
{
border-color: #A86B5F;
}
</style>