#A37A66

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

Shades of Medium Wood #A37A66

Tints of Medium Wood #A37A66

Color information

#A37A66 (or 0xA37A66) is unknown color: approx Medium Wood. HEX triplet: A3, 7A and 66. RGB value is (163,122,102). Sum of RGB (Red+Green+Blue) = 163+122+102=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A66 is #5C8599. Grayscale: #848484. Windows color (decimal): -6063514 or 6716067. OLE color: 6716067.

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

Color convert

RGB163122102-
CMYK00.250.370.36
HSL19.67º24.9%51.96%-
HSV(B)19.67º37.42%63.92%-
XYZ24.4622.6615.66-
YUV131.98111.08150.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=42.12%
G=31.52%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312210200.250.370.3619.6724.951.96
HexA37A660192524141934
Octal2431721460314544243164
Binary10100011111101011001100110011001011001001010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A66; }

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

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

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

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

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

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

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

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