Shades of Coral Tree #A87467
Tints of Coral Tree #A87467
RGB
CMYK
RGB Variations
Color information
#A87467 (or 0xA87467) is known color: Coral Tree. HEX triplet: A8, 74 and 67. RGB value is (168,116,103). Sum of RGB (Red+Green+Blue) = 168+116+103=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A87467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87467 is #578B98. Grayscale: #828282. Windows color (decimal): -5737369 or 6780072. OLE color: 6780072.
HSL color Cylindrical-coordinate representation of color #A87467: hue angle of 12º 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 #A87467 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 103 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.34 |
| HSL | 12º | 0.27% | 0.53% | - |
| HSV(B) | 12º | 0.39% | 0.66% | - |
| XYZ | 24.84 | 21.79 | 15.73 | - |
| YUV | 130.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 103 | 0 | 0.31 | 0.39 | 0.34 | 12 | 0.27 | 0.53 |
| Hex | A8 | 74 | 67 | 0 | 1F | 27 | 22 | C | 1B | 35 |
| Octal | 250 | 164 | 147 | 0 | 37 | 47 | 42 | 14 | 33 | 65 |
| Binary | 10101000 | 1110100 | 1100111 | 0 | 11111 | 100111 | 100010 | 1100 | 11011 | 110101 |
Color Harmonies of #A87467
Complementary color
Monochromatic Colors of #A87467
Black with #A87467
Text Example
Text Example
White with #A87467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87467; }
p { color: rgb(168,116,103); }
H1.HeaderClassName
{
color: #A87467;
}
.AnyTagClassName
{
color: #A87467;
}
</style>
background-color css
<style>
a { background-color: #A87467; }
a { background-color: rgb(168,116,103); }
div.DivClassName
{
background-color: #A87467;
}
.BgClassName
{
background-color: #A87467;
}
</style>
border-color css
<style>
span { border-color: #A87467; }
span { border-color: rgb(168,116,103); }
td.TdClassName
{
border-color: #A87467;
}
.TagClassName
{
border-color: #A87467;
}
</style>