#AD855F

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

Shades of Medium Wood #AD855F

Tints of Medium Wood #AD855F

Color information

#AD855F (or 0xAD855F) is unknown color: approx Medium Wood. HEX triplet: AD, 85 and 5F. RGB value is (173,133,95). Sum of RGB (Red+Green+Blue) = 173+133+95=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD855F is #527AA0. Grayscale: #8C8C8C. Windows color (decimal): -5405345 or 6260141. OLE color: 6260141.

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

Color convert

RGB17313395-
CMYK00.230.450.32
HSL29.23º32.23%52.55%-
HSV(B)29.23º45.09%67.84%-
XYZ27.6926.4914.48-
YUV140.63102.25151.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=43.14%
G=33.17%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731339500.230.450.3229.2332.2352.55
HexAD855F0172D201d2035
Octal2552051370275540354065
Binary1010110110000101101111101011110110110000011101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD855F; }

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

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

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

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

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

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

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

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