#A37D6A

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

Shades of Medium Wood #A37D6A

Tints of Medium Wood #A37D6A

Color information

#A37D6A (or 0xA37D6A) is unknown color: approx Medium Wood. HEX triplet: A3, 7D and 6A. RGB value is (163,125,106). Sum of RGB (Red+Green+Blue) = 163+125+106=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D6A is #5C8295. Grayscale: #868686. Windows color (decimal): -6062742 or 6978979. OLE color: 6978979.

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

Color convert

RGB163125106-
CMYK00.230.350.36
HSL20º23.65%52.75%-
HSV(B)20º34.97%63.92%-
XYZ25.0423.4916.85-
YUV134.2112.09148.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=41.37%
G=31.73%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312510600.230.350.362023.6552.75
HexA37D6A0172324141835
Octal2431751520274344243065
Binary10100011111110111010100101111000111001001010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D6A; }

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

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

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

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

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

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

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

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