#AD8671

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

Shades of Medium Wood #AD8671

Tints of Medium Wood #AD8671

Color information

#AD8671 (or 0xAD8671) is unknown color: approx Medium Wood. HEX triplet: AD, 86 and 71. RGB value is (173,134,113). Sum of RGB (Red+Green+Blue) = 173+134+113=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8671 is #52798E. Grayscale: #8F8F8F. Windows color (decimal): -5405071 or 7440045. OLE color: 7440045.

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

Color convert

RGB173134113-
CMYK00.230.350.32
HSL21º26.79%56.08%-
HSV(B)21º34.68%67.84%-
XYZ28.7427.1319.34-
YUV143.27110.92149.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=41.19%
G=31.90%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313411300.230.350.322126.7956.08
HexAD86710172320151b38
Octal2552061610274340253370
Binary101011011000011011100010101111000111000001010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8671; }

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

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

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

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

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

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

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

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