#A77C6C

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

Shades of Medium Wood #A77C6C

Tints of Medium Wood #A77C6C

Color information

#A77C6C (or 0xA77C6C) is unknown color: approx Medium Wood. HEX triplet: A7, 7C and 6C. RGB value is (167,124,108). Sum of RGB (Red+Green+Blue) = 167+124+108=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C6C is #588393. Grayscale: #878787. Windows color (decimal): -5800852 or 7109799. OLE color: 7109799.

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

Color convert

RGB167124108-
CMYK00.260.350.35
HSL16.27º25.11%53.92%-
HSV(B)16.27º35.33%65.49%-
XYZ25.8523.7117.4-
YUV135.03112.75150.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=41.85%
G=31.08%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712410800.260.350.3516.2725.1153.92
HexA77C6C01A2323101936
Octal2471741540324343203166
Binary10100111111110011011000110101000111000111000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C6C; }

 p { color: rgb(167,124,108); }

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

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

 a { background-color: rgb(167,124,108); }

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

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

 span { border-color: rgb(167,124,108); }

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