#A47371

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

Shades of Coral Tree #A47371

Tints of Coral Tree #A47371

Color information

#A47371 (or 0xA47371) is unknown color: approx Coral Tree. HEX triplet: A4, 73 and 71. RGB value is (164,115,113). Sum of RGB (Red+Green+Blue) = 164+115+113=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A47371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47371 is #5B8C8E. Grayscale: #818181. Windows color (decimal): -5999759 or 7435172. OLE color: 7435172.

HSL color Cylindrical-coordinate representation of color #A47371: hue angle of 2.35º 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 #A47371 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB164115113-
CMYK00.300.310.36
HSL2.35º21.89%54.31%-
HSV(B)2.35º31.1%64.31%-
XYZ24.4221.3518.46-
YUV129.42118.73152.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=41.84%
G=29.34%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411511300.300.310.362.3521.8954.31
HexA4737101E1F2421636
Octal244163161036374422666
Binary1010010011100111110001011110111111001001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47371; }

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

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

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

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

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

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

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

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