#A47271

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

Shades of Coral Tree #A47271

Tints of Coral Tree #A47271

Color information

#A47271 (or 0xA47271) is unknown color: approx Coral Tree. HEX triplet: A4, 72 and 71. RGB value is (164,114,113). Sum of RGB (Red+Green+Blue) = 164+114+113=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A47271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47271 is #5B8D8E. Grayscale: #808080. Windows color (decimal): -6000015 or 7434916. OLE color: 7434916.

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

Color convert

RGB164114113-
CMYK00.300.310.36
HSL1.18º21.89%54.31%-
HSV(B)1.18º31.1%64.31%-
XYZ24.3121.1218.42-
YUV128.84119.06153.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=41.94%
G=29.16%
B=28.90%

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
Decimal16411411300.300.310.361.1821.8954.31
HexA4727101E1F2411636
Octal244162161036374412666
Binary101001001110010111000101111011111100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47271; }

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

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

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

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

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

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

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

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