#A3785E

Color #A3785E Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A3785E

Tints of Medium Wood #A3785E

Color information

#A3785E (or 0xA3785E) is unknown color: approx Medium Wood. HEX triplet: A3, 78 and 5E. RGB value is (163,120,94). Sum of RGB (Red+Green+Blue) = 163+120+94=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3785E is #5C87A1. Grayscale: #828282. Windows color (decimal): -6064034 or 6191267. OLE color: 6191267.

HSL color Cylindrical-coordinate representation of color #A3785E: hue angle of 22.61º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3785E is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16312094-
CMYK00.260.420.36
HSL22.61º27.27%50.39%-
HSV(B)22.61º42.33%63.92%-
XYZ23.8422.0313.58-
YUV129.89107.75151.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=43.24%
G=31.83%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631209400.260.420.3622.6127.2750.39
HexA3785E01A2A24171b32
Octal2431701360325244273362
Binary10100011111100010111100110101010101001001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3785E; }

 p { color: rgb(163,120,94); }

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

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

 a { background-color: rgb(163,120,94); }

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

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

 span { border-color: rgb(163,120,94); }

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