#A3716E

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

Shades of Coral Tree #A3716E

Tints of Coral Tree #A3716E

Color information

#A3716E (or 0xA3716E) is unknown color: approx Coral Tree. HEX triplet: A3, 71 and 6E. RGB value is (163,113,110). Sum of RGB (Red+Green+Blue) = 163+113+110=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3716E is #5C8E91. Grayscale: #7F7F7F. Windows color (decimal): -6065810 or 7238051. OLE color: 7238051.

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

Color convert

RGB163113110-
CMYK00.310.330.36
HSL3.4º22.36%53.53%-
HSV(B)3.4º32.52%63.92%-
XYZ23.8220.7217.5-
YUV127.61118.06153.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=42.23%
G=29.27%
B=28.50%

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
Decimal16311311000.310.330.363.422.3653.53
HexA3716E01F212431636
Octal243161156037414432666
Binary10100011111000111011100111111000011001001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3716E; }

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

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

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

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

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

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

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

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