#A3726D

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

Shades of Coral Tree #A3726D

Tints of Coral Tree #A3726D

Color information

#A3726D (or 0xA3726D) is unknown color: approx Coral Tree. HEX triplet: A3, 72 and 6D. RGB value is (163,114,109). Sum of RGB (Red+Green+Blue) = 163+114+109=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3726D is #5C8D92. Grayscale: #808080. Windows color (decimal): -6065555 or 7172771. OLE color: 7172771.

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

Color convert

RGB163114109-
CMYK00.300.330.36
HSL5.56º22.69%53.33%-
HSV(B)5.56º33.13%63.92%-
XYZ23.8820.9317.25-
YUV128.08117.23152.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 109 (42.97% from 255) = 28.24%
R=42.23%
G=29.53%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311410900.300.330.365.5622.6953.33
HexA3726D01E212461735
Octal243162155036414462765
Binary101000111110010110110101111010000110010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3726D; }

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

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

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

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

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

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

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

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