#A77D6C

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

Shades of Medium Wood #A77D6C

Tints of Medium Wood #A77D6C

Color information

#A77D6C (or 0xA77D6C) is unknown color: approx Medium Wood. HEX triplet: A7, 7D and 6C. RGB value is (167,125,108). Sum of RGB (Red+Green+Blue) = 167+125+108=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D6C is #588293. Grayscale: #878787. Windows color (decimal): -5800596 or 7110055. OLE color: 7110055.

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

Color convert

RGB167125108-
CMYK00.250.350.35
HSL17.29º25.11%53.92%-
HSV(B)17.29º35.33%65.49%-
XYZ25.9823.9717.44-
YUV135.62112.41150.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.75%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 108 (42.58% from 255) = 27%
R=41.75%
G=31.25%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712510800.250.350.3517.2925.1153.92
HexA77D6C0192323111936
Octal2471751540314343213166
Binary10100111111110111011000110011000111000111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D6C; }

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

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

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

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

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

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

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

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