#A77A64

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

Shades of Medium Wood #A77A64

Tints of Medium Wood #A77A64

Color information

#A77A64 (or 0xA77A64) is unknown color: approx Medium Wood. HEX triplet: A7, 7A and 64. RGB value is (167,122,100). Sum of RGB (Red+Green+Blue) = 167+122+100=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A64 is #58859B. Grayscale: #858585. Windows color (decimal): -5801372 or 6584999. OLE color: 6584999.

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

Color convert

RGB167122100-
CMYK00.270.400.35
HSL19.7º27.57%52.35%-
HSV(B)19.7º40.12%65.49%-
XYZ25.223.0515.18-
YUV132.95109.41152.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=42.93%
G=31.36%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712210000.270.400.3519.727.5752.35
HexA77A6401B2823141c34
Octal2471721440335043243464
Binary10100111111101011001000110111010001000111010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A64; }

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

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

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

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

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

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

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

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