#A77E65

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

Shades of Medium Wood #A77E65

Tints of Medium Wood #A77E65

Color information

#A77E65 (or 0xA77E65) is unknown color: approx Medium Wood. HEX triplet: A7, 7E and 65. RGB value is (167,126,101). Sum of RGB (Red+Green+Blue) = 167+126+101=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77E65 is #58819A. Grayscale: #878787. Windows color (decimal): -5800347 or 6651559. OLE color: 6651559.

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

Color convert

RGB167126101-
CMYK00.250.400.35
HSL22.73º27.27%52.55%-
HSV(B)22.73º39.52%65.49%-
XYZ25.7524.0815.6-
YUV135.41108.58150.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=42.39%
G=31.98%
B=25.63%

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
Decimal16712610100.250.400.3522.7327.2752.55
HexA77E650192823171b35
Octal2471761450315043273365
Binary10100111111111011001010110011010001000111011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E65; }

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

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

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

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

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

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

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

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