#AD7F59

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

Shades of Medium Wood #AD7F59

Tints of Medium Wood #AD7F59

Color information

#AD7F59 (or 0xAD7F59) is unknown color: approx Medium Wood. HEX triplet: AD, 7F and 59. RGB value is (173,127,89). Sum of RGB (Red+Green+Blue) = 173+127+89=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F59 is #5280A6. Grayscale: #888888. Windows color (decimal): -5406887 or 5865389. OLE color: 5865389.

HSL color Cylindrical-coordinate representation of color #AD7F59: hue angle of 27.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7F59 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17312789-
CMYK00.270.490.32
HSL27.14º33.87%51.37%-
HSV(B)27.14º48.55%67.84%-
XYZ26.6324.7812.83-
YUV136.42101.24154.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=44.47%
G=32.65%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731278900.270.490.3227.1433.8751.37
HexAD7F5901B31201b2233
Octal2551771310336140334263
Binary101011011111111101100101101111000110000011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F59; }

 p { color: rgb(173,127,89); }

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

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

 a { background-color: rgb(173,127,89); }

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

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

 span { border-color: rgb(173,127,89); }

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