#A87E6D

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

Shades of Medium Wood #A87E6D

Tints of Medium Wood #A87E6D

Color information

#A87E6D (or 0xA87E6D) is unknown color: approx Medium Wood. HEX triplet: A8, 7E and 6D. RGB value is (168,126,109). Sum of RGB (Red+Green+Blue) = 168+126+109=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E6D is #578192. Grayscale: #888888. Windows color (decimal): -5734803 or 7175848. OLE color: 7175848.

HSL color Cylindrical-coordinate representation of color #A87E6D: hue angle of 17.29º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87E6D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB168126109-
CMYK00.250.350.34
HSL17.29º25.32%54.31%-
HSV(B)17.29º35.12%65.88%-
XYZ26.3724.3517.78-
YUV136.62112.41150.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=41.69%
G=31.27%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812610900.250.350.3417.2925.3254.31
HexA87E6D0192322111936
Octal2501761550314342213166
Binary10101000111111011011010110011000111000101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87E6D; }

 p { color: rgb(168,126,109); }

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

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

 a { background-color: rgb(168,126,109); }

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

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

 span { border-color: rgb(168,126,109); }

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