#AD7961

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

Shades of Medium Wood #AD7961

Tints of Medium Wood #AD7961

Color information

#AD7961 (or 0xAD7961) is unknown color: approx Medium Wood. HEX triplet: AD, 79 and 61. RGB value is (173,121,97). Sum of RGB (Red+Green+Blue) = 173+121+97=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7961 is #52869E. Grayscale: #858585. Windows color (decimal): -5408415 or 6388141. OLE color: 6388141.

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

Color convert

RGB17312197-
CMYK00.300.440.32
HSL18.95º31.67%52.94%-
HSV(B)18.95º43.93%67.84%-
XYZ26.2323.4214.45-
YUV133.81107.23155.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=44.25%
G=30.95%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731219700.300.440.3218.9531.6752.94
HexAD796101E2C20132035
Octal2551711410365440234065
Binary101011011111001110000101111010110010000010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7961; }

 p { color: rgb(173,121,97); }

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

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

 a { background-color: rgb(173,121,97); }

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

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

 span { border-color: rgb(173,121,97); }

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