#A37D6C

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

Shades of Medium Wood #A37D6C

Tints of Medium Wood #A37D6C

Color information

#A37D6C (or 0xA37D6C) is unknown color: approx Medium Wood. HEX triplet: A3, 7D and 6C. RGB value is (163,125,108). Sum of RGB (Red+Green+Blue) = 163+125+108=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D6C is #5C8293. Grayscale: #868686. Windows color (decimal): -6062740 or 7110051. OLE color: 7110051.

HSL color Cylindrical-coordinate representation of color #A37D6C: hue angle of 18.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A37D6C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB163125108-
CMYK00.230.340.36
HSL18.55º23.01%53.14%-
HSV(B)18.55º33.74%63.92%-
XYZ25.1423.5417.41-
YUV134.42113.09148.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=41.16%
G=31.57%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312510800.230.340.3618.5523.0153.14
HexA37D6C0172224131735
Octal2431751540274244232765
Binary10100011111110111011000101111000101001001001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D6C; }

 p { color: rgb(163,125,108); }

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

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

 a { background-color: rgb(163,125,108); }

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

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

 span { border-color: rgb(163,125,108); }

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