#A87F65

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

Shades of Medium Wood #A87F65

Tints of Medium Wood #A87F65

Color information

#A87F65 (or 0xA87F65) is unknown color: approx Medium Wood. HEX triplet: A8, 7F and 65. RGB value is (168,127,101). Sum of RGB (Red+Green+Blue) = 168+127+101=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F65 is #57809A. Grayscale: #888888. Windows color (decimal): -5734555 or 6651816. OLE color: 6651816.

HSL color Cylindrical-coordinate representation of color #A87F65: hue angle of 23.28º 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 #A87F65 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168127101-
CMYK00.240.400.34
HSL23.28º27.8%52.75%-
HSV(B)23.28º39.88%65.88%-
XYZ26.0924.4415.65-
YUV136.29108.08150.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=42.42%
G=32.07%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812710100.240.400.3423.2827.852.75
HexA87F650182822171c35
Octal2501771450305042273465
Binary10101000111111111001010110001010001000101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F65; }

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

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

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

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

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

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

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

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