#A87D61

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

Shades of Medium Wood #A87D61

Tints of Medium Wood #A87D61

Color information

#A87D61 (or 0xA87D61) is unknown color: approx Medium Wood. HEX triplet: A8, 7D and 61. RGB value is (168,125,97). Sum of RGB (Red+Green+Blue) = 168+125+97=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D61 is #57829E. Grayscale: #868686. Windows color (decimal): -5735071 or 6389160. OLE color: 6389160.

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

Color convert

RGB16812597-
CMYK00.260.420.34
HSL23.66º28.98%51.96%-
HSV(B)23.66º42.26%65.88%-
XYZ25.6423.8614.56-
YUV134.66106.75151.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=43.08%
G=32.05%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681259700.260.420.3423.6628.9851.96
HexA87D6101A2A22181d34
Octal2501751410325242303564
Binary10101000111110111000010110101010101000101100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87D61; }

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

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

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

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

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

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

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

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