#AD8466

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

Shades of Medium Wood #AD8466

Tints of Medium Wood #AD8466

Color information

#AD8466 (or 0xAD8466) is unknown color: approx Medium Wood. HEX triplet: AD, 84 and 66. RGB value is (173,132,102). Sum of RGB (Red+Green+Blue) = 173+132+102=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8466 is #527B99. Grayscale: #8D8D8D. Windows color (decimal): -5405594 or 6718637. OLE color: 6718637.

HSL color Cylindrical-coordinate representation of color #AD8466: hue angle of 25.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8466 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB173132102-
CMYK00.240.410.32
HSL25.35º30.21%53.92%-
HSV(B)25.35º41.04%67.84%-
XYZ27.8826.3516.19-
YUV140.84106.08150.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=42.51%
G=32.43%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313210200.240.410.3225.3530.2153.92
HexAD84660182920191e36
Octal2552041460305140313666
Binary101011011000010011001100110001010011000001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8466; }

 p { color: rgb(173,132,102); }

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

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

 a { background-color: rgb(173,132,102); }

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

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

 span { border-color: rgb(173,132,102); }

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