#A77A5C

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

Shades of Medium Wood #A77A5C

Tints of Medium Wood #A77A5C

Color information

#A77A5C (or 0xA77A5C) is unknown color: approx Medium Wood. HEX triplet: A7, 7A and 5C. RGB value is (167,122,92). Sum of RGB (Red+Green+Blue) = 167+122+92=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A5C is #5885A3. Grayscale: #848484. Windows color (decimal): -5801380 or 6060711. OLE color: 6060711.

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

Color convert

RGB16712292-
CMYK00.270.450.35
HSL24º29.88%50.78%-
HSV(B)24º44.91%65.49%-
XYZ24.8322.9113.24-
YUV132.04105.41152.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 92 (36.33% from 255) = 24.15%
R=43.83%
G=32.02%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671229200.270.450.352429.8850.78
HexA77A5C01B2D23181e33
Octal2471721340335543303663
Binary10100111111101010111000110111011011000111100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A5C; }

 p { color: rgb(167,122,92); }

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

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

 a { background-color: rgb(167,122,92); }

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

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

 span { border-color: rgb(167,122,92); }

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