#A47471

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

Shades of Coral Tree #A47471

Tints of Coral Tree #A47471

Color information

#A47471 (or 0xA47471) is unknown color: approx Coral Tree. HEX triplet: A4, 74 and 71. RGB value is (164,116,113). Sum of RGB (Red+Green+Blue) = 164+116+113=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A47471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47471 is #5B8B8E. Grayscale: #828282. Windows color (decimal): -5999503 or 7435428. OLE color: 7435428.

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

Color convert

RGB164116113-
CMYK00.290.310.36
HSL3.53º21.89%54.31%-
HSV(B)3.53º31.1%64.31%-
XYZ24.5421.5818.49-
YUV130.01118.4152.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=41.73%
G=29.52%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411611300.290.310.363.5321.8954.31
HexA4747101D1F2441636
Octal244164161035374442666
Binary10100100111010011100010111011111110010010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47471; }

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

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

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

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

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

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

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

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