#A97B64

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

Shades of Medium Wood #A97B64

Tints of Medium Wood #A97B64

Color information

#A97B64 (or 0xA97B64) is unknown color: approx Medium Wood. HEX triplet: A9, 7B and 64. RGB value is (169,123,100). Sum of RGB (Red+Green+Blue) = 169+123+100=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B64 is #56849B. Grayscale: #868686. Windows color (decimal): -5670044 or 6585257. OLE color: 6585257.

HSL color Cylindrical-coordinate representation of color #A97B64: hue angle of 20º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A97B64 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB169123100-
CMYK00.270.410.34
HSL20º28.63%52.75%-
HSV(B)20º40.83%66.27%-
XYZ25.7523.5215.24-
YUV134.13108.74152.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=43.11%
G=31.38%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912310000.270.410.342028.6352.75
HexA97B6401B2922141d35
Octal2511731440335142243565
Binary10101001111101111001000110111010011000101010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B64; }

 p { color: rgb(169,123,100); }

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

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

 a { background-color: rgb(169,123,100); }

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

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

 span { border-color: rgb(169,123,100); }

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