#A3756E

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

Shades of Coral Tree #A3756E

Tints of Coral Tree #A3756E

Color information

#A3756E (or 0xA3756E) is unknown color: approx Coral Tree. HEX triplet: A3, 75 and 6E. RGB value is (163,117,110). Sum of RGB (Red+Green+Blue) = 163+117+110=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3756E is #5C8A91. Grayscale: #828282. Windows color (decimal): -6064786 or 7239075. OLE color: 7239075.

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

Color convert

RGB163117110-
CMYK00.280.330.36
HSL7.92º22.36%53.53%-
HSV(B)7.92º32.52%63.92%-
XYZ24.2821.6317.65-
YUV129.96116.74151.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=41.79%
G=30%
B=28.21%

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
Decimal16311711000.280.330.367.9222.3653.53
HexA3756E01C212481636
Octal2431651560344144102666
Binary1010001111101011101110011100100001100100100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3756E; }

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

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

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

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

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

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

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

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