#A87D5E

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

Shades of Medium Wood #A87D5E

Tints of Medium Wood #A87D5E

Color information

#A87D5E (or 0xA87D5E) is unknown color: approx Medium Wood. HEX triplet: A8, 7D and 5E. RGB value is (168,125,94). Sum of RGB (Red+Green+Blue) = 168+125+94=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D5E is #5782A1. Grayscale: #868686. Windows color (decimal): -5735074 or 6192552. OLE color: 6192552.

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

Color convert

RGB16812594-
CMYK00.260.440.34
HSL25.14º29.84%51.37%-
HSV(B)25.14º44.05%65.88%-
XYZ25.523.813.84-
YUV134.32105.25152.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=43.41%
G=32.30%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681259400.260.440.3425.1429.8451.37
HexA87D5E01A2C22191e33
Octal2501751360325442313663
Binary10101000111110110111100110101011001000101100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87D5E; }

 p { color: rgb(168,125,94); }

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

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

 a { background-color: rgb(168,125,94); }

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

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

 span { border-color: rgb(168,125,94); }

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