#A37A5B

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

Shades of Medium Wood #A37A5B

Tints of Medium Wood #A37A5B

Color information

#A37A5B (or 0xA37A5B) is unknown color: approx Medium Wood. HEX triplet: A3, 7A and 5B. RGB value is (163,122,91). Sum of RGB (Red+Green+Blue) = 163+122+91=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A5B is #5C85A4. Grayscale: #828282. Windows color (decimal): -6063525 or 5995171. OLE color: 5995171.

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

Color convert

RGB16312291-
CMYK00.250.440.36
HSL25.83º28.35%49.8%-
HSV(B)25.83º44.17%63.92%-
XYZ23.9522.4612.97-
YUV130.72105.58151.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=43.35%
G=32.45%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631229100.250.440.3625.8328.3549.8
HexA37A5B0192C241a1c32
Octal2431721330315444323462
Binary10100011111101010110110110011011001001001101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A5B; }

 p { color: rgb(163,122,91); }

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

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

 a { background-color: rgb(163,122,91); }

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

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

 span { border-color: rgb(163,122,91); }

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