#A87A71

Color #A87A71 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #A87A71

Tints of Coral Tree #A87A71

Color information

#A87A71 (or 0xA87A71) is unknown color: approx Coral Tree. HEX triplet: A8, 7A and 71. RGB value is (168,122,113). Sum of RGB (Red+Green+Blue) = 168+122+113=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A71 is #57858E. Grayscale: #868686. Windows color (decimal): -5735823 or 7436968. OLE color: 7436968.

HSL color Cylindrical-coordinate representation of color #A87A71: hue angle of 9.82º 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 #A87A71 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB168122113-
CMYK00.270.330.34
HSL9.82º24.02%55.1%-
HSV(B)9.82º32.74%65.88%-
XYZ26.0923.4418.77-
YUV134.73115.74151.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=41.69%
G=30.27%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812211300.270.330.349.8224.0255.1
HexA87A7101B2122a1837
Octal2501721610334142123067
Binary1010100011110101110001011011100001100010101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87A71; }

 p { color: rgb(168,122,113); }

 H1.HeaderClassName
 {
   color: #A87A71;
 }
 .AnyTagClassName
 {
   color: #A87A71;
 }
</style>
background-color css

<style>
 a { background-color: #A87A71; }

 a { background-color: rgb(168,122,113); }

 div.DivClassName
 {
   background-color: #A87A71;
 }
 .BgClassName
 {
   background-color: #A87A71;
 }
</style>
border-color css

<style>
 span { border-color: #A87A71; }

 span { border-color: rgb(168,122,113); }

 td.TdClassName
 {
   border-color: #A87A71;
 }
 .TagClassName
 {
   border-color: #A87A71;
 }
</style>