#AD855E

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

Shades of Medium Wood #AD855E

Tints of Medium Wood #AD855E

Color information

#AD855E (or 0xAD855E) is unknown color: approx Medium Wood. HEX triplet: AD, 85 and 5E. RGB value is (173,133,94). Sum of RGB (Red+Green+Blue) = 173+133+94=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD855E is #527AA1. Grayscale: #8C8C8C. Windows color (decimal): -5405346 or 6194605. OLE color: 6194605.

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

Color convert

RGB17313394-
CMYK00.230.460.32
HSL29.62º32.51%52.35%-
HSV(B)29.62º45.66%67.84%-
XYZ27.6426.4714.24-
YUV140.51101.75151.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=43.25%
G=33.25%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731339400.230.460.3229.6232.5152.35
HexAD855E0172E201e2134
Octal2552051360275640364164
Binary1010110110000101101111001011110111010000011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD855E; }

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

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

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

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

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

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

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

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