#A77E64

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

Shades of Medium Wood #A77E64

Tints of Medium Wood #A77E64

Color information

#A77E64 (or 0xA77E64) is unknown color: approx Medium Wood. HEX triplet: A7, 7E and 64. RGB value is (167,126,100). Sum of RGB (Red+Green+Blue) = 167+126+100=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77E64 is #58819B. Grayscale: #878787. Windows color (decimal): -5800348 or 6586023. OLE color: 6586023.

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

Color convert

RGB167126100-
CMYK00.250.400.35
HSL23.28º27.57%52.35%-
HSV(B)23.28º40.12%65.49%-
XYZ25.724.0615.35-
YUV135.29108.08150.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=42.49%
G=32.06%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712610000.250.400.3523.2827.5752.35
HexA77E640192823171c34
Octal2471761440315043273464
Binary10100111111111011001000110011010001000111011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E64; }

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

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

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

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

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

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

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

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