#A77F67

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

Shades of Medium Wood #A77F67

Tints of Medium Wood #A77F67

Color information

#A77F67 (or 0xA77F67) is unknown color: approx Medium Wood. HEX triplet: A7, 7F and 67. RGB value is (167,127,103). Sum of RGB (Red+Green+Blue) = 167+127+103=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F67 is #588098. Grayscale: #888888. Windows color (decimal): -5800089 or 6782887. OLE color: 6782887.

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

Color convert

RGB167127103-
CMYK00.240.380.35
HSL22.5º26.67%52.94%-
HSV(B)22.5º38.32%65.49%-
XYZ25.9724.3716.17-
YUV136.22109.25149.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=42.07%
G=31.99%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712710300.240.380.3522.526.6752.94
HexA77F670182623161b35
Octal2471771470304643263365
Binary10100111111111111001110110001001101000111011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F67; }

 p { color: rgb(167,127,103); }

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

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

 a { background-color: rgb(167,127,103); }

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

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

 span { border-color: rgb(167,127,103); }

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