#AD856C

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

Shades of Medium Wood #AD856C

Tints of Medium Wood #AD856C

Color information

#AD856C (or 0xAD856C) is unknown color: approx Medium Wood. HEX triplet: AD, 85 and 6C. RGB value is (173,133,108). Sum of RGB (Red+Green+Blue) = 173+133+108=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD856C is #527A93. Grayscale: #8E8E8E. Windows color (decimal): -5405332 or 7112109. OLE color: 7112109.

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

Color convert

RGB173133108-
CMYK00.230.380.32
HSL23.08º28.38%55.1%-
HSV(B)23.08º37.57%67.84%-
XYZ28.3326.7417.86-
YUV142.11108.75150.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=41.79%
G=32.13%
B=26.09%

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
Decimal17313310800.230.380.3223.0828.3855.1
HexAD856C0172620171c37
Octal2552051540274640273467
Binary101011011000010111011000101111001101000001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD856C; }

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

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

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

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

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

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

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

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