#A3716D

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

Shades of Coral Tree #A3716D

Tints of Coral Tree #A3716D

Color information

#A3716D (or 0xA3716D) is unknown color: approx Coral Tree. HEX triplet: A3, 71 and 6D. RGB value is (163,113,109). Sum of RGB (Red+Green+Blue) = 163+113+109=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3716D is #5C8E92. Grayscale: #7F7F7F. Windows color (decimal): -6065811 or 7172515. OLE color: 7172515.

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

Color convert

RGB163113109-
CMYK00.310.330.36
HSL4.44º22.69%53.33%-
HSV(B)4.44º33.13%63.92%-
XYZ23.7720.717.21-
YUV127.49117.56153.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=42.34%
G=29.35%
B=28.31%

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
Decimal16311310900.310.330.364.4422.6953.33
HexA3716D01F212441735
Octal243161155037414442765
Binary101000111110001110110101111110000110010010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3716D; }

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

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

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

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

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

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

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

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