#A97D6C

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

Shades of Medium Wood #A97D6C

Tints of Medium Wood #A97D6C

Color information

#A97D6C (or 0xA97D6C) is unknown color: approx Medium Wood. HEX triplet: A9, 7D and 6C. RGB value is (169,125,108). Sum of RGB (Red+Green+Blue) = 169+125+108=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D6C is #568293. Grayscale: #888888. Windows color (decimal): -5669524 or 7110057. OLE color: 7110057.

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

Color convert

RGB169125108-
CMYK00.260.360.34
HSL16.72º26.18%54.31%-
HSV(B)16.72º36.09%66.27%-
XYZ26.424.1817.46-
YUV136.22112.08151.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=42.04%
G=31.09%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912510800.260.360.3416.7226.1854.31
HexA97D6C01A2422111a36
Octal2511751540324442213266
Binary10101001111110111011000110101001001000101000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D6C; }

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

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

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

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

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

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

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

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