#AD7F58

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

Shades of Medium Wood #AD7F58

Tints of Medium Wood #AD7F58

Color information

#AD7F58 (or 0xAD7F58) is unknown color: approx Medium Wood. HEX triplet: AD, 7F and 58. RGB value is (173,127,88). Sum of RGB (Red+Green+Blue) = 173+127+88=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F58 is #5280A7. Grayscale: #888888. Windows color (decimal): -5406888 or 5799853. OLE color: 5799853.

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

Color convert

RGB17312788-
CMYK00.270.490.32
HSL27.53º34.14%51.18%-
HSV(B)27.53º49.13%67.84%-
XYZ26.5824.7712.61-
YUV136.31100.74154.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=44.59%
G=32.73%
B=22.68%

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
Decimal1731278800.270.490.3227.5334.1451.18
HexAD7F5801B31201c2233
Octal2551771300336140344263
Binary101011011111111101100001101111000110000011100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F58; }

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

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

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

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

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

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

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

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