#A3706E

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

Shades of Coral Tree #A3706E

Tints of Coral Tree #A3706E

Color information

#A3706E (or 0xA3706E) is unknown color: approx Coral Tree. HEX triplet: A3, 70 and 6E. RGB value is (163,112,110). Sum of RGB (Red+Green+Blue) = 163+112+110=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3706E is #5C8F91. Grayscale: #7F7F7F. Windows color (decimal): -6066066 or 7237795. OLE color: 7237795.

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

Color convert

RGB163112110-
CMYK00.310.330.36
HSL2.26º22.36%53.53%-
HSV(B)2.26º32.52%63.92%-
XYZ23.7120.517.46-
YUV127.02118.4153.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=42.34%
G=29.09%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311211000.310.330.362.2622.3653.53
HexA3706E01F212421636
Octal243160156037414422666
Binary10100011111000011011100111111000011001001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3706E; }

 p { color: rgb(163,112,110); }

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

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

 a { background-color: rgb(163,112,110); }

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

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

 span { border-color: rgb(163,112,110); }

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