Shades of Coral Tree #A87871
Tints of Coral Tree #A87871
RGB
CMYK
RGB Variations
Color information
#A87871 (or 0xA87871) is known color: Coral Tree. HEX triplet: A8, 78 and 71. RGB value is (168,120,113). Sum of RGB (Red+Green+Blue) = 168+120+113=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A87871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87871 is #57878E. Grayscale: #858585. Windows color (decimal): -5736335 or 7436456. OLE color: 7436456.
HSL color Cylindrical-coordinate representation of color #A87871: hue angle of 7.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87871 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 120 | 113 | - |
CMYK | 0 | 0.29 | 0.33 | 0.34 |
HSL | 7.64º | 0.24% | 0.55% | - |
HSV(B) | 7.64º | 0.33% | 0.66% | - |
XYZ | 25.85 | 22.95 | 18.69 | - |
YUV | 133.55 | 116.4 | 152.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 120 | 113 | 0 | 0.29 | 0.33 | 0.34 | 7.64 | 0.24 | 0.55 |
Hex | A8 | 78 | 71 | 0 | 1D | 21 | 22 | 8 | 18 | 37 |
Octal | 250 | 170 | 161 | 0 | 35 | 41 | 42 | 10 | 30 | 67 |
Binary | 10101000 | 1111000 | 1110001 | 0 | 11101 | 100001 | 100010 | 1000 | 11000 | 110111 |
Color Harmonies of #A87871
Complementary color
Monochromatic Colors of #A87871
Black with #A87871
Text Example
Text Example
White with #A87871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87871; }
p { color: rgb(168,120,113); }
H1.HeaderClassName
{
color: #A87871;
}
.AnyTagClassName
{
color: #A87871;
}
</style>
background-color css
<style>
a { background-color: #A87871; }
a { background-color: rgb(168,120,113); }
div.DivClassName
{
background-color: #A87871;
}
.BgClassName
{
background-color: #A87871;
}
</style>
border-color css
<style>
span { border-color: #A87871; }
span { border-color: rgb(168,120,113); }
td.TdClassName
{
border-color: #A87871;
}
.TagClassName
{
border-color: #A87871;
}
</style>