#A77F65

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

Shades of Medium Wood #A77F65

Tints of Medium Wood #A77F65

Color information

#A77F65 (or 0xA77F65) is unknown color: approx Medium Wood. HEX triplet: A7, 7F and 65. RGB value is (167,127,101). Sum of RGB (Red+Green+Blue) = 167+127+101=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F65 is #58809A. Grayscale: #888888. Windows color (decimal): -5800091 or 6651815. OLE color: 6651815.

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

Color convert

RGB167127101-
CMYK00.240.400.35
HSL23.64º27.27%52.55%-
HSV(B)23.64º39.52%65.49%-
XYZ25.8724.3315.65-
YUV136108.25150.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=42.28%
G=32.15%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712710100.240.400.3523.6427.2752.55
HexA77F650182823181b35
Octal2471771450305043303365
Binary10100111111111111001010110001010001000111100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F65; }

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

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

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

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

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

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

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

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