#AD866D

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

Shades of Medium Wood #AD866D

Tints of Medium Wood #AD866D

Color information

#AD866D (or 0xAD866D) is unknown color: approx Medium Wood. HEX triplet: AD, 86 and 6D. RGB value is (173,134,109). Sum of RGB (Red+Green+Blue) = 173+134+109=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD866D is #527992. Grayscale: #8E8E8E. Windows color (decimal): -5405075 or 7177901. OLE color: 7177901.

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

Color convert

RGB173134109-
CMYK00.230.370.32
HSL23.44º28.07%55.29%-
HSV(B)23.44º36.99%67.84%-
XYZ28.5227.0418.18-
YUV142.81108.92149.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=41.59%
G=32.21%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313410900.230.370.3223.4428.0755.29
HexAD866D0172520171c37
Octal2552061550274540273467
Binary101011011000011011011010101111001011000001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD866D; }

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

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

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

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

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

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

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

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