#A97D59

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

Shades of Medium Wood #A97D59

Tints of Medium Wood #A97D59

Color information

#A97D59 (or 0xA97D59) is unknown color: approx Medium Wood. HEX triplet: A9, 7D and 59. RGB value is (169,125,89). Sum of RGB (Red+Green+Blue) = 169+125+89=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D59 is #5682A6. Grayscale: #868686. Windows color (decimal): -5669543 or 5864873. OLE color: 5864873.

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

Color convert

RGB16912589-
CMYK00.260.470.34
HSL27º31.75%50.59%-
HSV(B)27º47.34%66.27%-
XYZ25.523.8212.71-
YUV134.05102.58152.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 89 (35.16% from 255) = 23.24%
R=44.13%
G=32.64%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691258900.260.470.342731.7550.59
HexA97D5901A2F221b2033
Octal2511751310325742334063
Binary101010011111101101100101101010111110001011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D59; }

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

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

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

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

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

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

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

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