#A2795D

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

Shades of Medium Wood #A2795D

Tints of Medium Wood #A2795D

Color information

#A2795D (or 0xA2795D) is unknown color: approx Medium Wood. HEX triplet: A2, 79 and 5D. RGB value is (162,121,93). Sum of RGB (Red+Green+Blue) = 162+121+93=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2795D is #5D86A2. Grayscale: #828282. Windows color (decimal): -6129315 or 6125986. OLE color: 6125986.

HSL color Cylindrical-coordinate representation of color #A2795D: hue angle of 24.35º degrees, saturation: 0.27, 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 #A2795D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16212193-
CMYK00.250.430.36
HSL24.35º27.06%50%-
HSV(B)24.35º42.59%63.53%-
XYZ23.7122.1513.38-
YUV130.07107.08150.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=43.09%
G=32.18%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621219300.250.430.3624.3527.0650
HexA2795D0192B24181b32
Octal2421711350315344303362
Binary10100010111100110111010110011010111001001100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2795D; }

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

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

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

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

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

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

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

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