#A77F66

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

Shades of Medium Wood #A77F66

Tints of Medium Wood #A77F66

Color information

#A77F66 (or 0xA77F66) is unknown color: approx Medium Wood. HEX triplet: A7, 7F and 66. RGB value is (167,127,102). Sum of RGB (Red+Green+Blue) = 167+127+102=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F66 is #588099. Grayscale: #888888. Windows color (decimal): -5800090 or 6717351. OLE color: 6717351.

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

Color convert

RGB167127102-
CMYK00.240.390.35
HSL23.08º26.97%52.75%-
HSV(B)23.08º38.92%65.49%-
XYZ25.9224.3515.9-
YUV136.11108.75150.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 102 (40.23% from 255) = 25.76%
R=42.17%
G=32.07%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712710200.240.390.3523.0826.9752.75
HexA77F660182723171b35
Octal2471771460304743273365
Binary10100111111111111001100110001001111000111011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F66; }

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

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

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

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

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

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

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

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