#A47370

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

Shades of Coral Tree #A47370

Tints of Coral Tree #A47370

Color information

#A47370 (or 0xA47370) is unknown color: approx Coral Tree. HEX triplet: A4, 73 and 70. RGB value is (164,115,112). Sum of RGB (Red+Green+Blue) = 164+115+112=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A47370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47370 is #5B8C8F. Grayscale: #818181. Windows color (decimal): -5999760 or 7369636. OLE color: 7369636.

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

Color convert

RGB164115112-
CMYK00.300.320.36
HSL3.46º22.22%54.12%-
HSV(B)3.46º31.71%64.31%-
XYZ24.3721.3218.16-
YUV129.31118.23152.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=41.94%
G=29.41%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411511200.300.320.363.4622.2254.12
HexA4737001E202431636
Octal244163160036404432666
Binary10100100111001111100000111101000001001001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47370; }

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

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

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

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

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

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

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

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