#A2785E

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

Shades of Medium Wood #A2785E

Tints of Medium Wood #A2785E

Color information

#A2785E (or 0xA2785E) is unknown color: approx Medium Wood. HEX triplet: A2, 78 and 5E. RGB value is (162,120,94). Sum of RGB (Red+Green+Blue) = 162+120+94=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2785E is #5D87A1. Grayscale: #818181. Windows color (decimal): -6129570 or 6191266. OLE color: 6191266.

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

Color convert

RGB16212094-
CMYK00.260.420.36
HSL22.94º26.77%50.2%-
HSV(B)22.94º41.98%63.53%-
XYZ23.6421.9213.58-
YUV129.59107.91151.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 94 (37.11% from 255) = 25%
R=43.09%
G=31.91%
B=25%

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
Decimal1621209400.260.420.3622.9426.7750.2
HexA2785E01A2A24171b32
Octal2421701360325244273362
Binary10100010111100010111100110101010101001001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2785E; }

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

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

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

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

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

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

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

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