#A97F6D

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

Shades of Medium Wood #A97F6D

Tints of Medium Wood #A97F6D

Color information

#A97F6D (or 0xA97F6D) is unknown color: approx Medium Wood. HEX triplet: A9, 7F and 6D. RGB value is (169,127,109). Sum of RGB (Red+Green+Blue) = 169+127+109=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F6D is #568092. Grayscale: #898989. Windows color (decimal): -5669011 or 7176105. OLE color: 7176105.

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

Color convert

RGB169127109-
CMYK00.250.360.34
HSL18º25.86%54.51%-
HSV(B)18º35.5%66.27%-
XYZ26.7124.7217.83-
YUV137.51111.91150.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=41.73%
G=31.36%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912710900.250.360.341825.8654.51
HexA97F6D0192422121a37
Octal2511771550314442223267
Binary10101001111111111011010110011001001000101001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F6D; }

 p { color: rgb(169,127,109); }

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

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

 a { background-color: rgb(169,127,109); }

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

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

 span { border-color: rgb(169,127,109); }

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