#AD856D

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

Shades of Medium Wood #AD856D

Tints of Medium Wood #AD856D

Color information

#AD856D (or 0xAD856D) is unknown color: approx Medium Wood. HEX triplet: AD, 85 and 6D. RGB value is (173,133,109). Sum of RGB (Red+Green+Blue) = 173+133+109=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD856D is #527A92. Grayscale: #8E8E8E. Windows color (decimal): -5405331 or 7177645. OLE color: 7177645.

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

Color convert

RGB173133109-
CMYK00.230.370.32
HSL22.5º28.07%55.29%-
HSV(B)22.5º36.99%67.84%-
XYZ28.3826.7618.14-
YUV142.22109.25149.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=41.69%
G=32.05%
B=26.27%

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
Decimal17313310900.230.370.3222.528.0755.29
HexAD856D0172520171c37
Octal2552051550274540273467
Binary101011011000010111011010101111001011000001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD856D; }

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

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

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

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

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

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

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

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