#A77C68

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

Shades of Medium Wood #A77C68

Tints of Medium Wood #A77C68

Color information

#A77C68 (or 0xA77C68) is unknown color: approx Medium Wood. HEX triplet: A7, 7C and 68. RGB value is (167,124,104). Sum of RGB (Red+Green+Blue) = 167+124+104=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C68 is #588397. Grayscale: #868686. Windows color (decimal): -5800856 or 6847655. OLE color: 6847655.

HSL color Cylindrical-coordinate representation of color #A77C68: hue angle of 19.05º degrees, saturation: 0.26, 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 #A77C68 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB167124104-
CMYK00.260.380.35
HSL19.05º26.36%53.14%-
HSV(B)19.05º37.72%65.49%-
XYZ25.6423.6316.31-
YUV134.58110.75151.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=42.28%
G=31.39%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712410400.260.380.3519.0526.3653.14
HexA77C6801A2623131a35
Octal2471741500324643233265
Binary10100111111110011010000110101001101000111001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C68; }

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

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

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

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

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

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

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

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