#A87F61

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

Shades of Medium Wood #A87F61

Tints of Medium Wood #A87F61

Color information

#A87F61 (or 0xA87F61) is unknown color: approx Medium Wood. HEX triplet: A8, 7F and 61. RGB value is (168,127,97). Sum of RGB (Red+Green+Blue) = 168+127+97=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F61 is #57809E. Grayscale: #878787. Windows color (decimal): -5734559 or 6389672. OLE color: 6389672.

HSL color Cylindrical-coordinate representation of color #A87F61: hue angle of 25.35º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87F61 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB16812797-
CMYK00.240.420.34
HSL25.35º28.98%51.96%-
HSV(B)25.35º42.26%65.88%-
XYZ25.924.3714.65-
YUV135.84106.08150.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=42.86%
G=32.40%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681279700.240.420.3425.3528.9851.96
HexA87F610182A22191d34
Octal2501771410305242313564
Binary10101000111111111000010110001010101000101100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F61; }

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

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

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

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

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

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

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

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