#A47671

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

Shades of Coral Tree #A47671

Tints of Coral Tree #A47671

Color information

#A47671 (or 0xA47671) is unknown color: approx Coral Tree. HEX triplet: A4, 76 and 71. RGB value is (164,118,113). Sum of RGB (Red+Green+Blue) = 164+118+113=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47671 is #5B898E. Grayscale: #838383. Windows color (decimal): -5998991 or 7435940. OLE color: 7435940.

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

Color convert

RGB164118113-
CMYK00.280.310.36
HSL5.88º21.89%54.31%-
HSV(B)5.88º31.1%64.31%-
XYZ24.7722.0418.57-
YUV131.18117.74151.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=41.52%
G=29.87%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411811300.280.310.365.8821.8954.31
HexA4767101C1F2461636
Octal244166161034374462666
Binary10100100111011011100010111001111110010011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47671; }

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

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

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

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

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

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

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

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