#AD7F63

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

Shades of Medium Wood #AD7F63

Tints of Medium Wood #AD7F63

Color information

#AD7F63 (or 0xAD7F63) is unknown color: approx Medium Wood. HEX triplet: AD, 7F and 63. RGB value is (173,127,99). Sum of RGB (Red+Green+Blue) = 173+127+99=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F63 is #52809C. Grayscale: #898989. Windows color (decimal): -5406877 or 6520749. OLE color: 6520749.

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

Color convert

RGB17312799-
CMYK00.270.430.32
HSL22.7º31.09%53.33%-
HSV(B)22.7º42.77%67.84%-
XYZ27.0824.9615.2-
YUV137.56106.24153.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 99 (39.06% from 255) = 24.81%
R=43.36%
G=31.83%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731279900.270.430.3222.731.0953.33
HexAD7F6301B2B20171f35
Octal2551771430335340273765
Binary10101101111111111000110110111010111000001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F63; }

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

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

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

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

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

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

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

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