#A77C64

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

Shades of Medium Wood #A77C64

Tints of Medium Wood #A77C64

Color information

#A77C64 (or 0xA77C64) is unknown color: approx Medium Wood. HEX triplet: A7, 7C and 64. RGB value is (167,124,100). Sum of RGB (Red+Green+Blue) = 167+124+100=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C64 is #58839B. Grayscale: #868686. Windows color (decimal): -5800860 or 6585511. OLE color: 6585511.

HSL color Cylindrical-coordinate representation of color #A77C64: hue angle of 21.49º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77C64 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB167124100-
CMYK00.260.400.35
HSL21.49º27.57%52.35%-
HSV(B)21.49º40.12%65.49%-
XYZ25.4423.5515.26-
YUV134.12108.75151.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=42.71%
G=31.71%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712410000.260.400.3521.4927.5752.35
HexA77C6401A2823151c34
Octal2471741440325043253464
Binary10100111111110011001000110101010001000111010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C64; }

 p { color: rgb(167,124,100); }

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

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

 a { background-color: rgb(167,124,100); }

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

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

 span { border-color: rgb(167,124,100); }

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