#AD845F

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

Shades of Medium Wood #AD845F

Tints of Medium Wood #AD845F

Color information

#AD845F (or 0xAD845F) is unknown color: approx Medium Wood. HEX triplet: AD, 84 and 5F. RGB value is (173,132,95). Sum of RGB (Red+Green+Blue) = 173+132+95=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD845F is #527BA0. Grayscale: #8C8C8C. Windows color (decimal): -5405601 or 6259885. OLE color: 6259885.

HSL color Cylindrical-coordinate representation of color #AD845F: hue angle of 28.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD845F is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17313295-
CMYK00.240.450.32
HSL28.46º32.23%52.55%-
HSV(B)28.46º45.09%67.84%-
XYZ27.5526.2114.43-
YUV140.04102.58151.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 95 (37.5% from 255) = 23.75%
R=43.25%
G=33%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731329500.240.450.3228.4632.2352.55
HexAD845F0182D201c2035
Octal2552041370305540344065
Binary1010110110000100101111101100010110110000011100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD845F; }

 p { color: rgb(173,132,95); }

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

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

 a { background-color: rgb(173,132,95); }

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

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

 span { border-color: rgb(173,132,95); }

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