#AD856B

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

Shades of Medium Wood #AD856B

Tints of Medium Wood #AD856B

Color information

#AD856B (or 0xAD856B) is unknown color: approx Medium Wood. HEX triplet: AD, 85 and 6B. RGB value is (173,133,107). Sum of RGB (Red+Green+Blue) = 173+133+107=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD856B is #527A94. Grayscale: #8E8E8E. Windows color (decimal): -5405333 or 7046573. OLE color: 7046573.

HSL color Cylindrical-coordinate representation of color #AD856B: hue angle of 23.64º degrees, saturation: 0.29, 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 #AD856B is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB173133107-
CMYK00.230.380.32
HSL23.64º28.7%54.9%-
HSV(B)23.64º38.15%67.84%-
XYZ28.2726.7217.58-
YUV142108.25150.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=41.89%
G=32.20%
B=25.91%

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
Decimal17313310700.230.380.3223.6428.754.9
HexAD856B0172620181d37
Octal2552051530274640303567
Binary101011011000010111010110101111001101000001100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD856B; }

 p { color: rgb(173,133,107); }

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

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

 a { background-color: rgb(173,133,107); }

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

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

 span { border-color: rgb(173,133,107); }

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