Shades of Coral Tree #A86967
Tints of Coral Tree #A86967
RGB
CMYK
RGB Variations
Color information
#A86967 (or 0xA86967) is known color: Coral Tree. HEX triplet: A8, 69 and 67. RGB value is (168,105,103). Sum of RGB (Red+Green+Blue) = 168+105+103=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A86967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86967 is #579698. Grayscale: #7B7B7B. Windows color (decimal): -5740185 or 6777256. OLE color: 6777256.
HSL color Cylindrical-coordinate representation of color #A86967: hue angle of 1.85º 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 #A86967 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 103 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.34 |
| HSL | 1.85º | 0.27% | 0.53% | - |
| HSV(B) | 1.85º | 0.39% | 0.66% | - |
| XYZ | 23.65 | 19.41 | 15.33 | - |
| YUV | 123.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 103 | 0 | 0.38 | 0.39 | 0.34 | 1.85 | 0.27 | 0.53 |
| Hex | A8 | 69 | 67 | 0 | 26 | 27 | 22 | 2 | 1B | 35 |
| Octal | 250 | 151 | 147 | 0 | 46 | 47 | 42 | 2 | 33 | 65 |
| Binary | 10101000 | 1101001 | 1100111 | 0 | 100110 | 100111 | 100010 | 10 | 11011 | 110101 |
Color Harmonies of #A86967
Complementary color
Monochromatic Colors of #A86967
Black with #A86967
Text Example
Text Example
White with #A86967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86967; }
p { color: rgb(168,105,103); }
H1.HeaderClassName
{
color: #A86967;
}
.AnyTagClassName
{
color: #A86967;
}
</style>
background-color css
<style>
a { background-color: #A86967; }
a { background-color: rgb(168,105,103); }
div.DivClassName
{
background-color: #A86967;
}
.BgClassName
{
background-color: #A86967;
}
</style>
border-color css
<style>
span { border-color: #A86967; }
span { border-color: rgb(168,105,103); }
td.TdClassName
{
border-color: #A86967;
}
.TagClassName
{
border-color: #A86967;
}
</style>