#A3795D

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

Shades of Medium Wood #A3795D

Tints of Medium Wood #A3795D

Color information

#A3795D (or 0xA3795D) is unknown color: approx Medium Wood. HEX triplet: A3, 79 and 5D. RGB value is (163,121,93). Sum of RGB (Red+Green+Blue) = 163+121+93=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3795D is #5C86A2. Grayscale: #828282. Windows color (decimal): -6063779 or 6125987. OLE color: 6125987.

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

Color convert

RGB16312193-
CMYK00.260.430.36
HSL24º27.56%50.2%-
HSV(B)24º42.94%63.92%-
XYZ23.9222.2513.39-
YUV130.37106.91151.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=43.24%
G=32.10%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631219300.260.430.362427.5650.2
HexA3795D01A2B24181c32
Octal2431711350325344303462
Binary10100011111100110111010110101010111001001100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3795D; }

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

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

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

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

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

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

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

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