#A97E6D

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

Shades of Medium Wood #A97E6D

Tints of Medium Wood #A97E6D

Color information

#A97E6D (or 0xA97E6D) is unknown color: approx Medium Wood. HEX triplet: A9, 7E and 6D. RGB value is (169,126,109). Sum of RGB (Red+Green+Blue) = 169+126+109=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E6D is #568192. Grayscale: #898989. Windows color (decimal): -5669267 or 7175849. OLE color: 7175849.

HSL color Cylindrical-coordinate representation of color #A97E6D: hue angle of 17º 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 #A97E6D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB169126109-
CMYK00.250.360.34
HSL17º25.86%54.51%-
HSV(B)17º35.5%66.27%-
XYZ26.5824.4617.79-
YUV136.92112.25150.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 126 (49.61% from 255) = 31.19%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=41.83%
G=31.19%
B=26.98%

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
Decimal16912610900.250.360.341725.8654.51
HexA97E6D0192422111a37
Octal2511761550314442213267
Binary10101001111111011011010110011001001000101000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E6D; }

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

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

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

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

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

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

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

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