#A87D60

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

Shades of Medium Wood #A87D60

Tints of Medium Wood #A87D60

Color information

#A87D60 (or 0xA87D60) is unknown color: approx Medium Wood. HEX triplet: A8, 7D and 60. RGB value is (168,125,96). Sum of RGB (Red+Green+Blue) = 168+125+96=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D60 is #57829F. Grayscale: #868686. Windows color (decimal): -5735072 or 6323624. OLE color: 6323624.

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

Color convert

RGB16812596-
CMYK00.260.430.34
HSL24.17º29.27%51.76%-
HSV(B)24.17º42.86%65.88%-
XYZ25.5923.8414.32-
YUV134.55106.25151.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=43.19%
G=32.13%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681259600.260.430.3424.1729.2751.76
HexA87D6001A2B22181d34
Octal2501751400325342303564
Binary10101000111110111000000110101010111000101100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87D60; }

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

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

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

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

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

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

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

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