Shades of Coral Tree #A86B67
Tints of Coral Tree #A86B67
RGB
CMYK
RGB Variations
Color information
#A86B67 (or 0xA86B67) is known color: Coral Tree. HEX triplet: A8, 6B and 67. RGB value is (168,107,103). Sum of RGB (Red+Green+Blue) = 168+107+103=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86B67 is #579498. Grayscale: #7C7C7C. Windows color (decimal): -5739673 or 6777768. OLE color: 6777768.
HSL color Cylindrical-coordinate representation of color #A86B67: hue angle of 3.69º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86B67 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 107 | 103 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.34 |
| HSL | 3.69º | 0.27% | 0.53% | - |
| HSV(B) | 3.69º | 0.39% | 0.66% | - |
| XYZ | 23.85 | 19.82 | 15.4 | - |
| YUV | 124.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 103 | 0 | 0.36 | 0.39 | 0.34 | 3.69 | 0.27 | 0.53 |
| Hex | A8 | 6B | 67 | 0 | 24 | 27 | 22 | 4 | 1B | 35 |
| Octal | 250 | 153 | 147 | 0 | 44 | 47 | 42 | 4 | 33 | 65 |
| Binary | 10101000 | 1101011 | 1100111 | 0 | 100100 | 100111 | 100010 | 100 | 11011 | 110101 |
Color Harmonies of #A86B67
Complementary color
Monochromatic Colors of #A86B67
Black with #A86B67
Text Example
Text Example
White with #A86B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86B67; }
p { color: rgb(168,107,103); }
H1.HeaderClassName
{
color: #A86B67;
}
.AnyTagClassName
{
color: #A86B67;
}
</style>
background-color css
<style>
a { background-color: #A86B67; }
a { background-color: rgb(168,107,103); }
div.DivClassName
{
background-color: #A86B67;
}
.BgClassName
{
background-color: #A86B67;
}
</style>
border-color css
<style>
span { border-color: #A86B67; }
span { border-color: rgb(168,107,103); }
td.TdClassName
{
border-color: #A86B67;
}
.TagClassName
{
border-color: #A86B67;
}
</style>