#A37471

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

Shades of Coral Tree #A37471

Tints of Coral Tree #A37471

Color information

#A37471 (or 0xA37471) is unknown color: approx Coral Tree. HEX triplet: A3, 74 and 71. RGB value is (163,116,113). Sum of RGB (Red+Green+Blue) = 163+116+113=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A37471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37471 is #5C8B8E. Grayscale: #818181. Windows color (decimal): -6065039 or 7435427. OLE color: 7435427.

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

Color convert

RGB163116113-
CMYK00.290.310.36
HSL3.6º21.37%54.12%-
HSV(B)3.6º30.67%63.92%-
XYZ24.3321.4718.48-
YUV129.71118.57151.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=41.58%
G=29.59%
B=28.83%

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
Decimal16311611300.290.310.363.621.3754.12
HexA3747101D1F2441536
Octal243164161035374442566
Binary10100011111010011100010111011111110010010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37471; }

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

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

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

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

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

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

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

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