#A87E65

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

Shades of Medium Wood #A87E65

Tints of Medium Wood #A87E65

Color information

#A87E65 (or 0xA87E65) is unknown color: approx Medium Wood. HEX triplet: A8, 7E and 65. RGB value is (168,126,101). Sum of RGB (Red+Green+Blue) = 168+126+101=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E65 is #57819A. Grayscale: #878787. Windows color (decimal): -5734811 or 6651560. OLE color: 6651560.

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

Color convert

RGB168126101-
CMYK00.250.400.34
HSL22.39º27.8%52.75%-
HSV(B)22.39º39.88%65.88%-
XYZ25.9624.1915.61-
YUV135.71108.41151.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=42.53%
G=31.90%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812610100.250.400.3422.3927.852.75
HexA87E650192822161c35
Octal2501761450315042263465
Binary10101000111111011001010110011010001000101011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87E65; }

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

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

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

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

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

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

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

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