#A87C5A

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

Shades of Medium Wood #A87C5A

Tints of Medium Wood #A87C5A

Color information

#A87C5A (or 0xA87C5A) is unknown color: approx Medium Wood. HEX triplet: A8, 7C and 5A. RGB value is (168,124,90). Sum of RGB (Red+Green+Blue) = 168+124+90=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C5A is #5783A5. Grayscale: #858585. Windows color (decimal): -5735334 or 5930152. OLE color: 5930152.

HSL color Cylindrical-coordinate representation of color #A87C5A: hue angle of 26.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A87C5A is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16812490-
CMYK00.260.460.34
HSL26.15º30.95%50.59%-
HSV(B)26.15º46.43%65.88%-
XYZ25.223.4812.88-
YUV133.28103.58152.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=43.98%
G=32.46%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681249000.260.460.3426.1530.9550.59
HexA87C5A01A2E221a1f33
Octal2501741320325642323763
Binary10101000111110010110100110101011101000101101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87C5A; }

 p { color: rgb(168,124,90); }

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

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

 a { background-color: rgb(168,124,90); }

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

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

 span { border-color: rgb(168,124,90); }

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