#A97E61

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

Shades of Medium Wood #A97E61

Tints of Medium Wood #A97E61

Color information

#A97E61 (or 0xA97E61) is unknown color: approx Medium Wood. HEX triplet: A9, 7E and 61. RGB value is (169,126,97). Sum of RGB (Red+Green+Blue) = 169+126+97=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E61 is #56819E. Grayscale: #878787. Windows color (decimal): -5669279 or 6389417. OLE color: 6389417.

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

Color convert

RGB16912697-
CMYK00.250.430.34
HSL24.17º29.51%52.16%-
HSV(B)24.17º42.6%66.27%-
XYZ25.9824.2214.61-
YUV135.55106.25151.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=43.11%
G=32.14%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691269700.250.430.3424.1729.5152.16
HexA97E610192B22181e34
Octal2511761410315342303664
Binary10101001111111011000010110011010111000101100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E61; }

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

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

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

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

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

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

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

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