#A3746E

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

Shades of Coral Tree #A3746E

Tints of Coral Tree #A3746E

Color information

#A3746E (or 0xA3746E) is unknown color: approx Coral Tree. HEX triplet: A3, 74 and 6E. RGB value is (163,116,110). Sum of RGB (Red+Green+Blue) = 163+116+110=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3746E is #5C8B91. Grayscale: #818181. Windows color (decimal): -6065042 or 7238819. OLE color: 7238819.

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

Color convert

RGB163116110-
CMYK00.290.330.36
HSL6.79º22.36%53.53%-
HSV(B)6.79º32.52%63.92%-
XYZ24.1621.417.61-
YUV129.37117.07151.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=41.90%
G=29.82%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311611000.290.330.366.7922.3653.53
HexA3746E01D212471636
Octal243164156035414472666
Binary101000111110100110111001110110000110010011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3746E; }

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

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

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

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

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

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

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

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