#AD8661

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

Shades of Medium Wood #AD8661

Tints of Medium Wood #AD8661

Color information

#AD8661 (or 0xAD8661) is unknown color: approx Medium Wood. HEX triplet: AD, 86 and 61. RGB value is (173,134,97). Sum of RGB (Red+Green+Blue) = 173+134+97=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8661 is #52799E. Grayscale: #8D8D8D. Windows color (decimal): -5405087 or 6391469. OLE color: 6391469.

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

Color convert

RGB17313497-
CMYK00.230.440.32
HSL29.21º31.67%52.94%-
HSV(B)29.21º43.93%67.84%-
XYZ27.9226.815.01-
YUV141.44102.92150.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=42.82%
G=33.17%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731349700.230.440.3229.2131.6752.94
HexAD86610172C201d2035
Octal2552061410275440354065
Binary1010110110000110110000101011110110010000011101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8661; }

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

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

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

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

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

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

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

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