#A47473

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

Shades of Coral Tree #A47473

Tints of Coral Tree #A47473

Color information

#A47473 (or 0xA47473) is unknown color: approx Coral Tree. HEX triplet: A4, 74 and 73. RGB value is (164,116,115). Sum of RGB (Red+Green+Blue) = 164+116+115=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47473 is #5B8B8C. Grayscale: #828282. Windows color (decimal): -5999501 or 7566500. OLE color: 7566500.

HSL color Cylindrical-coordinate representation of color #A47473: hue angle of 1.22º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47473 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164116115-
CMYK00.290.300.36
HSL1.22º21.21%54.71%-
HSV(B)1.22º29.88%64.31%-
XYZ24.6521.6219.09-
YUV130.24119.4152.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=41.52%
G=29.37%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411611500.290.300.361.2221.2154.71
HexA4747301D1E2411537
Octal244164163035364412567
Binary101001001110100111001101110111110100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47473; }

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

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

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

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

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

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

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

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