#A37A69

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

Shades of Medium Wood #A37A69

Tints of Medium Wood #A37A69

Color information

#A37A69 (or 0xA37A69) is unknown color: approx Medium Wood. HEX triplet: A3, 7A and 69. RGB value is (163,122,105). Sum of RGB (Red+Green+Blue) = 163+122+105=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A69 is #5C8596. Grayscale: #848484. Windows color (decimal): -6063511 or 6912675. OLE color: 6912675.

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

Color convert

RGB163122105-
CMYK00.250.360.36
HSL17.59º23.97%52.55%-
HSV(B)17.59º35.58%63.92%-
XYZ24.6122.7316.45-
YUV132.32112.58149.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=41.79%
G=31.28%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312210500.250.360.3617.5923.9752.55
HexA37A690192424121835
Octal2431721510314444223065
Binary10100011111101011010010110011001001001001001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A69; }

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

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

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

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

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

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

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

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