#A87A56

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

Shades of Medium Wood #A87A56

Tints of Medium Wood #A87A56

Color information

#A87A56 (or 0xA87A56) is unknown color: approx Medium Wood. HEX triplet: A8, 7A and 56. RGB value is (168,122,86). Sum of RGB (Red+Green+Blue) = 168+122+86=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A56 is #5785A9. Grayscale: #838383. Windows color (decimal): -5735850 or 5667496. OLE color: 5667496.

HSL color Cylindrical-coordinate representation of color #A87A56: hue angle of 26.34º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87A56 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16812286-
CMYK00.270.490.34
HSL26.34º32.28%49.8%-
HSV(B)26.34º48.81%65.88%-
XYZ24.7922.9211.92-
YUV131.65102.24153.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=44.68%
G=32.45%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681228600.270.490.3426.3432.2849.8
HexA87A5601B31221a2032
Octal2501721260336142324062
Binary101010001111010101011001101111000110001011010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87A56; }

 p { color: rgb(168,122,86); }

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

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

 a { background-color: rgb(168,122,86); }

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

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

 span { border-color: rgb(168,122,86); }

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