#AD866E

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

Shades of Medium Wood #AD866E

Tints of Medium Wood #AD866E

Color information

#AD866E (or 0xAD866E) is unknown color: approx Medium Wood. HEX triplet: AD, 86 and 6E. RGB value is (173,134,110). Sum of RGB (Red+Green+Blue) = 173+134+110=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD866E is #527991. Grayscale: #8F8F8F. Windows color (decimal): -5405074 or 7243437. OLE color: 7243437.

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

Color convert

RGB173134110-
CMYK00.230.360.32
HSL22.86º27.75%55.49%-
HSV(B)22.86º36.42%67.84%-
XYZ28.5727.0618.47-
YUV142.92109.42149.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=41.49%
G=32.13%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313411000.230.360.3222.8627.7555.49
HexAD866E0172420171c37
Octal2552061560274440273467
Binary101011011000011011011100101111001001000001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD866E; }

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

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

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

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

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

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

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

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