#A3766D

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

Shades of Coral Tree #A3766D

Tints of Coral Tree #A3766D

Color information

#A3766D (or 0xA3766D) is unknown color: approx Coral Tree. HEX triplet: A3, 76 and 6D. RGB value is (163,118,109). Sum of RGB (Red+Green+Blue) = 163+118+109=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3766D is #5C8992. Grayscale: #828282. Windows color (decimal): -6064531 or 7173795. OLE color: 7173795.

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

Color convert

RGB163118109-
CMYK00.280.330.36
HSL10º22.69%53.33%-
HSV(B)10º33.13%63.92%-
XYZ24.3421.8517.4-
YUV130.43115.91151.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=41.79%
G=30.26%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311810900.280.330.361022.6953.33
HexA3766D01C2124a1735
Octal2431661550344144122765
Binary1010001111101101101101011100100001100100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3766D; }

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

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

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

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

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

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

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

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