#A77F68

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

Shades of Medium Wood #A77F68

Tints of Medium Wood #A77F68

Color information

#A77F68 (or 0xA77F68) is unknown color: approx Medium Wood. HEX triplet: A7, 7F and 68. RGB value is (167,127,104). Sum of RGB (Red+Green+Blue) = 167+127+104=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F68 is #588097. Grayscale: #888888. Windows color (decimal): -5800088 or 6848423. OLE color: 6848423.

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

Color convert

RGB167127104-
CMYK00.240.380.35
HSL21.9º26.36%53.14%-
HSV(B)21.9º37.72%65.49%-
XYZ26.0224.3916.43-
YUV136.34109.75149.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=41.96%
G=31.91%
B=26.13%

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
Decimal16712710400.240.380.3521.926.3653.14
HexA77F680182623161a35
Octal2471771500304643263265
Binary10100111111111111010000110001001101000111011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F68; }

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

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

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

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

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

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

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

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