#AD7C59

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

Shades of Medium Wood #AD7C59

Tints of Medium Wood #AD7C59

Color information

#AD7C59 (or 0xAD7C59) is unknown color: approx Medium Wood. HEX triplet: AD, 7C and 59. RGB value is (173,124,89). Sum of RGB (Red+Green+Blue) = 173+124+89=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C59 is #5283A6. Grayscale: #868686. Windows color (decimal): -5407655 or 5864621. OLE color: 5864621.

HSL color Cylindrical-coordinate representation of color #AD7C59: hue angle of 25º 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 #AD7C59 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17312489-
CMYK00.280.490.32
HSL25º33.87%51.37%-
HSV(B)25º48.55%67.84%-
XYZ26.2424.0212.7-
YUV134.66102.23155.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=44.82%
G=32.12%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731248900.280.490.322533.8751.37
HexAD7C5901C3120192233
Octal2551741310346140314263
Binary101011011111100101100101110011000110000011001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C59; }

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

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

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

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

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

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

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

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