#A97E5E

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

Shades of Medium Wood #A97E5E

Tints of Medium Wood #A97E5E

Color information

#A97E5E (or 0xA97E5E) is unknown color: approx Medium Wood. HEX triplet: A9, 7E and 5E. RGB value is (169,126,94). Sum of RGB (Red+Green+Blue) = 169+126+94=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E5E is #5681A1. Grayscale: #878787. Windows color (decimal): -5669282 or 6192809. OLE color: 6192809.

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

Color convert

RGB16912694-
CMYK00.250.440.34
HSL25.6º30.36%51.57%-
HSV(B)25.6º44.38%66.27%-
XYZ25.8424.1613.89-
YUV135.21104.75152.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=43.44%
G=32.39%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691269400.250.440.3425.630.3651.57
HexA97E5E0192C221a1e34
Octal2511761360315442323664
Binary10101001111111010111100110011011001000101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E5E; }

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

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

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

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

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

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

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

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