#A97A5E

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

Shades of Medium Wood #A97A5E

Tints of Medium Wood #A97A5E

Color information

#A97A5E (or 0xA97A5E) is unknown color: approx Medium Wood. HEX triplet: A9, 7A and 5E. RGB value is (169,122,94). Sum of RGB (Red+Green+Blue) = 169+122+94=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A5E is #5685A1. Grayscale: #858585. Windows color (decimal): -5670306 or 6191785. OLE color: 6191785.

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

Color convert

RGB16912294-
CMYK00.280.440.34
HSL22.4º30.36%51.57%-
HSV(B)22.4º44.38%66.27%-
XYZ25.3423.1613.72-
YUV132.86106.07153.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=43.90%
G=31.69%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691229400.280.440.3422.430.3651.57
HexA97A5E01C2C22161e34
Octal2511721360345442263664
Binary10101001111101010111100111001011001000101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A5E; }

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

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

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

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

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

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

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

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