#A47871

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

Shades of Coral Tree #A47871

Tints of Coral Tree #A47871

Color information

#A47871 (or 0xA47871) is unknown color: approx Coral Tree. HEX triplet: A4, 78 and 71. RGB value is (164,120,113). Sum of RGB (Red+Green+Blue) = 164+120+113=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A47871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47871 is #5B878E. Grayscale: #848484. Windows color (decimal): -5998479 or 7436452. OLE color: 7436452.

HSL color Cylindrical-coordinate representation of color #A47871: hue angle of 8.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47871 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB164120113-
CMYK00.270.310.36
HSL8.24º21.89%54.31%-
HSV(B)8.24º31.1%64.31%-
XYZ25.0122.5218.65-
YUV132.36117.08150.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=41.31%
G=30.23%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412011300.270.310.368.2421.8954.31
HexA4787101B1F2481636
Octal2441701610333744102666
Binary101001001111000111000101101111111100100100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47871; }

 p { color: rgb(164,120,113); }

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

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

 a { background-color: rgb(164,120,113); }

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

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

 span { border-color: rgb(164,120,113); }

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