#AD866C

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

Shades of Medium Wood #AD866C

Tints of Medium Wood #AD866C

Color information

#AD866C (or 0xAD866C) is unknown color: approx Medium Wood. HEX triplet: AD, 86 and 6C. RGB value is (173,134,108). Sum of RGB (Red+Green+Blue) = 173+134+108=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD866C is #527993. Grayscale: #8E8E8E. Windows color (decimal): -5405076 or 7112365. OLE color: 7112365.

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

Color convert

RGB173134108-
CMYK00.230.380.32
HSL24º28.38%55.1%-
HSV(B)24º37.57%67.84%-
XYZ28.4727.0217.9-
YUV142.7108.42149.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=41.69%
G=32.29%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313410800.230.380.322428.3855.1
HexAD866C0172620181c37
Octal2552061540274640303467
Binary101011011000011011011000101111001101000001100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD866C; }

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

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

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

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

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

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

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

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