#A3795E

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

Shades of Medium Wood #A3795E

Tints of Medium Wood #A3795E

Color information

#A3795E (or 0xA3795E) is unknown color: approx Medium Wood. HEX triplet: A3, 79 and 5E. RGB value is (163,121,94). Sum of RGB (Red+Green+Blue) = 163+121+94=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3795E is #5C86A1. Grayscale: #828282. Windows color (decimal): -6063778 or 6191523. OLE color: 6191523.

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

Color convert

RGB16312194-
CMYK00.260.420.36
HSL23.48º27.27%50.39%-
HSV(B)23.48º42.33%63.92%-
XYZ23.9622.2713.63-
YUV130.48107.41151.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=43.12%
G=32.01%
B=24.87%

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
Decimal1631219400.260.420.3623.4827.2750.39
HexA3795E01A2A24171b32
Octal2431711360325244273362
Binary10100011111100110111100110101010101001001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3795E; }

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

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

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

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

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

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

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

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