Shades of Coral Tree #A86767
Tints of Coral Tree #A86767
RGB
CMYK
RGB Variations
Color information
#A86767 (or 0xA86767) is known color: Coral Tree. HEX triplet: A8, 67 and 67. RGB value is (168,103,103). Sum of RGB (Red+Green+Blue) = 168+103+103=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A86767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86767 is #579898. Grayscale: #7A7A7A. Windows color (decimal): -5740697 or 6776744. OLE color: 6776744.
HSL color Cylindrical-coordinate representation of color #A86767: hue angle of 0º 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 #A86767 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 103 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.34 |
| HSL | 0º | 0.27% | 0.53% | - |
| HSV(B) | 0º | 0.39% | 0.66% | - |
| XYZ | 23.45 | 19 | 15.26 | - |
| YUV | 122.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 103 | 0 | 0.39 | 0.39 | 0.34 | 0 | 0.27 | 0.53 |
| Hex | A8 | 67 | 67 | 0 | 27 | 27 | 22 | 0 | 1B | 35 |
| Octal | 250 | 147 | 147 | 0 | 47 | 47 | 42 | 0 | 33 | 65 |
| Binary | 10101000 | 1100111 | 1100111 | 0 | 100111 | 100111 | 100010 | 0 | 11011 | 110101 |
Color Harmonies of #A86767
Complementary color
Monochromatic Colors of #A86767
Black with #A86767
Text Example
Text Example
White with #A86767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86767; }
p { color: rgb(168,103,103); }
H1.HeaderClassName
{
color: #A86767;
}
.AnyTagClassName
{
color: #A86767;
}
</style>
background-color css
<style>
a { background-color: #A86767; }
a { background-color: rgb(168,103,103); }
div.DivClassName
{
background-color: #A86767;
}
.BgClassName
{
background-color: #A86767;
}
</style>
border-color css
<style>
span { border-color: #A86767; }
span { border-color: rgb(168,103,103); }
td.TdClassName
{
border-color: #A86767;
}
.TagClassName
{
border-color: #A86767;
}
</style>