#A97D5F

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

Shades of Medium Wood #A97D5F

Tints of Medium Wood #A97D5F

Color information

#A97D5F (or 0xA97D5F) is unknown color: approx Medium Wood. HEX triplet: A9, 7D and 5F. RGB value is (169,125,95). Sum of RGB (Red+Green+Blue) = 169+125+95=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D5F is #5682A0. Grayscale: #868686. Windows color (decimal): -5669537 or 6258089. OLE color: 6258089.

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

Color convert

RGB16912595-
CMYK00.260.440.34
HSL24.32º30.08%51.76%-
HSV(B)24.32º43.79%66.27%-
XYZ25.7623.9314.09-
YUV134.74105.58152.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=43.44%
G=32.13%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691259500.260.440.3424.3230.0851.76
HexA97D5F01A2C22181e34
Octal2511751370325442303664
Binary10101001111110110111110110101011001000101100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D5F; }

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

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

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

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

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

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

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

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